{
  "resourceType" : "CodeSystem",
  "id" : "care-service",
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "url" : "http://fhir.recareai.com/CodeSystem/care-service",
  "version" : "0.1.0",
  "name" : "RecareCareService",
  "title" : "Recare Care Service",
  "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 type of outpatient care services requested (Admissions API).",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "urn:iso:std:iso:3166",
      "code" : "DE",
      "display" : "Germany"
    }]
  }],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 8,
  "concept" : [{
    "code" : "basic-minimal",
    "display" : "Basic personal hygiene"
  },
  {
    "code" : "basic-full-body",
    "display" : "Full personal hygiene"
  },
  {
    "code" : "basic-meal-prep",
    "display" : "Meal preparation and feeding assistance"
  },
  {
    "code" : "basic-mobility",
    "display" : "Mobility support"
  },
  {
    "code" : "treatment-care",
    "display" : "Treatment care"
  },
  {
    "code" : "domestic-care",
    "display" : "Domestic and household care"
  },
  {
    "code" : "supervised-care",
    "display" : "Supervised care and companionship"
  },
  {
    "code" : "other",
    "display" : "Other"
  }]
}