simpleType "HowPatientWasMovedToFromAmbulance"
Namespace:
Defined:
Used:
never
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"9909001"
 - 
Assisted/Walk
"9909003"
 - 
Backboard
"9909005"
 - 
Chair
"9909007"
 - 
Carried
"9909009"
 - 
Other
"9909011"
 - 
Stairchair
"9909013"
 - 
Stretcher
"9909015"
 - 
Wheelchair
Annotation
The method the patient was moved to the ambulance from the scene
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  HowPatientWasMovedToFromAmbulance
Derivation:
restriction of xs:string
Facets:
enumeration:
"9909001"
 - 
Assisted/Walk
"9909003"
 - 
Backboard
"9909005"
 - 
Chair
"9909007"
 - 
Carried
"9909009"
 - 
Other
"9909011"
 - 
Stairchair
"9909013"
 - 
Stretcher
"9909015"
 - 
Wheelchair
XML Source (w/o annotations (9); see within schema source)
<xs:simpleType name="HowPatientWasMovedToFromAmbulance">
<xs:restriction base="xs:string">
<xs:enumeration value="9909001"/>
<xs:enumeration value="9909003"/>
<xs:enumeration value="9909005"/>
<xs:enumeration value="9909007"/>
<xs:enumeration value="9909009"/>
<xs:enumeration value="9909011"/>
<xs:enumeration value="9909013"/>
<xs:enumeration value="9909015"/>
</xs:restriction>
</xs:simpleType>