have-codes:EOCPlanCodeSimpleType

simpleType EOCPlanCodeSimpleType in namespace http://release.niem.gov/niem/codes/edxl_have/4.0/

Definition

A data type for a code set of whether the hospital has activated its Emergency Operations Plan (EOP)

Diagram

Enumerations

ValueDefinition
ActiveActive
InactiveInactive

XML Schema

<xs:simpleType name="EOCPlanCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code set of whether the hospital has activated its Emergency Operations Plan (EOP)
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Active">
<xs:annotation>
<xs:documentation>
Active
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Inactive">
<xs:annotation>
<xs:documentation>
Inactive
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>