simpleType "HospitalDisposition"
Namespace:
Defined:
globally in eOutcome_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"01"
 - 
Discharged to home or self care (routine discharge)
"02"
 - 
Discharged/transferred to another short term general hospital for inpatient care
"03"
 - 
Discharged/transferred to a skilled nursing facility (SNF)
"04"
 - 
Discharged/transferred to an intermediate care facility (ICF)
"05"
 - 
Discharged/transferred to another type of institution not defined elsewhere in this code list
"06"
 - 
Discharged/transferred to home under care of organized home health service organization in anticipation of covered skills care
"07"
 - 
Left against medical advice or discontinued care
"20"
 - 
Deceased/Expired (or did not recover - Religious Non Medical Health Care Patient)
"21"
 - 
Discharged/transferred to court/law enforcement
"30"
 - 
Still a patient or expected to return for outpatient services.
"43"
 - 
Discharged/transferred to a Federal Health Care Facility (e.g., VA or federal health care facility)
"50"
 - 
Discharged/transferred to Hospice - home.
"51"
 - 
Discharged/transferred to Hospice - medical facility
"61"
 - 
Discharged/transferred within this institution to a hospital based Medicare approved swing bed.
"62"
 - 
Discharged/transferred to a inpatient rehabilitation facility including distinct part units of a hospital.
"63"
 - 
Discharged/transferred to long term care hospitals
"64"
 - 
Discharged/transferred to a nursing facility certified under Medicaid but not certified under Medicare
"65"
 - 
Discharged/transferred to a psychiatric hospital or psychiatric distinct part unit of a hospital.
"66"
 - 
Discharged/transferred to a Critical Access Hospital (CAH).
"70"
 - 
Discharged/transferred to another type of health care institution not defined elsewhere in the code list.

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Indication of the patient's disposition from the hospital, if admitted.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  HospitalDisposition
Derivation:
restriction of xs:string
Facets:
enumeration:
"01"
 - 
Discharged to home or self care (routine discharge)
"02"
 - 
Discharged/transferred to another short term general hospital for inpatient care
"03"
 - 
Discharged/transferred to a skilled nursing facility (SNF)
"04"
 - 
Discharged/transferred to an intermediate care facility (ICF)
"05"
 - 
Discharged/transferred to another type of institution not defined elsewhere in this code list
"06"
 - 
Discharged/transferred to home under care of organized home health service organization in anticipation of covered skills care
"07"
 - 
Left against medical advice or discontinued care
"20"
 - 
Deceased/Expired (or did not recover - Religious Non Medical Health Care Patient)
"21"
 - 
Discharged/transferred to court/law enforcement
"30"
 - 
Still a patient or expected to return for outpatient services.
"43"
 - 
Discharged/transferred to a Federal Health Care Facility (e.g., VA or federal health care facility)
"50"
 - 
Discharged/transferred to Hospice - home.
"51"
 - 
Discharged/transferred to Hospice - medical facility
"61"
 - 
Discharged/transferred within this institution to a hospital based Medicare approved swing bed.
"62"
 - 
Discharged/transferred to a inpatient rehabilitation facility including distinct part units of a hospital.
"63"
 - 
Discharged/transferred to long term care hospitals
"64"
 - 
Discharged/transferred to a nursing facility certified under Medicaid but not certified under Medicare
"65"
 - 
Discharged/transferred to a psychiatric hospital or psychiatric distinct part unit of a hospital.
"66"
 - 
Discharged/transferred to a Critical Access Hospital (CAH).
"70"
 - 
Discharged/transferred to another type of health care institution not defined elsewhere in the code list.
XML Source (w/o annotations (21); see within schema source)
<xs:simpleType name="HospitalDisposition">
<xs:restriction base="xs:string">
<xs:enumeration value="01"/>
<xs:enumeration value="02"/>
<xs:enumeration value="03"/>
<xs:enumeration value="04"/>
<xs:enumeration value="05"/>
<xs:enumeration value="06"/>
<xs:enumeration value="07"/>
<xs:enumeration value="20"/>
<xs:enumeration value="21"/>
<xs:enumeration value="30"/>
<xs:enumeration value="43"/>
<xs:enumeration value="50"/>
<xs:enumeration value="51"/>
<xs:enumeration value="61"/>
<xs:enumeration value="62"/>
<xs:enumeration value="63"/>
<xs:enumeration value="64"/>
<xs:enumeration value="65"/>
<xs:enumeration value="66"/>
<xs:enumeration value="70"/>
</xs:restriction>
</xs:simpleType>