have-codes:EMSOffloadStatusCodeSimpleType
simpleType EMSOffloadStatusCodeSimpleType in namespace http://release.niem.gov/niem/codes/edxl_have/4.0/
Definition
A data type for a code set of offload times of ambulance capabilities.
Diagram
Enumerations
Value | Definition |
Delayed | The time required to offload the patient is longer than typical. |
Normal | The 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:restriction base="xs:token">
<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>