have-codes:EMSOffloadStatusCodeSimpleType

simpleType EMSOffloadStatusCodeSimpleType in namespace http://release.niem.gov/niem/codes/edxl_have/5.0/

Definition

A data type for a code set of offload times of ambulance capabilities.

Diagram

Enumerations

ValueDefinition
DelayedThe time required to offload the patient is longer than typical.
NormalThe time required to offload the patient is typical.

XML Schema

<xs:simpleType name="EMSOffloadStatusCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code set of offload times of ambulance capabilities.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Delayed">
<xs:annotation>
<xs:documentation>
The time required to offload the patient is longer than typical.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Normal">
<xs:annotation>
<xs:documentation>
The time required to offload the patient is typical.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>