have-codes:FacilityStatusCodeSimpleType
simpleType FacilityStatusCodeSimpleType in namespace http://release.niem.gov/niem/codes/edxl_have/4.0/
Definition
A data type for a code set of facility status.
Diagram
Enumerations
Value | Definition |
Closed | Indicates that a hospital is no longer capable of providing services and only emergency services/restoration personnel may remain in the facility. |
Compromised | General operations of the facility have been affected due to damage, operating on emergency backup systems, or facility contamination. |
Evacuating | Indicates that a hospital is in the process of a partial or full evacuation. |
Normal | No conditions exist that adversely affect the general operations of the facility. |
XML Schema
<xs:simpleType name="FacilityStatusCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code set of facility status.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Closed">
<xs:annotation>
<xs:documentation>
Indicates that a hospital is no longer capable of providing services and only emergency services/restoration personnel may remain in the facility.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Compromised">
<xs:annotation>
<xs:documentation>
General operations of the facility have been affected due to damage, operating on emergency backup systems, or facility contamination.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Evacuating">
<xs:annotation>
<xs:documentation>
Indicates that a hospital is in the process of a partial or full evacuation.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Normal">
<xs:annotation>
<xs:documentation>
No conditions exist that adversely affect the general operations of the facility.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>