{
  "resourceType" : "CodeSystem",
  "id" : "transfer-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem transfer-type</b></p><a name=\"transfer-type\"> </a><a name=\"hctransfer-type\"> </a><p>This case-sensitive code system <code>http://fhir.recareai.com/CodeSystem/transfer-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></tr><tr><td style=\"white-space:nowrap\">care<a name=\"transfer-type-care\"> </a></td><td>Care</td></tr><tr><td style=\"white-space:nowrap\">hospital<a name=\"transfer-type-hospital\"> </a></td><td>Hospital</td></tr><tr><td style=\"white-space:nowrap\">rehabilitation<a name=\"transfer-type-rehabilitation\"> </a></td><td>Rehabilitation</td></tr><tr><td style=\"white-space:nowrap\">transport<a name=\"transfer-type-transport\"> </a></td><td>Transport</td></tr><tr><td style=\"white-space:nowrap\">medical-supplies<a name=\"transfer-type-medical-supplies\"> </a></td><td>Medical Supplies</td></tr><tr><td style=\"white-space:nowrap\">medical-supplies-home-care<a name=\"transfer-type-medical-supplies-home-care\"> </a></td><td>Medical Supplies - Home Care</td></tr><tr><td style=\"white-space:nowrap\">psychiatric-care<a name=\"transfer-type-psychiatric-care\"> </a></td><td>Psychiatric Care</td></tr></table></div>"
  },
  "url" : "http://fhir.recareai.com/CodeSystem/transfer-type",
  "version" : "0.1.0",
  "name" : "RecareTransferType",
  "title" : "Recare Transfer 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" : "Recare internal codes for search/transfer categories. Codes are derived from PatientTypeValue.StringFhirEnglish() in the matching repository.",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "urn:iso:std:iso:3166",
      "code" : "DE",
      "display" : "Germany"
    }]
  }],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 7,
  "concept" : [{
    "code" : "care",
    "display" : "Care"
  },
  {
    "code" : "hospital",
    "display" : "Hospital"
  },
  {
    "code" : "rehabilitation",
    "display" : "Rehabilitation"
  },
  {
    "code" : "transport",
    "display" : "Transport"
  },
  {
    "code" : "medical-supplies",
    "display" : "Medical Supplies"
  },
  {
    "code" : "medical-supplies-home-care",
    "display" : "Medical Supplies - Home Care"
  },
  {
    "code" : "psychiatric-care",
    "display" : "Psychiatric Care"
  }]
}