<xsd:simpleType name="FacilityStatusCodeSimpleType">
<xsd:annotation>
<xsd:appinfo>
<i:Base i:namespace="http://niem.gov/niem/structures/2.0" i:name="Object" xmlns:i="http://niem.gov/niem/appinfo/2.0" />
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Closed">
<xsd:annotation>
<xsd:documentation>Indicates that a hospital is no longer capable of providing services and only emergency services/restoration personnel may remain in the facility.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Compromised">
<xsd:annotation>
<xsd:documentation>General operations of the facility have been affected due to damage, operating on emergency backup systems, or facility contamination.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Evacuating">
<xsd:annotation>
<xsd:documentation>Indicates that a hospital is in the process of a partial or full evacuation.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Normal">
<xsd:annotation>
<xsd:documentation>No conditions exist that adversely affect the general operations of the facility.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|