@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "clinical-discharge-disposition"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org/fhir/StructureDefinition/shareablevalueset"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "
  • 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.
" ] ; # fhir:url [ fhir:v "http://terminology.hl7.org/ValueSet/clinical-discharge-disposition"^^xsd:anyURI] ; # fhir:identifier ( [ fhir:use [ fhir:v "old" ] ; fhir:value [ fhir:v "http://hl7.org/fhir/us/qicore/ValueSet/clinical-discharge-disposition" ] ] ) ; # fhir:version [ fhir:v "2.0.0"] ; # fhir:name [ fhir:v "ClinicalDischargeDisposition"] ; # fhir:title [ fhir:v "Clinical Discharge Disposition"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2022-07-04"^^xsd:date] ; # fhir:publisher [ fhir:v "Health Level Seven International"] ; # fhir:contact ( [ fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://hl7.org" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "hq@HL7.org" ] ] ) ] ) ; # fhir:description [ fhir:v "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.'"] ; # fhir:copyright [ fhir:v "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"] ; # fhir:compose [ fhir:include ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/discharge-disposition"^^xsd:anyURI ] ; fhir:concept ( [ fhir:code [ fhir:v "home" ] ] [ fhir:code [ fhir:v "alt-home" ] ] [ fhir:code [ fhir:v "other-hcf" ] ] [ fhir:code [ fhir:v "hosp" ] ] [ fhir:code [ fhir:v "long" ] ] [ fhir:code [ fhir:v "aadvice" ] ] [ fhir:code [ fhir:v "exp" ] ] [ fhir:code [ fhir:v "psy" ] ] [ fhir:code [ fhir:v "rehab" ] ] [ fhir:code [ fhir:v "snf" ] ] ) ] ) ] . # # -------------------------------------------------------------------------------------