simpleType "FirstMonitoredRhythm"
Namespace:
Defined:
globally in eArrest_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"3011001"
 - 
Asystole
"3011005"
 - 
PEA
"3011007"
 - 
Unknown AED Non-Shockable Rhythm
"3011009"
 - 
Unknown AED Shockable Rhythm
"3011011"
 - 
Ventricular Fibrillation
"3011013"
 - 
Ventricular Tachycardia-Pulseless

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Documentation of what the first monitored rhythm which was noted
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  FirstMonitoredRhythm
Derivation:
restriction of xs:string
Facets:
enumeration:
"3011001"
 - 
Asystole
"3011005"
 - 
PEA
"3011007"
 - 
Unknown AED Non-Shockable Rhythm
"3011009"
 - 
Unknown AED Shockable Rhythm
"3011011"
 - 
Ventricular Fibrillation
"3011013"
 - 
Ventricular Tachycardia-Pulseless
XML Source (w/o annotations (7); see within schema source)
<xs:simpleType name="FirstMonitoredRhythm">
<xs:restriction base="xs:string">
<xs:enumeration value="3011001"/>
<xs:enumeration value="3011005"/>
<xs:enumeration value="3011007"/>
<xs:enumeration value="3011009"/>
<xs:enumeration value="3011011"/>
<xs:enumeration value="3011013"/>
</xs:restriction>
</xs:simpleType>