have-codes:ClinicalStatusCodeSimpleType
simpleType ClinicalStatusCodeSimpleType in namespace http://release.niem.gov/niem/codes/edxl_have/4.0/
Definition
A data type for a code set of the clinical status of the facility.
Diagram
Enumerations
Value | Definition |
Full | Hospital clinical resources are exceeded and acceptable care cannot be provided to additional patients. Diversion or community surge response is required. |
Level1 | Hospital clinical resources are operating at Level-1 surge conditions. |
Level2 | Hospital clinical resources are operating at Level-2 surge conditions. |
Normal | Hospital clinical resources are operating within normal conditions. |
XML Schema
<xs:simpleType name="ClinicalStatusCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code set of the clinical status of the facility.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Full">
<xs:annotation>
<xs:documentation>
Hospital clinical resources are exceeded and acceptable care cannot be provided to additional patients. Diversion or community surge response is required.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Level1">
<xs:annotation>
<xs:documentation>
Hospital clinical resources are operating at Level-1 surge conditions.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Level2">
<xs:annotation>
<xs:documentation>
Hospital clinical resources are operating at Level-2 surge conditions.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Normal">
<xs:annotation>
<xs:documentation>
Hospital clinical resources are operating within normal conditions.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>