Definition Type: SimpleType
Name: DeconCapacityCodeSimpleType
Namespace: http://niem.gov/niem/have/2.0
Containing Schema: have.xsd
Collapse XSD Schema Diagram:
XSD Diagram of DeconCapacityCodeSimpleType in schema have_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:simpleType name="DeconCapacityCodeSimpleType">
    <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="Exceeded">
            <xsd:annotation>
                <xsd:documentation>Needs exceed available capacity</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Full">
            <xsd:annotation>
                <xsd:documentation>In use at maximum capacity</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Inactive">
            <xsd:annotation>
                <xsd:documentation>Not being used, but available if needed</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Open">
            <xsd:annotation>
                <xsd:documentation>In use and able to accept additional patients</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Exceeded
Enumeration Full
Enumeration Inactive
Enumeration Open
Collapse Derivation Tree:
Collapse References:
have:DeconCapacityCodeType