<xsd:simpleType name="SecurityStatusCodeSimpleType">
<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="Elevated">
<xsd:annotation>
<xsd: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.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Lockdown">
<xsd:annotation>
<xsd:documentation>Based on security needs, the hospital has activated procedures to control entry to the facility to authorized persons only.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Normal">
<xsd:annotation>
<xsd:documentation>The hospital is operating under routine security procedures.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Quarantine">
<xsd:annotation>
<xsd:documentation>Based on a public health emergency, the entry and exit of the facility is controlled by public health officials</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="RestrictedAccess">
<xsd:annotation>
<xsd:documentation>Based on security needs, the hospital has activated procedures to allow access to the facility through a reduced number of controlled entrances.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|