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

ValueDefinition
FullHospital clinical resources are exceeded and acceptable care cannot be provided to additional patients. Diversion or community surge response is required.
Level1Hospital clinical resources are operating at Level-1 surge conditions.
Level2Hospital clinical resources are operating at Level-2 surge conditions.
NormalHospital 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: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>