element -> <eOutcome.02>
eOutcome.02 Hospital Disposition Yes Yes The known disposition of the patient from the hospital, if admitted. E22_02 Required Airway Cardiac Arrest Pediatric STEMI Stroke Trauma The list of values and codes is based on and in compliance with the Medicare Claims Processing Manual Chapter 25 Completing and Processing the Form CMS-1450 Data Set, referencing the Uniform Bill - Form CMS-1450 (UB-04) and the FL 17 - Patient Discharge Status Required. (For all Part A inpatient, SNF, hospice, home health agency (HHA) and outpatient hospital services.) This code indicates the patient's status as of the "Through" date of the billing period (FL 6). <br/><br/><a href="https://www.cms.gov/transmittals/downloads/R1104CP.pdf">https://www.cms.gov/transmittals/downloads/R1104CP.pdf</a> Page 35-36 <br/><br/>Codes are available from Medicare contractors and the National Uniform Billing company (NUBC_ (www.nubc.org) via the NUBC's Official UB-04 Data Specifications Manual. <br/><br/>Contractor site, Knowledge Trek: <a href="http://www.ub04.net/downloads/Medicare_Pub_Ch_25.pdf">http://www.ub04.net/downloads/Medicare_Pub_Ch_25.pdf</a> Please reference the section "FL 17 - Patient Status" found on page 23-25 of 126.
Namespace:
Type:
Content:
simple, 1 attribute
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
Defined:
locally within eOutcome complexType in eOutcome_v3.xsd; see XML source
Includes:
definition of 1 attribute
Content Model Diagram
XML Representation Summary
<eOutcome.02
    NV
 = 
("7701001" | "7701003")
    >
   
Content: 
{ enumeration of xs:string }
</eOutcome.02>
Simple Content Detail:
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.

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  HospitalDisposition (extension)
      complexType
Derivation:
extension of HospitalDisposition
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eOutcome.HospitalDisposition" name="eOutcome.02" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="HospitalDisposition">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 1/1)
NV
Type:
Use:
optional
Attribute Value
"7701001" | "7701003"
Anonymous simpleType
Type Derivation Tree
  simpleType
Derivation:
by union
Member Types
XML Source (see within schema source)
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>