@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://fhir.recareai.com/CodeSystem/patient-request-reason> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "patient-request-reason"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "http://fhir.recareai.com/CodeSystem/patient-request-reason"^^xsd:anyURI ;
     fhir:l <http://fhir.recareai.com/CodeSystem/patient-request-reason>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "RecarePatientRequestReason"] ; # 
  fhir:title [ fhir:v "Recare Patient Request Reason"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-04-15T09:06:37+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Recare Deutschland GmbH"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Recare Deutschland GmbH" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://recaresolutions.com/" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Recare internal codes for the reason behind a patient-initiated care request (Admissions API)."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
         fhir:l <urn:iso:std:iso:3166>
       ] ;
       fhir:code [ fhir:v "DE" ] ;
       fhir:display [ fhir:v "Germany" ]
     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "5"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "increase-needed" ] ;
     fhir:display [ fhir:v "Care Level increase is needed" ]
  ] [
     fhir:code [ fhir:v "relatives-unable" ] ;
     fhir:display [ fhir:v "Relatives are unable to take care" ]
  ] [
     fhir:code [ fhir:v "provider-change-required" ] ;
     fhir:display [ fhir:v "Provider has to be changed" ]
  ] [
     fhir:code [ fhir:v "hospital-discharge" ] ;
     fhir:display [ fhir:v "Patient is discharged from hospital" ]
  ] [
     fhir:code [ fhir:v "other" ] ;
     fhir:display [ fhir:v "Other reasons" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

