element -> <eArrest.16>
eArrest.16 Reason CPR/Resuscitation Discontinued Yes Yes The reason that CPR or the resuscitation efforts were discontinued. E11_10 Required Cardiac Arrest Added Resuscitation to Title to allow better documentation of disposition.
Namespace:
Type:
Content:
simple, 1 attribute
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
Defined:
locally within eArrest complexType in eArrest_v3.xsd; see XML source
Includes:
definition of 1 attribute
Content Model Diagram
XML Representation Summary
<eArrest.16
    NV
 = 
("7701001" | "7701003")
    >
   
Content: 
{ enumeration of xs:string }
</eArrest.16>
Simple Content Detail:
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)

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  ReasonCPRDiscontinued (extension)
      complexType
Derivation:
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eArrest.ReasonCPRResuscitationDiscontinued" name="eArrest.16" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="ReasonCPRDiscontinued">
<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>