hs:PatientLocationCodeSimpleType
simpleType PatientLocationCodeSimpleType in namespace http://release.niem.gov/niem/domains/humanServices/4.1/
Definition
A data type for a location of a patient.
Diagram
Enumerations
| Value | Definition | 
| 01 | Home | 
| 02 | Intermediary Care | 
| 03 | Nursing Home | 
| 04 | Long-Term/Extended Care | 
| 05 | Rest Home | 
| 06 | Boarding Home | 
| 07 | Skilled-Care Facility | 
| 08 | Sub-Acute Care Facility | 
| 09 | Acute-Care Facility | 
| 10 | Outpatient | 
| 11 | Hospice | 
| 98 | Unknown | 
| 99 | Other | 
XML Schema
<xs:simpleType name="PatientLocationCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a location of a patient.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="01">
<xs:annotation>
<xs:documentation>
Home</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="02">
<xs:annotation>
<xs:documentation>
Intermediary Care</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="03">
<xs:annotation>
<xs:documentation>
Nursing Home</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="04">
<xs:annotation>
<xs:documentation>
Long-Term/Extended Care</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="05">
<xs:annotation>
<xs:documentation>
Rest Home</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="06">
<xs:annotation>
<xs:documentation>
Boarding Home</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="07">
<xs:annotation>
<xs:documentation>
Skilled-Care Facility</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="08">
<xs:annotation>
<xs:documentation>
Sub-Acute Care Facility</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="09">
<xs:annotation>
<xs:documentation>
Acute-Care Facility</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="10">
<xs:annotation>
<xs:documentation>
Outpatient</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="11">
<xs:annotation>
<xs:documentation>
Hospice</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="98">
<xs:annotation>
<xs:documentation>
Unknown</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="99">
<xs:annotation>
<xs:documentation>
Other</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>