Definition Type: SimpleType
Name: FacilityStatusCodeSimpleType
Namespace: http://niem.gov/niem/have/2.0
Containing Schema: have.xsd
Collapse XSD Schema Diagram:
XSD Diagram of FacilityStatusCodeSimpleType in schema have_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration Closed
Enumeration Compromised
Enumeration Evacuating
Enumeration Normal
Collapse Derivation Tree:
Collapse References:
have:FacilityStatusCodeType