have-codes:EMSTrafficStatusCodeSimpleType

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

Definition

A data type for a code set of the status of EMS traffic operations.

Diagram

Enumerations

ValueDefinition
AdvisoryExperiencing specific resource limitations which may affect transport of some EMS traffic.
ClosedRequesting re-route of EMS traffic to other facilities.
NormalAccepting all EMS traffic
NotApplicableNot Applicable. This hospital does not have an emergency department.

XML Schema

<xs:simpleType name="EMSTrafficStatusCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code set of the status of EMS traffic operations.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Advisory">
<xs:annotation>
<xs:documentation>
Experiencing specific resource limitations which may affect transport of some EMS traffic.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Closed">
<xs:annotation>
<xs:documentation>
Requesting re-route of EMS traffic to other facilities.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Normal">
<xs:annotation>
<xs:documentation>
Accepting all EMS traffic
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NotApplicable">
<xs:annotation>
<xs:documentation>
Not Applicable. This hospital does not have an emergency department.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>