simpleType "ReasonForChoosingDestination"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"4220001"
 - 
Closest Facility
"4220003"
 - 
Diversion
"4220005"
 - 
Family Choice
"4220007"
 - 
Insurance Status/Requirement
"4220009"
 - 
Law Enforcement Choice
"4220011"
 - 
On-Line/On-Scene Medical Direction
"4220013"
 - 
Other
"4220015"
 - 
Patient's Choice
"4220017"
 - 
Patient's Physician's Choice
"4220019"
 - 
Protocol
"4220021"
 - 
Regional Specialty Center

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The reason the unit chose to deliver or transfer the patient to the destination
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  ReasonForChoosingDestination
Derivation:
restriction of xs:string
Facets:
enumeration:
"4220001"
 - 
Closest Facility
"4220003"
 - 
Diversion
"4220005"
 - 
Family Choice
"4220007"
 - 
Insurance Status/Requirement
"4220009"
 - 
Law Enforcement Choice
"4220011"
 - 
On-Line/On-Scene Medical Direction
"4220013"
 - 
Other
"4220015"
 - 
Patient's Choice
"4220017"
 - 
Patient's Physician's Choice
"4220019"
 - 
Protocol
"4220021"
 - 
Regional Specialty Center
XML Source (w/o annotations (12); see within schema source)
<xs:simpleType name="ReasonForChoosingDestination">
<xs:restriction base="xs:string">
<xs:enumeration value="4220001"/>
<xs:enumeration value="4220003"/>
<xs:enumeration value="4220005"/>
<xs:enumeration value="4220007"/>
<xs:enumeration value="4220009"/>
<xs:enumeration value="4220011"/>
<xs:enumeration value="4220013"/>
<xs:enumeration value="4220015"/>
<xs:enumeration value="4220017"/>
<xs:enumeration value="4220019"/>
<xs:enumeration value="4220021"/>
</xs:restriction>
</xs:simpleType>