{
  "resourceType": "ValueSet",
  "status": "active",
  "name": "RecareAdmissionsCareType",
  "id": "admissions-care-type",
  "title": "Recare Admissions Care Type",
  "description": "Subset of care type codes used in the Admissions API ServiceRequest.code to indicate the desired type of inpatient care.",
  "url": "http://fhir.recaresolutions.com/ValueSet/admissions-care-type",
  "version": "0.1.0",
  "experimental": false,
  "publisher": "Recare Deutschland GmbH",
  "compose": {
    "include": [
      {
        "system": "http://fhir.recaresolutions.com/CodeSystem/care-type",
        "concept": [
          {
            "code": "inpatient-long-term-care"
          },
          {
            "code": "inpatient-short-term-care"
          },
          {
            "code": "other"
          }
        ]
      }
    ]
  }
}