@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/current-care-type> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "current-care-type"] ; # 
  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 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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "http://fhir.recareai.com/CodeSystem/current-care-type"^^xsd:anyURI ;
     fhir:l <http://fhir.recareai.com/CodeSystem/current-care-type>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "RecareCurrentCareType"] ; # 
  fhir:title [ fhir:v "Recare Current Care Type"] ; # 
  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 "Codes indicating the patient's current care situation at the time of a care request in the 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:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "8"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "none" ] ;
     fhir:display [ fhir:v "No regular care or support" ] ;
     fhir:definition [ fhir:v "Patient is not currently receiving any care." ]
  ] [
     fhir:code [ fhir:v "informal-family-care" ] ;
     fhir:display [ fhir:v "Care provided by relatives" ] ;
     fhir:definition [ fhir:v "Care provided by relatives or informal caregivers." ]
  ] [
     fhir:code [ fhir:v "outpatient-nursing-care" ] ;
     fhir:display [ fhir:v "Outpatient nursing care" ] ;
     fhir:definition [ fhir:v "Patient receives outpatient nursing care services." ]
  ] [
     fhir:code [ fhir:v "facility" ] ;
     fhir:display [ fhir:v "Care in a facility" ] ;
     fhir:definition [ fhir:v "Patient is currently in a care facility." ]
  ] [
     fhir:code [ fhir:v "inpatient-short-term-care" ] ;
     fhir:display [ fhir:v "Short-term care" ] ;
     fhir:definition [ fhir:v "Patient is in inpatient short-term care." ]
  ] [
     fhir:code [ fhir:v "assisted-living" ] ;
     fhir:display [ fhir:v "Assisted living" ] ;
     fhir:definition [ fhir:v "Patient lives in an assisted living arrangement." ]
  ] [
     fhir:code [ fhir:v "inpatient-long-term-care" ] ;
     fhir:display [ fhir:v "Care home" ] ;
     fhir:definition [ fhir:v "Patient is in inpatient long-term care." ]
  ] [
     fhir:code [ fhir:v "other" ] ;
     fhir:display [ fhir:v "Other" ] ;
     fhir:definition [ fhir:v "Other care situation not covered by the above codes." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

