element -> <eVitals.CardiacRhythmGroup>
Group Tag to hold information of the type and method used for ECG interpretation associated with the cardiac rhythm.
Namespace:
Type:
anonymous complexType
Content:
complex, 1 attribute, 3 elements
Defined:
Includes:
definitions of 1 attribute, 3 elements
Content Model Diagram
XML Representation Summary
<eVitals.CardiacRhythmGroup
    CorrelationID
 = 
xs:string
    >
   
Content: 
eVitals.03+, eVitals.04, eVitals.05+
</eVitals.CardiacRhythmGroup>
Content model elements (3):
Included in content model of elements (1):
XML Source (w/o annotations (4); see within schema source)
<xs:element id="eVitals.CardiacRhythmGroup" name="eVitals.CardiacRhythmGroup">
<xs:complexType>
<xs:sequence>
<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>
<xs:element id="eVitals.ECGType" name="eVitals.04" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="ECGType">
<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>
<xs:element id="eVitals.MethodofECGInterpretation" maxOccurs="unbounded" name="eVitals.05" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="ECGMethod">
<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>
</xs:sequence>
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 1/1)
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"/>
Content Element Detail (all declarations; defined in this component only; 3/3)
eVitals.03
Type:
anonymous (extension of CardiacRhythm), simple content
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
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
Simple Content
enumeration of xs:string
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)
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>

eVitals.04
Type:
anonymous (extension of ECGType), simple content
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
eVitals.04 ECG Type Yes Yes The type of ECG associated with the cardiac rhythm. Required STEMI Added to better document ECG results.
Simple Content
enumeration of xs:string
Enumeration:
"3304001"
 - 
3 Lead
"3304003"
 - 
4 Lead
"3304005"
 - 
5 Lead
"3304007"
 - 
12 Lead-Left Sided (Normal)
"3304009"
 - 
12 Lead-Right Sided
"3304011"
 - 
15 Lead
"3304013"
 - 
18 Lead
"3304015"
 - 
Other (AED, Not Listed)
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eVitals.ECGType" name="eVitals.04" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="ECGType">
<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>

eVitals.05
Type:
anonymous (extension of ECGMethod), simple content
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
eVitals.05 Method of ECG Interpretation Yes Yes The method of ECG interpretation. Required STEMI "Transmission with no interpretation" may be used by EMS Agency Personnel that are not trained to interpret cardiac rhythms. Added to better document ECG results.
Simple Content
enumeration of xs:string
Enumeration:
"3305001"
 - 
Computer Interpretation
"3305003"
 - 
Manual Interpretation
"3305005"
 - 
Transmission with No Interpretation
"3305007"
 - 
Transmission with Remote Interpretation
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eVitals.MethodofECGInterpretation" maxOccurs="unbounded" name="eVitals.05" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="ECGMethod">
<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>