have-codes:SecurityStatusCodeSimpleType
simpleType SecurityStatusCodeSimpleType in namespace http://release.niem.gov/niem/codes/edxl_have/4.0/
Definition
A data type for a code set of the status of security procedures in the hospital.
Diagram
Enumerations
Value | Definition |
Elevated | The hospital has activated increased security procedures (awareness, surveillance) due to a potential threat, or specific security related event i.e. increase in local threat level, VIP, bomb threat. |
Lockdown | Based on security needs, the hospital has activated procedures to control entry to the facility to authorized persons only. |
Normal | The hospital is operating under routine security procedures. |
Quarantine | Based on a public health emergency, the entry and exit of the facility is controlled by public health officials |
RestrictedAccess | Based on security needs, the hospital has activated procedures to allow access to the facility through a reduced number of controlled entrances. |
XML Schema
<xs:simpleType name="SecurityStatusCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code set of the status of security procedures in the hospital.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Elevated">
<xs:annotation>
<xs:documentation>
The hospital has activated increased security procedures (awareness, surveillance) due to a potential threat, or specific security related event i.e. increase in local threat level, VIP, bomb threat.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Lockdown">
<xs:annotation>
<xs:documentation>
Based on security needs, the hospital has activated procedures to control entry to the facility to authorized persons only.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Normal">
<xs:annotation>
<xs:documentation>
The hospital is operating under routine security procedures.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Quarantine">
<xs:annotation>
<xs:documentation>
Based on a public health emergency, the entry and exit of the facility is controlled by public health officials</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RestrictedAccess">
<xs:annotation>
<xs:documentation>
Based on security needs, the hospital has activated procedures to allow access to the facility through a reduced number of controlled entrances.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>