simpleType "DispatchPriority"
Namespace:
Defined:
globally in eDispatch_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"2305001"
 - 
Critical
"2305003"
 - 
Emergent
"2305005"
 - 
Lower Acuity
"2305007"
 - 
Non-Acute [e.g., Scheduled Transfer or Standby]

All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
The actual, apparent, or potential acuity of the patient's condition as determined through information obtained during the EMD process.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  DispatchPriority
Derivation:
restriction of xs:string
Facets:
enumeration:
"2305001"
 - 
Critical
"2305003"
 - 
Emergent
"2305005"
 - 
Lower Acuity
"2305007"
 - 
Non-Acute [e.g., Scheduled Transfer or Standby]
XML Source (w/o annotations (5); see within schema source)
<xs:simpleType name="DispatchPriority">
<xs:restriction base="xs:string">
<xs:enumeration value="2305001"/>
<xs:enumeration value="2305003"/>
<xs:enumeration value="2305005"/>
<xs:enumeration value="2305007"/>
</xs:restriction>
</xs:simpleType>