element -> <eDisposition.20>
eDisposition.20 Reason for Choosing Destination Yes Yes The reason the unit chose to deliver or transfer the patient to the destination E20_16 Required Cardiac Arrest Pediatric STEMI Stroke Trauma Required if Patient Transported
Namespace:
Type:
Content:
simple, 2 attributes
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
Defined:
Includes:
definitions of 2 attributes
Content Model Diagram
XML Representation Summary
<eDisposition.20
    NV
 = 
("7701001" | "7701003")
    CorrelationID
 = 
xs:string
    >
   
Content: 
{ enumeration of xs:string }
</eDisposition.20>
Simple Content Detail:
Enumeration:
"4220001"
 - 
Closest Facility
"4220003"
 - 
Diversion
"4220005"
 - 
Family Choice
"4220007"
 - 
Insurance Status/Requirement
"4220009"
 - 
Law Enforcement Choice
"4220011"
 - 
On-Line/On-Scene Medical Direction
"4220013"
 - 
Other
"4220015"
 - 
Patient's Choice
"4220017"
 - 
Patient's Physician's Choice
"4220019"
 - 
Protocol
"4220021"
 - 
Regional Specialty Center
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.ReasonforChoosingDestination" maxOccurs="unbounded" name="eDisposition.20" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="ReasonForChoosingDestination">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>
<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; 2/2)
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"/>

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>