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

ValueDefinition
ExceededNeeds exceed available capacity
FullIn use at maximum capacity
InactiveNot being used, but available if needed
OpenIn 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: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>