have-codes:DeconCapacityCodeSimpleType
simpleType DeconCapacityCodeSimpleType in namespace http://release.niem.gov/niem/codes/edxl_have/4.0/
Definition
A data type for a code set of the capacity for chemical/biological/radiological patient decontamination.
Diagram
Enumerations
Value | Definition |
Exceeded | Needs exceed available capacity |
Full | In use at maximum capacity |
Inactive | Not being used, but available if needed |
Open | In use and able to accept additional patients |
XML Schema
<xs:simpleType name="DeconCapacityCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code set of the capacity for chemical/biological/radiological patient decontamination.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Exceeded">
<xs:annotation>
<xs:documentation>
Needs exceed available capacity</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Full">
<xs:annotation>
<xs:documentation>
In use at maximum capacity</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Inactive">
<xs:annotation>
<xs:documentation>
Not being used, but available if needed</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Open">
<xs:annotation>
<xs:documentation>
In use and able to accept additional patients</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>