@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/care-service> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "care-service"] ; # 
  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 care-service</b></p><a name=\"care-service\"> </a><a name=\"hccare-service\"> </a><p>This case-sensitive code system <code>http://fhir.recareai.com/CodeSystem/care-service</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\">basic-minimal<a name=\"care-service-basic-minimal\"> </a></td><td>Basic personal hygiene</td></tr><tr><td style=\"white-space:nowrap\">basic-full-body<a name=\"care-service-basic-full-body\"> </a></td><td>Full personal hygiene</td></tr><tr><td style=\"white-space:nowrap\">basic-meal-prep<a name=\"care-service-basic-meal-prep\"> </a></td><td>Meal preparation and feeding assistance</td></tr><tr><td style=\"white-space:nowrap\">basic-mobility<a name=\"care-service-basic-mobility\"> </a></td><td>Mobility support</td></tr><tr><td style=\"white-space:nowrap\">treatment-care<a name=\"care-service-treatment-care\"> </a></td><td>Treatment care</td></tr><tr><td style=\"white-space:nowrap\">domestic-care<a name=\"care-service-domestic-care\"> </a></td><td>Domestic and household care</td></tr><tr><td style=\"white-space:nowrap\">supervised-care<a name=\"care-service-supervised-care\"> </a></td><td>Supervised care and companionship</td></tr><tr><td style=\"white-space:nowrap\">other<a name=\"care-service-other\"> </a></td><td>Other</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "http://fhir.recareai.com/CodeSystem/care-service"^^xsd:anyURI ;
     fhir:l <http://fhir.recareai.com/CodeSystem/care-service>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "RecareCareService"] ; # 
  fhir:title [ fhir:v "Recare Care Service"] ; # 
  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 type of outpatient care services requested (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 "8"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "basic-minimal" ] ;
     fhir:display [ fhir:v "Basic personal hygiene" ]
  ] [
     fhir:code [ fhir:v "basic-full-body" ] ;
     fhir:display [ fhir:v "Full personal hygiene" ]
  ] [
     fhir:code [ fhir:v "basic-meal-prep" ] ;
     fhir:display [ fhir:v "Meal preparation and feeding assistance" ]
  ] [
     fhir:code [ fhir:v "basic-mobility" ] ;
     fhir:display [ fhir:v "Mobility support" ]
  ] [
     fhir:code [ fhir:v "treatment-care" ] ;
     fhir:display [ fhir:v "Treatment care" ]
  ] [
     fhir:code [ fhir:v "domestic-care" ] ;
     fhir:display [ fhir:v "Domestic and household care" ]
  ] [
     fhir:code [ fhir:v "supervised-care" ] ;
     fhir:display [ fhir:v "Supervised care and companionship" ]
  ] [
     fhir:code [ fhir:v "other" ] ;
     fhir:display [ fhir:v "Other" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

