element -> <eDisposition.13>
eDisposition.13 How Patient Was Moved to Ambulance No No The method the patient was moved to the ambulance from the scene E20_11 Optional
Namespace:
Type:
Content:
simple, 1 attribute
Defined:
Includes:
definition of 1 attribute
Content Model Diagram
XML Representation Summary
<eDisposition.13
    CorrelationID
 = 
xs:string
    >
   
Content: 
{ enumeration of xs:string }
</eDisposition.13>
Simple Content Detail:
Enumeration:
"9909001"
 - 
Assisted/Walk
"9909003"
 - 
Backboard
"9909005"
 - 
Chair
"9909007"
 - 
Carried
"9909009"
 - 
Other
"9909011"
 - 
Stairchair
"9909013"
 - 
Stretcher
"9909015"
 - 
Wheelchair
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
      complexType
Derivation:
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eDisposition.HowPatientWasMovedtoAmbulance" maxOccurs="unbounded" minOccurs="0" name="eDisposition.13">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="HowPatientWasMovedToFromAmbulance">
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 1/1)
CorrelationID
Type:
Use:
optional
Attribute Value
xs:string
MaxLength:
255
MinLength:
0
XML Source (see within schema source)
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>