element -> <eDisposition.24>
eDisposition.24 Destination Team Pre-Arrival Alert or Activation Yes Yes Indication that an alert (or activation) was called by EMS to the appropriate destination healthcare facility team. The alert (or activation) should occur prior to the EMS Unit arrival at the destination with the patient. Required Cardiac Arrest STEMI Stroke Trauma <comment/> Added to better document performance measure for acute time dependent illness and injury systems of care.
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.24
    NV
 = 
("7701001" | "7701003")
    >
   
Content: 
{ enumeration of xs:string }
</eDisposition.24>
Simple Content Detail:
Enumeration:
"4224001"
 - 
No
"4224003"
 - 
Yes-Adult Trauma
"4224005"
 - 
Yes-Cardiac Arrest
"4224007"
 - 
Yes-Obstetrics
"4224009"
 - 
Yes-Other
"4224011"
 - 
Yes-Pediatric Trauma
"4224013"
 - 
Yes-STEMI
"4224015"
 - 
Yes-Stroke
"4224017"
 - 
Yes-Trauma (General)

Included in content model of elements (1):
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.DestinationTeamPreArrivalActivation" name="eDisposition.24" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="DestinationPrearrivalActivation">
<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>