simpleType "ReasonCPRDiscontinued"
Namespace:
Defined:
globally in eArrest_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"3016001"
 - 
DNR
"3016003"
 - 
Medical Control Order
"3016005"
 - 
Obvious Signs of Death
"3016007"
 - 
Physically Unable to Perform
"3016009"
 - 
Protocol/Policy Requirements Completed
"3016011"
 - 
Return of Spontaneous Circulation (pulse or BP noted)

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The reason that CPR or the resuscitation efforts were discontinued.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  ReasonCPRDiscontinued
Derivation:
restriction of xs:string
Facets:
enumeration:
"3016001"
 - 
DNR
"3016003"
 - 
Medical Control Order
"3016005"
 - 
Obvious Signs of Death
"3016007"
 - 
Physically Unable to Perform
"3016009"
 - 
Protocol/Policy Requirements Completed
"3016011"
 - 
Return of Spontaneous Circulation (pulse or BP noted)
XML Source (w/o annotations (7); see within schema source)
<xs:simpleType name="ReasonCPRDiscontinued">
<xs:restriction base="xs:string">
<xs:enumeration value="3016001"/>
<xs:enumeration value="3016003"/>
<xs:enumeration value="3016005"/>
<xs:enumeration value="3016007"/>
<xs:enumeration value="3016009"/>
<xs:enumeration value="3016011"/>
</xs:restriction>
</xs:simpleType>