@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/4.3/CodeSystem/encounter-discharge-disposition> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "encounter-discharge-disposition"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system http://terminology.hl7.org/CodeSystem/discharge-disposition defines the following codes:</p>\n            <table class=\"codes\">\n              <tr>\n                <td style=\"white-space:nowrap\">\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">home\n                  <a name=\"encounter-discharge-disposition-home\"> </a>\n                </td>\n                <td>Home</td>\n                <td>The patient was dicharged and has indicated that they are going to return home afterwards.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">alt-home\n                  <a name=\"encounter-discharge-disposition-alt-home\"> </a>\n                </td>\n                <td>Alternative home</td>\n                <td>The 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.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">other-hcf\n                  <a name=\"encounter-discharge-disposition-other-hcf\"> </a>\n                </td>\n                <td>Other healthcare facility</td>\n                <td>The patient was transferred to another healthcare facility.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">hosp\n                  <a name=\"encounter-discharge-disposition-hosp\"> </a>\n                </td>\n                <td>Hospice</td>\n                <td>The patient has been discharged into palliative care.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">long\n                  <a name=\"encounter-discharge-disposition-long\"> </a>\n                </td>\n                <td>Long-term care</td>\n                <td>The patient has been discharged into long-term care where is likely to be monitored through an ongoing episode-of-care.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">aadvice\n                  <a name=\"encounter-discharge-disposition-aadvice\"> </a>\n                </td>\n                <td>Left against advice</td>\n                <td>The patient self discharged against medical advice.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">exp\n                  <a name=\"encounter-discharge-disposition-exp\"> </a>\n                </td>\n                <td>Expired</td>\n                <td>The patient has deceased during this encounter.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">psy\n                  <a name=\"encounter-discharge-disposition-psy\"> </a>\n                </td>\n                <td>Psychiatric hospital</td>\n                <td>The patient has been transferred to a psychiatric facility.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">rehab\n                  <a name=\"encounter-discharge-disposition-rehab\"> </a>\n                </td>\n                <td>Rehabilitation</td>\n                <td>The patient was discharged and is to receive post acute care rehabilitation services.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">snf\n                  <a name=\"encounter-discharge-disposition-snf\"> </a>\n                </td>\n                <td>Skilled nursing facility</td>\n                <td>The patient has been discharged to a skilled nursing facility for the patient to receive additional care.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">oth\n                  <a name=\"encounter-discharge-disposition-oth\"> </a>\n                </td>\n                <td>Other</td>\n                <td>The discharge disposition has not otherwise defined.</td>\n              </tr>\n            </table>\n          </div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
     fhir:extension ( [
       fhir:url [ fhir:v "packageId"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:id ;
         fhir:v "hl7.fhir.uv.xver-r4b.r4"
       ]
     ] [
       fhir:url [ fhir:v "version"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:string ;
         fhir:v "0.0.1-snapshot-2"
       ]
     ] ) ;
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/package-source"^^xsd:anyURI ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:code ;
       fhir:v "pa"
     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/discharge-disposition"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "4.3.0"] ; # 
  fhir:name [ fhir:v "DischargeDisposition"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-09-13T16:38:45-04:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Patient Administration"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Patient Administration" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/pafm" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This codesystem defines a set of codes that can be used to where the patient left the hospital."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "home" ] ;
     fhir:display [ fhir:v "Home" ] ;
     fhir:definition [ fhir:v "The patient was dicharged and has indicated that they are going to return home afterwards." ]
  ] [
     fhir:code [ fhir:v "alt-home" ] ;
     fhir:display [ fhir:v "Alternative home" ] ;
     fhir:definition [ fhir:v "The 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." ]
  ] [
     fhir:code [ fhir:v "other-hcf" ] ;
     fhir:display [ fhir:v "Other healthcare facility" ] ;
     fhir:definition [ fhir:v "The patient was transferred to another healthcare facility." ]
  ] [
     fhir:code [ fhir:v "hosp" ] ;
     fhir:display [ fhir:v "Hospice" ] ;
     fhir:definition [ fhir:v "The patient has been discharged into palliative care." ]
  ] [
     fhir:code [ fhir:v "long" ] ;
     fhir:display [ fhir:v "Long-term care" ] ;
     fhir:definition [ fhir:v "The patient has been discharged into long-term care where is likely to be monitored through an ongoing episode-of-care." ]
  ] [
     fhir:code [ fhir:v "aadvice" ] ;
     fhir:display [ fhir:v "Left against advice" ] ;
     fhir:definition [ fhir:v "The patient self discharged against medical advice." ]
  ] [
     fhir:code [ fhir:v "exp" ] ;
     fhir:display [ fhir:v "Expired" ] ;
     fhir:definition [ fhir:v "The patient has deceased during this encounter." ]
  ] [
     fhir:code [ fhir:v "psy" ] ;
     fhir:display [ fhir:v "Psychiatric hospital" ] ;
     fhir:definition [ fhir:v "The patient has been transferred to a psychiatric facility." ]
  ] [
     fhir:code [ fhir:v "rehab" ] ;
     fhir:display [ fhir:v "Rehabilitation" ] ;
     fhir:definition [ fhir:v "The patient was discharged and is to receive post acute care rehabilitation services." ]
  ] [
     fhir:code [ fhir:v "snf" ] ;
     fhir:display [ fhir:v "Skilled nursing facility" ] ;
     fhir:definition [ fhir:v "The patient has been discharged to a skilled nursing facility for the patient to receive additional care." ]
  ] [
     fhir:code [ fhir:v "oth" ] ;
     fhir:display [ fhir:v "Other" ] ;
     fhir:definition [ fhir:v "The discharge disposition has not otherwise defined." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

