simpleType "TypeOfDestination"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"4221001"
 - 
Home
"4221003"
 - 
Hospital-Emergency Department
"4221005"
 - 
Hospital-Non-Emergency Department Bed
"4221007"
 - 
Medical Office/Clinic
"4221009"
 - 
Morgue/Mortuary
"4221011"
 - 
Nursing Home/Assisted Living Facility
"4221013"
 - 
Other
"4221015"
 - 
Other EMS Responder (air)
"4221017"
 - 
Other EMS Responder (ground)
"4221019"
 - 
Police/Jail
"4221021"
 - 
Urgent Care
"4221023"
 - 
Freestanding Emergency Department

All Direct / Indirect Based Elements (2):
eDisposition.21 (type anonymous)
Known Usage Locations
Annotation
The type of destination the patient was delivered or transferred to
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  TypeOfDestination
Derivation:
restriction of xs:string
Facets:
enumeration:
"4221001"
 - 
Home
"4221003"
 - 
Hospital-Emergency Department
"4221005"
 - 
Hospital-Non-Emergency Department Bed
"4221007"
 - 
Medical Office/Clinic
"4221009"
 - 
Morgue/Mortuary
"4221011"
 - 
Nursing Home/Assisted Living Facility
"4221013"
 - 
Other
"4221015"
 - 
Other EMS Responder (air)
"4221017"
 - 
Other EMS Responder (ground)
"4221019"
 - 
Police/Jail
"4221021"
 - 
Urgent Care
"4221023"
 - 
Freestanding Emergency Department
XML Source (w/o annotations (13); see within schema source)
<xs:simpleType name="TypeOfDestination">
<xs:restriction base="xs:string">
<xs:enumeration value="4221001"/>
<xs:enumeration value="4221003"/>
<xs:enumeration value="4221005"/>
<xs:enumeration value="4221007"/>
<xs:enumeration value="4221009"/>
<xs:enumeration value="4221011"/>
<xs:enumeration value="4221013"/>
<xs:enumeration value="4221015"/>
<xs:enumeration value="4221017"/>
<xs:enumeration value="4221019"/>
<xs:enumeration value="4221021"/>
<xs:enumeration value="4221023"/>
</xs:restriction>
</xs:simpleType>