element -> <eSituation.07>
eSituation.07 Chief Complaint Anatomic Location Yes Yes The primary anatomic location of the chief complaint as identified by EMS personnel E09_11 Required Airway Cardiac Arrest Pediatric STEMI Stroke Trauma eSituation.02 (Possible Injury), eSituation.09 (Primary Symptom), eSituation.07 (Chief Complaint Anatomic Location), and eSituation.08 (Chief Complaint Organ System) are grouped together to form the EMS Reason for Encounter.
Namespace:
Type:
Content:
simple, 1 attribute
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
Defined:
locally within eSituation complexType in eSituation_v3.xsd; see XML source
Includes:
definition of 1 attribute
Content Model Diagram
XML Representation Summary
<eSituation.07
    NV
 = 
("7701001" | "7701003")
    >
   
Content: 
{ enumeration of xs:string }
</eSituation.07>
Simple Content Detail:
Enumeration:
"2807001"
 - 
Abdomen
"2807003"
 - 
Back
"2807005"
 - 
Chest
"2807007"
 - 
Extremity-Lower
"2807009"
 - 
Extremity-Upper
"2807011"
 - 
General/Global
"2807013"
 - 
Genitalia
"2807015"
 - 
Head
"2807017"
 - 
Neck

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