{
  "resourceType" : "CodeSystem",
  "id" : "current-care-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem current-care-type</b></p><a name=\"current-care-type\"> </a><a name=\"hccurrent-care-type\"> </a><p>This  code system <code>http://fhir.recareai.com/CodeSystem/current-care-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">none<a name=\"current-care-type-none\"> </a></td><td>No regular care or support</td><td>Patient is not currently receiving any care.</td></tr><tr><td style=\"white-space:nowrap\">informal-family-care<a name=\"current-care-type-informal-family-care\"> </a></td><td>Care provided by relatives</td><td>Care provided by relatives or informal caregivers.</td></tr><tr><td style=\"white-space:nowrap\">outpatient-nursing-care<a name=\"current-care-type-outpatient-nursing-care\"> </a></td><td>Outpatient nursing care</td><td>Patient receives outpatient nursing care services.</td></tr><tr><td style=\"white-space:nowrap\">facility<a name=\"current-care-type-facility\"> </a></td><td>Care in a facility</td><td>Patient is currently in a care facility.</td></tr><tr><td style=\"white-space:nowrap\">inpatient-short-term-care<a name=\"current-care-type-inpatient-short-term-care\"> </a></td><td>Short-term care</td><td>Patient is in inpatient short-term care.</td></tr><tr><td style=\"white-space:nowrap\">assisted-living<a name=\"current-care-type-assisted-living\"> </a></td><td>Assisted living</td><td>Patient lives in an assisted living arrangement.</td></tr><tr><td style=\"white-space:nowrap\">inpatient-long-term-care<a name=\"current-care-type-inpatient-long-term-care\"> </a></td><td>Care home</td><td>Patient is in inpatient long-term care.</td></tr><tr><td style=\"white-space:nowrap\">other<a name=\"current-care-type-other\"> </a></td><td>Other</td><td>Other care situation not covered by the above codes.</td></tr></table></div>"
  },
  "url" : "http://fhir.recareai.com/CodeSystem/current-care-type",
  "version" : "0.1.0",
  "name" : "RecareCurrentCareType",
  "title" : "Recare Current Care Type",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-04-15T09:06:37+00:00",
  "publisher" : "Recare Deutschland GmbH",
  "contact" : [{
    "name" : "Recare Deutschland GmbH",
    "telecom" : [{
      "system" : "url",
      "value" : "https://recaresolutions.com/"
    }]
  }],
  "description" : "Codes indicating the patient's current care situation at the time of a care request in the Admissions API.",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "urn:iso:std:iso:3166",
      "code" : "DE",
      "display" : "Germany"
    }]
  }],
  "content" : "complete",
  "count" : 8,
  "concept" : [{
    "code" : "none",
    "display" : "No regular care or support",
    "definition" : "Patient is not currently receiving any care."
  },
  {
    "code" : "informal-family-care",
    "display" : "Care provided by relatives",
    "definition" : "Care provided by relatives or informal caregivers."
  },
  {
    "code" : "outpatient-nursing-care",
    "display" : "Outpatient nursing care",
    "definition" : "Patient receives outpatient nursing care services."
  },
  {
    "code" : "facility",
    "display" : "Care in a facility",
    "definition" : "Patient is currently in a care facility."
  },
  {
    "code" : "inpatient-short-term-care",
    "display" : "Short-term care",
    "definition" : "Patient is in inpatient short-term care."
  },
  {
    "code" : "assisted-living",
    "display" : "Assisted living",
    "definition" : "Patient lives in an assisted living arrangement."
  },
  {
    "code" : "inpatient-long-term-care",
    "display" : "Care home",
    "definition" : "Patient is in inpatient long-term care."
  },
  {
    "code" : "other",
    "display" : "Other",
    "definition" : "Other care situation not covered by the above codes."
  }]
}