element -> <eDisposition.21>
eDisposition.21 Type of Destination Yes Yes The type of destination the patient was delivered or transferred to E20_17 Required Airway Cardiac Arrest Pediatric Response STEMI Stroke Trauma Required if Patient Transported by EMS.
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.21
    NV
 = 
("7701001" | "7701003")
    >
   
Content: 
{ enumeration of xs:string }
</eDisposition.21>
Simple Content Detail:
Enumeration:
"4221001"
 - 
Home
"4221003"
 - 
Hospital-Emergency Department
"4221005"
 - 
Hospital-Non-Emergency Department Bed
"4221007"
 - 
Medical Office/Clinic
"4221009"
 - 
Morgue/Mortuary
"4221011"
 - 
Nursing Home/Assisted Living Facility
"4221013"
 - 
Other
"4221015"
 - 
Other EMS Responder (air)
"4221017"
 - 
Other EMS Responder (ground)
"4221019"
 - 
Police/Jail
"4221021"
 - 
Urgent Care
"4221023"
 - 
Freestanding Emergency Department

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  TypeOfDestination (extension)
      complexType
Derivation:
extension of TypeOfDestination
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eDisposition.TypeofDestination" name="eDisposition.21" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="TypeOfDestination">
<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>