have-codes:FacilityStatusCodeSimpleType

simpleType FacilityStatusCodeSimpleType in namespace http://release.niem.gov/niem/codes/edxl_have/5.0/

Definition

A data type for a code set of facility status.

Diagram

Enumerations

ValueDefinition
ClosedIndicates that a hospital is no longer capable of providing services and only emergency services/restoration personnel may remain in the facility.
CompromisedGeneral operations of the facility have been affected due to damage, operating on emergency backup systems, or facility contamination.
EvacuatingIndicates that a hospital is in the process of a partial or full evacuation.
NormalNo 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: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>