simpleType "EMSDispatchDelayReason"
Namespace:
Defined:
globally in eResponse_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"2208001"
 - 
Caller (Uncooperative)
"2208003"
 - 
Diversion/Failure (of previous unit)
"2208005"
 - 
High Call Volume
"2208007"
 - 
Language Barrier
"2208009"
 - 
Location (Inability to Obtain)
"2208011"
 - 
No EMS Vehicles (Units) Available
"2208013"
 - 
None/No Delay
"2208015"
 - 
Other
"2208017"
 - 
Technical Failure (Computer, Phone etc.)

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The dispatch delays, if any, associated with the dispatch of the EMS unit to the patient encounter.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  EMSDispatchDelayReason
Derivation:
restriction of xs:string
Facets:
enumeration:
"2208001"
 - 
Caller (Uncooperative)
"2208003"
 - 
Diversion/Failure (of previous unit)
"2208005"
 - 
High Call Volume
"2208007"
 - 
Language Barrier
"2208009"
 - 
Location (Inability to Obtain)
"2208011"
 - 
No EMS Vehicles (Units) Available
"2208013"
 - 
None/No Delay
"2208015"
 - 
Other
"2208017"
 - 
Technical Failure (Computer, Phone etc.)
XML Source (w/o annotations (10); see within schema source)
<xs:simpleType name="EMSDispatchDelayReason">
<xs:restriction base="xs:string">
<xs:enumeration value="2208001"/>
<xs:enumeration value="2208003"/>
<xs:enumeration value="2208005"/>
<xs:enumeration value="2208007"/>
<xs:enumeration value="2208009"/>
<xs:enumeration value="2208011"/>
<xs:enumeration value="2208013"/>
<xs:enumeration value="2208015"/>
<xs:enumeration value="2208017"/>
</xs:restriction>
</xs:simpleType>