element -> <eArrest.18>
eArrest.18 End of EMS Cardiac Arrest Event Yes Yes The patient's outcome at the end of the EMS event. Required Cardiac Arrest This element is a component of the Utstein Cardiac Arrest Criteria as identified in the American Heart Association journal "Resuscitation" from 2004 entitled "Cardiac Arrest and Cardiopulmonary Resuscitation Outcome Reports". http://circ.ahajournals.org/cgi/content/full/110/21/3385 Added to better identify the outcome of EMS cardiac arrest patients.
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.18
    NV
 = 
("7701001" | "7701003")
    >
   
Content: 
{ enumeration of xs:string }
</eArrest.18>
Simple Content Detail:
Enumeration:
"3018001"
 - 
Expired in ED
"3018003"
 - 
Expired in the Field
"3018005"
 - 
Ongoing Resuscitation in ED
"3018007"
 - 
ROSC in the Field
"3018009"
 - 
ROSC in the ED
"3018011"
 - 
Ongoing Resuscitation by Other EMS

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