HL7 Terminology (THO)
5.3.0 - Publication International flag

This page is part of the HL7 Terminology (v5.3.0: Release) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Clinical Discharge Disposition - JSON Representation

Active as of 2022-07-04

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "clinical-discharge-disposition",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
  },
  "url" : "http://terminology.hl7.org/ValueSet/clinical-discharge-disposition",
  "identifier" : [
    {
      "use" : "old",
      "value" : "http://hl7.org/fhir/us/qicore/ValueSet/clinical-discharge-disposition"
    }
  ],
  "version" : "1.0.0",
  "name" : "ClinicalDischargeDisposition",
  "title" : "Clinical Discharge Disposition",
  "status" : "active",
  "experimental" : false,
  "date" : "2022-07-04",
  "publisher" : "Health Level Seven, Inc. - CQI WG",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/special/committees/CQI"
        }
      ]
    }
  ],
  "description" : "This value set defines a set of codes that can be used to where the patient left the hospital. Note that this value set explicitly removes 'oth' (Other) to allow the binding strength to be extensible and therefore allow the exchange of additional concepts without requiring mapping to 'oth.'",
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/discharge-disposition",
        "concept" : [
          {
            "code" : "home"
          },
          {
            "code" : "alt-home"
          },
          {
            "code" : "other-hcf"
          },
          {
            "code" : "hosp"
          },
          {
            "code" : "long"
          },
          {
            "code" : "aadvice"
          },
          {
            "code" : "exp"
          },
          {
            "code" : "psy"
          },
          {
            "code" : "rehab"
          },
          {
            "code" : "snf"
          }
        ]
      }
    ]
  }
}