FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageca.on.dhdr.r4.v4
Resource TypeValueSet
IdDischargeDisposition.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "discharge-disposition",
  "url": "http://cihi.ca/fhir/ValueSet/aac-discharge-disposition",
  "version": "2018",
  "name": "DischargeDisposition",
  "title": "Discharge Disposition",
  "status": "active",
  "date": "2019-02-20",
  "publisher": "Canadian Institute for Health Information",
  "contact": [
    {
      "name": "CIHI",
      "telecom": [
        {
          "system": "email",
          "value": "datastandards@cihi.ca"
        }
      ]
    }
  ],
  "description": "This field contains the disposition of the patient at time of discharge (i.e., discharged to home, expired, etc.).  It is contributed in  PV1-36 in HL7v2 and is used by the resource element Encounter.hospitalization.dischargeDisposition in FHIR",
  "compose": {
    "include": [
      {
        "system": "http://cihi.ca/fhir/CodeSytem/aac-discharge-disposition",
        "version": "2018",
        "concept": [
          {
            "code": "04",
            "display": "Home with Support/Referral"
          },
          {
            "code": "05",
            "display": "Private Home"
          },
          {
            "code": "06",
            "display": "Admit to reporting facility as Inpatient to special care unit or from ambulatory care visit functional centre"
          },
          {
            "code": "07",
            "display": "Admit to reporting facility as an inpatient to another unit of the reporting facility from the ambulatory care visit functional centre"
          },
          {
            "code": "08",
            "display": "Transfer to another acute care facility directly from ambulatory care visit functional centre"
          },
          {
            "code": "09",
            "display": "Transfer to another non-acute care facility directly from ambulatory care functional centre (e.g. stand-alone rehab, mental health)"
          },
          {
            "code": "10",
            "display": "Inpatient Care"
          },
          {
            "code": "12",
            "display": "Intra-facility transfer to day surgery"
          },
          {
            "code": "13",
            "display": "Intra-facility transfer to the ED"
          },
          {
            "code": "14",
            "display": "Intra-facility transfer to clinic"
          },
          {
            "code": "20",
            "display": "ED and Ambulatory Care"
          },
          {
            "code": "30",
            "display": "Residential Care"
          },
          {
            "code": "40",
            "display": "Group/Supportive Living"
          },
          {
            "code": "59",
            "display": "Absent Without Leave (AWOL)"
          },
          {
            "code": "60",
            "display": "Left Against Medical Advice (LAMA)"
          },
          {
            "code": "61",
            "display": "Leave Post Registration"
          },
          {
            "code": "62",
            "display": "Leave Post Initial Treatment"
          },
          {
            "code": "63",
            "display": "Left After Triage"
          },
          {
            "code": "64",
            "display": "Left After Initial Assessment"
          },
          {
            "code": "65",
            "display": "Did not Return from Pass/Leave"
          },
          {
            "code": "66",
            "display": "Died While on Pass/Leave"
          },
          {
            "code": "67",
            "display": "Suicide out of Facility"
          },
          {
            "code": "71",
            "display": "Dead on Arrival (DOA)"
          },
          {
            "code": "72",
            "display": "Died in Facility"
          },
          {
            "code": "73",
            "display": "Medical Assistance in Dying (MAID)"
          },
          {
            "code": "74",
            "display": "Suicide in Facility"
          }
        ]
      }
    ]
  }
}