simpleType "ECGType"
Namespace:
Defined:
globally in eVitals_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
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)

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The type of ECG associated with the cardiac rhythm.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  ECGType
Derivation:
restriction of xs:string
Facets:
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 (9); see within schema source)
<xs:simpleType name="ECGType">
<xs:restriction base="xs:string">
<xs:enumeration value="3304001"/>
<xs:enumeration value="3304003"/>
<xs:enumeration value="3304005"/>
<xs:enumeration value="3304007"/>
<xs:enumeration value="3304009"/>
<xs:enumeration value="3304011"/>
<xs:enumeration value="3304013"/>
<xs:enumeration value="3304015"/>
</xs:restriction>
<!--ECGType-->
</xs:simpleType>