FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/clinical-discharge-disposition

Packagehl7.terminology.r4b
TypeValueSet
Idclinical-discharge-disposition
FHIR VersionR4B
Sourcehttp://terminology.hl7.org/http://terminology.hl7.org/6.0.2/ValueSet-clinical-discharge-disposition.html
URLhttp://terminology.hl7.org/ValueSet/clinical-discharge-disposition
Version2.0.0
Statusactive
Date2022-07-04
NameClinicalDischargeDisposition
TitleClinical Discharge Disposition
Realmuv
Authorityhl7
DescriptionThis 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.'
CopyrightThis material derives from the HL7 Terminology THO. THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license.html

Resources that use this resource

StructureDefinition
qicore-encounterQICore Encounter

Resources that this resource uses

CodeSystem
discharge-dispositionDischarge disposition
discharge-dispositionDischarge disposition

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet clinical-discharge-disposition

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/discharge-disposition
    CodeDisplayDefinition
    homeHomeThe patient was dicharged and has indicated that they are going to return home afterwards.
    alt-homeAlternative homeThe patient was discharged and has indicated that they are going to return home afterwards, but not the patient's home - e.g. a family member's home.
    other-hcfOther healthcare facilityThe patient was transferred to another healthcare facility.
    hospHospiceThe patient has been discharged into palliative care.
    longLong-term careThe patient has been discharged into long-term care where is likely to be monitored through an ongoing episode-of-care.
    aadviceLeft against adviceThe patient self discharged against medical advice.
    expExpiredThe patient has deceased during this encounter.
    psyPsychiatric hospitalThe patient has been transferred to a psychiatric facility.
    rehabRehabilitationThe patient was discharged and is to receive post acute care rehabilitation services.
    snfSkilled nursing facilityThe patient has been discharged to a skilled nursing facility for the patient to receive additional care.

Source

{
  "resourceType": "ValueSet",
  "id": "clinical-discharge-disposition",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://terminology.hl7.org/ValueSet/clinical-discharge-disposition",
  "identifier": [
    {
      "use": "old",
      "value": "http://hl7.org/fhir/us/qicore/ValueSet/clinical-discharge-disposition"
    }
  ],
  "version": "2.0.0",
  "name": "ClinicalDischargeDisposition",
  "title": "Clinical Discharge Disposition",
  "status": "active",
  "experimental": false,
  "date": "2022-07-04",
  "publisher": "Health Level Seven International",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org"
        },
        {
          "system": "email",
          "value": "hq@HL7.org"
        }
      ]
    }
  ],
  "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.'",
  "copyright": "This material derives from the HL7 Terminology THO. THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license.html",
  "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"
          }
        ]
      }
    ]
  }
}