{
  "resourceType" : "ValueSet",
  "id" : "admissions-care-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet admissions-care-type</b></p><a name=\"admissions-care-type\"> </a><a name=\"hcadmissions-care-type\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-care-type.html\"><code>http://fhir.recareai.com/CodeSystem/care-type</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version &#x1F4E6;0.1.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-care-type.html#care-type-inpatient-long-term-care\">inpatient-long-term-care</a></td><td style=\"color: #cccccc\">Inpatient Long-Term Care</td></tr><tr><td><a href=\"CodeSystem-care-type.html#care-type-inpatient-short-term-care\">inpatient-short-term-care</a></td><td style=\"color: #cccccc\">Inpatient Short-Term Care</td></tr><tr><td><a href=\"CodeSystem-care-type.html#care-type-outpatient-nursing-care\">outpatient-nursing-care</a></td><td style=\"color: #cccccc\">Outpatient Nursing Care</td></tr><tr><td><a href=\"CodeSystem-care-type.html#care-type-other\">other</a></td><td style=\"color: #cccccc\">Other</td></tr></table></li></ul></div>"
  },
  "url" : "http://fhir.recareai.com/ValueSet/admissions-care-type",
  "version" : "0.1.0",
  "name" : "RecareAdmissionsCareType",
  "title" : "Recare Admissions Care Type",
  "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" : "Subset of care type codes used in the Admissions API ServiceRequest.code to indicate the desired type of inpatient care.",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "urn:iso:std:iso:3166",
      "code" : "DE",
      "display" : "Germany"
    }]
  }],
  "compose" : {
    "include" : [{
      "system" : "http://fhir.recareai.com/CodeSystem/care-type",
      "concept" : [{
        "code" : "inpatient-long-term-care"
      },
      {
        "code" : "inpatient-short-term-care"
      },
      {
        "code" : "outpatient-nursing-care"
      },
      {
        "code" : "other"
      }]
    }]
  }
}