element -> <eArrest.17>
eArrest.17 Cardiac Rhythm on Arrival at Destination Yes Yes The patient's cardiac rhythm upon delivery or transfer to the destination E11_11 Required Cardiac Arrest This element needs to be documented when the patient has been in cardiac or respiratory arrest and transported to a healthcare facility to show the change in patient condition, if any. The cardiac rhythm list has been updated to be the same for eVitals.03 (Cardiac Rhythm Electrocardiography (ECG)). They are using the common type: CardiacRhythm. ST segment changes consistent (or not consistent) with STEMI criteria should be documented as Ischemia in the appropriate location
Namespace:
Type:
anonymous (extension of CardiacRhythm)
Content:
simple, 2 attributes
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
Defined:
locally within eArrest complexType in eArrest_v3.xsd; see XML source
Includes:
definitions of 2 attributes
Content Model Diagram
XML Representation Summary
<eArrest.17
    NV
 = 
("7701001" | "7701003")
    CorrelationID
 = 
xs:string
    >
   
Content: 
{ enumeration of xs:string }
</eArrest.17>
Simple Content Detail:
Enumeration:
"9901001"
 - 
Agonal/Idioventricular
"9901003"
 - 
Asystole
"9901005"
 - 
Artifact
"9901007"
 - 
Atrial Fibrillation
"9901009"
 - 
Atrial Flutter
"9901011"
 - 
AV Block-1st Degree
"9901013"
 - 
AV Block-2nd Degree-Type 1
"9901015"
 - 
AV Block-2nd Degree-Type 2
"9901017"
 - 
AV Block-3rd Degree
"9901019"
 - 
Junctional
"9901021"
 - 
Left Bundle Branch Block
"9901023"
 - 
Non-STEMI Anterior Ischemia
"9901025"
 - 
Non-STEMI Inferior Ischemia
"9901027"
 - 
Non-STEMI Lateral Ischemia
"9901029"
 - 
Non-STEMI Posterior Ischemia
"9901031"
 - 
Other (Not Listed)
"9901033"
 - 
Paced Rhythm
"9901035"
 - 
PEA
"9901037"
 - 
Premature Atrial Contractions
"9901039"
 - 
Premature Ventricular Contractions
"9901041"
 - 
Right Bundle Branch Block
"9901043"
 - 
Sinus Arrhythmia
"9901045"
 - 
Sinus Bradycardia
"9901047"
 - 
Sinus Rhythm
"9901049"
 - 
Sinus Tachycardia
"9901051"
 - 
STEMI Anterior Ischemia
"9901053"
 - 
STEMI Inferior Ischemia
"9901055"
 - 
STEMI Lateral Ischemia
"9901057"
 - 
STEMI Posterior Ischemia
"9901059"
 - 
Supraventricular Tachycardia
"9901061"
 - 
Torsades De Points
"9901063"
 - 
Unknown AED Non-Shockable Rhythm
"9901065"
 - 
Unknown AED Shockable Rhythm
"9901067"
 - 
Ventricular Fibrillation
"9901069"
 - 
Ventricular Tachycardia (With Pulse)
"9901071"
 - 
Ventricular Tachycardia (Pulseless)

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