simpleType "ResuscitationAttempted"
Namespace:
Defined:
globally in eArrest_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"3003001"
 - 
Attempted Defibrillation
"3003003"
 - 
Attempted Ventilation
"3003005"
 - 
Initiated Chest Compressions
"3003007"
 - 
Not Attempted-Considered Futile
"3003009"
 - 
Not Attempted-DNR Orders
"3003011"
 - 
Not Attempted-Signs of Circulation

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Indication of an attempt to resuscitate the patient who is in cardiac arrest (attempted, not attempted due to DNR, etc.)
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  ResuscitationAttempted
Derivation:
restriction of xs:string
Facets:
enumeration:
"3003001"
 - 
Attempted Defibrillation
"3003003"
 - 
Attempted Ventilation
"3003005"
 - 
Initiated Chest Compressions
"3003007"
 - 
Not Attempted-Considered Futile
"3003009"
 - 
Not Attempted-DNR Orders
"3003011"
 - 
Not Attempted-Signs of Circulation
XML Source (w/o annotations (7); see within schema source)
<xs:simpleType name="ResuscitationAttempted">
<xs:restriction base="xs:string">
<xs:enumeration value="3003001"/>
<xs:enumeration value="3003003"/>
<xs:enumeration value="3003005"/>
<xs:enumeration value="3003007"/>
<xs:enumeration value="3003009"/>
<xs:enumeration value="3003011"/>
</xs:restriction>
</xs:simpleType>