<?xml version="1.0" encoding="UTF-8"?>

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="patient-request-reason"/>
  <text>
    <status value="generated"/><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>
  </text>
  <url value="http://fhir.recareai.com/CodeSystem/patient-request-reason"/>
  <version value="0.1.0"/>
  <name value="RecarePatientRequestReason"/>
  <title value="Recare Patient Request Reason"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2026-04-15T09:06:37+00:00"/>
  <publisher value="Recare Deutschland GmbH"/>
  <contact>
    <name value="Recare Deutschland GmbH"/>
    <telecom>
      <system value="url"/>
      <value value="https://recaresolutions.com/"/>
    </telecom>
  </contact>
  <description value="Recare internal codes for the reason behind a patient-initiated care request (Admissions API)."/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="DE"/>
      <display value="Germany"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <count value="5"/>
  <concept>
    <code value="increase-needed"/>
    <display value="Care Level increase is needed"/>
  </concept>
  <concept>
    <code value="relatives-unable"/>
    <display value="Relatives are unable to take care"/>
  </concept>
  <concept>
    <code value="provider-change-required"/>
    <display value="Provider has to be changed"/>
  </concept>
  <concept>
    <code value="hospital-discharge"/>
    <display value="Patient is discharged from hospital"/>
  </concept>
  <concept>
    <code value="other"/>
    <display value="Other reasons"/>
  </concept>
</CodeSystem>