simpleType "EMSTransportUnitDelayReason"
Namespace:
Defined:
globally in eResponse_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"2211001"
 - 
Crowd
"2211003"
 - 
Directions/Unable to Locate
"2211005"
 - 
Distance
"2211007"
 - 
Diversion
"2211009"
 - 
HazMat
"2211011"
 - 
None/No Delay
"2211013"
 - 
Other
"2211015"
 - 
Rendezvous Transport Unavailable
"2211017"
 - 
Route Obstruction (e.g., Train)
"2211019"
 - 
Safety
"2211021"
 - 
Staff Delay
"2211023"
 - 
Traffic
"2211025"
 - 
Vehicle Crash Involving this Unit
"2211027"
 - 
Vehicle Failure of this Unit
"2211029"
 - 
Weather
"2211031"
 - 
Patient Condition Change (e.g., Unit Stopped)

All Direct / Indirect Based Elements (1):
eResponse.11 (type anonymous)
Known Usage Locations
Annotation
The transport delays, if any, of the unit associated with the patient encounter
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  EMSTransportUnitDelayReason
Derivation:
restriction of xs:string
Facets:
enumeration:
"2211001"
 - 
Crowd
"2211003"
 - 
Directions/Unable to Locate
"2211005"
 - 
Distance
"2211007"
 - 
Diversion
"2211009"
 - 
HazMat
"2211011"
 - 
None/No Delay
"2211013"
 - 
Other
"2211015"
 - 
Rendezvous Transport Unavailable
"2211017"
 - 
Route Obstruction (e.g., Train)
"2211019"
 - 
Safety
"2211021"
 - 
Staff Delay
"2211023"
 - 
Traffic
"2211025"
 - 
Vehicle Crash Involving this Unit
"2211027"
 - 
Vehicle Failure of this Unit
"2211029"
 - 
Weather
"2211031"
 - 
Patient Condition Change (e.g., Unit Stopped)
XML Source (w/o annotations (17); see within schema source)
<xs:simpleType name="EMSTransportUnitDelayReason">
<xs:restriction base="xs:string">
<xs:enumeration value="2211001"/>
<xs:enumeration value="2211003"/>
<xs:enumeration value="2211005"/>
<xs:enumeration value="2211007"/>
<xs:enumeration value="2211009"/>
<xs:enumeration value="2211011"/>
<xs:enumeration value="2211013"/>
<xs:enumeration value="2211015"/>
<xs:enumeration value="2211017"/>
<xs:enumeration value="2211019"/>
<xs:enumeration value="2211021"/>
<xs:enumeration value="2211023"/>
<xs:enumeration value="2211025"/>
<xs:enumeration value="2211027"/>
<xs:enumeration value="2211029"/>
<xs:enumeration value="2211031"/>
</xs:restriction>
</xs:simpleType>