{
  "resourceType" : "CodeSystem",
  "id" : "patient-request-reason",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem patient-request-reason</b></p><a name=\"patient-request-reason\"> </a><a name=\"hcpatient-request-reason\"> </a><p>This case-sensitive code system <code>http://fhir.recareai.com/CodeSystem/patient-request-reason</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\">increase-needed<a name=\"patient-request-reason-increase-needed\"> </a></td><td>Care Level increase is needed</td></tr><tr><td style=\"white-space:nowrap\">relatives-unable<a name=\"patient-request-reason-relatives-unable\"> </a></td><td>Relatives are unable to take care</td></tr><tr><td style=\"white-space:nowrap\">provider-change-required<a name=\"patient-request-reason-provider-change-required\"> </a></td><td>Provider has to be changed</td></tr><tr><td style=\"white-space:nowrap\">hospital-discharge<a name=\"patient-request-reason-hospital-discharge\"> </a></td><td>Patient is discharged from hospital</td></tr><tr><td style=\"white-space:nowrap\">other<a name=\"patient-request-reason-other\"> </a></td><td>Other reasons</td></tr></table></div>"
  },
  "url" : "http://fhir.recareai.com/CodeSystem/patient-request-reason",
  "version" : "0.1.0",
  "name" : "RecarePatientRequestReason",
  "title" : "Recare Patient Request Reason",
  "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 the reason behind a patient-initiated care request (Admissions API).",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "urn:iso:std:iso:3166",
      "code" : "DE",
      "display" : "Germany"
    }]
  }],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 5,
  "concept" : [{
    "code" : "increase-needed",
    "display" : "Care Level increase is needed"
  },
  {
    "code" : "relatives-unable",
    "display" : "Relatives are unable to take care"
  },
  {
    "code" : "provider-change-required",
    "display" : "Provider has to be changed"
  },
  {
    "code" : "hospital-discharge",
    "display" : "Patient is discharged from hospital"
  },
  {
    "code" : "other",
    "display" : "Other reasons"
  }]
}