element -> <eHistory.05>
eHistory.05 Advance Directives No Yes The presence of a valid DNR form, living will, or document directing end of life or healthcare treatment decisions. E12_07 Recommended Airway Cardiac Arrest Pediatric STEMI Stroke Trauma Advanced Directive and Do Not Resuscitate are both included in this data element.
Namespace:
Type:
Content:
simple, 2 attributes
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
Defined:
locally within eHistory complexType in eHistory_v3.xsd; see XML source
Includes:
definitions of 2 attributes
Content Model Diagram
XML Representation Summary
<eHistory.05
    NV
 = 
("7701001" | "7701003" | "7701005")
    CorrelationID
 = 
xs:string
    >
   
Content: 
{ enumeration of xs:string }
</eHistory.05>
Simple Content Detail:
Enumeration:
"3105001"
 - 
Family/Guardian request DNR (but no documentation)
"3105003"
 - 
Living Will
"3105005"
 - 
None
"3105007"
 - 
Other
"3105009"
 - 
Other Healthcare Advanced Directive Form
"3105011"
 - 
State EMS DNR or Medical Order Form

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  AdvanceDirectives (extension)
      complexType
Derivation:
extension of AdvanceDirectives
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eHistory.AdvanceDirectives" maxOccurs="unbounded" minOccurs="0" name="eHistory.05" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="AdvanceDirectives">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 2/2)
CorrelationID
Type:
Use:
optional
Attribute Value
xs:string
MaxLength:
255
MinLength:
0
XML Source (see within schema source)
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>

NV
Type:
Use:
optional
Attribute Value
"7701001" | "7701003" | "7701005"
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:simpleType>
</xs:attribute>