hs:PatientLocationCodeSimpleType

simpleType PatientLocationCodeSimpleType in namespace http://release.niem.gov/niem/domains/humanServices/5.0/

Definition

A data type for a location of a patient.

Diagram

Enumerations

ValueDefinition
01Home
02Intermediary Care
03Nursing Home
04Long-Term/Extended Care
05Rest Home
06Boarding Home
07Skilled-Care Facility
08Sub-Acute Care Facility
09Acute-Care Facility
10Outpatient
11Hospice
98Unknown
99Other

XML Schema

<xs:simpleType name="PatientLocationCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a location of a patient.
</xs:documentation>
</xs:annotation>
<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>