element -> <eVitals.03>
eVitals.03 Cardiac Rhythm / Electrocardiography (ECG) Yes Yes The cardiac rhythm / ECG and other electrocardiography findings of the patient as interpreted by EMS personnel. E14_03 Required Cardiac Arrest STEMI Yes
Namespace:
Type:
anonymous (extension of CardiacRhythm)
Content:
simple, 3 attributes
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
Defined:
Includes:
definitions of 3 attributes
Content Model Diagram
XML Representation Summary
<eVitals.03
    PN
 = 
("8801019" | "8801023")
    NV
 = 
("7701001" | "7701003")
    CorrelationID
 = 
xs:string
    >
   
Content: 
{ enumeration of xs:string }
</eVitals.03>
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
"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="eVitals.CardiacRhythmandElectrocardiography" maxOccurs="unbounded" name="eVitals.03" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="CardiacRhythm">
<xs:attribute name="PN" use="optional">
<xs:simpleType>
<xs:union memberTypes="PN.Refused PN.UnableToComplete"/>
</xs:simpleType>
</xs:attribute>
<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; 3/3)
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>

PN
Type:
Use:
optional
Attribute Value
"8801019" | "8801023"
Anonymous simpleType
Type Derivation Tree
  simpleType
Derivation:
by union
Member Types
XML Source (see within schema source)
<xs:attribute name="PN" use="optional">
<xs:simpleType>
<xs:union memberTypes="PN.Refused PN.UnableToComplete"/>
</xs:simpleType>
</xs:attribute>