element -> <eDisposition.16>
eDisposition.16 EMS Transport Method Yes Yes Transport method by this EMS Unit. Required Airway Cardiac Arrest Pediatric Response STEMI Stroke Trauma Required if the patient is transported by EMS. Added to better describe Air and Ground Transport methods.
Namespace:
Type:
Content:
simple, 1 attribute
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
Defined:
Includes:
definition of 1 attribute
Content Model Diagram
XML Representation Summary
<eDisposition.16
    NV
 = 
("7701001" | "7701003")
    >
   
Content: 
{ enumeration of xs:string }
</eDisposition.16>
Simple Content Detail:
Enumeration:
"4216001"
 - 
Air Medical-Fixed Wing
"4216003"
 - 
Air Medical-Rotor Craft
"4216005"
 - 
Ground-Ambulance
"4216007"
 - 
Ground-ATV or Rescue Vehicle
"4216009"
 - 
Ground-Bariatric
"4216011"
 - 
Ground-Other Not Listed
"4216013"
 - 
Ground-Mass Casualty Bus/Vehicle
"4216015"
 - 
Ground-Wheelchair Van
"4216017"
 - 
Water-Boat

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  EMSTransportMethod (extension)
      complexType
Derivation:
extension of EMSTransportMethod
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eDisposition.EMSTransportMethod" name="eDisposition.16" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="EMSTransportMethod">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 1/1)
NV
Type:
Use:
optional
Attribute Value
"7701001" | "7701003"
Anonymous simpleType
Type Derivation Tree
  simpleType
Derivation:
by union
Member Types
XML Source (see within schema source)
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>