simpleType "PositionOfPatientDuringTransport"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"4214001"
 - 
Car Seat
"4214003"
 - 
Fowlers (Semi-Upright Sitting)
"4214005"
 - 
Lateral Left
"4214007"
 - 
Lateral Right
"4214009"
 - 
Other
"4214011"
 - 
Prone
"4214013"
 - 
Semi-Fowlers
"4214015"
 - 
Sitting
"4214017"
 - 
Supine
"4214019"
 - 
Trendelenburg

All Direct / Indirect Based Elements (1):
eDisposition.14 (type anonymous)
Known Usage Locations
Annotation
The position of the patient during transport from the scene
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  PositionOfPatientDuringTransport
Derivation:
restriction of xs:string
Facets:
enumeration:
"4214001"
 - 
Car Seat
"4214003"
 - 
Fowlers (Semi-Upright Sitting)
"4214005"
 - 
Lateral Left
"4214007"
 - 
Lateral Right
"4214009"
 - 
Other
"4214011"
 - 
Prone
"4214013"
 - 
Semi-Fowlers
"4214015"
 - 
Sitting
"4214017"
 - 
Supine
"4214019"
 - 
Trendelenburg
XML Source (w/o annotations (11); see within schema source)
<xs:simpleType name="PositionOfPatientDuringTransport">
<xs:restriction base="xs:string">
<xs:enumeration value="4214001"/>
<xs:enumeration value="4214003"/>
<xs:enumeration value="4214005"/>
<xs:enumeration value="4214007"/>
<xs:enumeration value="4214009"/>
<xs:enumeration value="4214011"/>
<xs:enumeration value="4214013"/>
<xs:enumeration value="4214015"/>
<xs:enumeration value="4214017"/>
<xs:enumeration value="4214019"/>
</xs:restriction>
</xs:simpleType>