element -> <eVitals.04>
eVitals.04 ECG Type Yes Yes The type of ECG associated with the cardiac rhythm. Required STEMI Added to better document ECG results.
Namespace:
Type:
anonymous (extension of ECGType)
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
<eVitals.04
    NV
 = 
("7701001" | "7701003")
    >
   
Content: 
{ enumeration of xs:string }
</eVitals.04>
Simple Content Detail:
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)

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  ECGType (extension)
      complexType
Derivation:
extension of ECGType
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>
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>