element -> <eSituation.08>
eSituation.08 Chief Complaint Organ System Yes Yes The primary organ system of the patient injured or medically affected. E09_12 Required Airway Cardiac Arrest Pediatric STEMI Stroke Trauma Altered to follow the anatomical organ systems as defined by general anatomy. Added Lymphatic/Immune; Merged Skin with Muscular-Skeletal. Changed OB/Gyn to Reproductive.<br/><br/>Retained non-organ system designations for Global/General and Behavioral/Psychiatric.<br/><br/>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.08
    NV
 = 
("7701001" | "7701003")
    >
   
Content: 
{ enumeration of xs:string }
</eSituation.08>
Simple Content Detail:
Enumeration:
"2808001"
 - 
Behavioral/Psychiatric
"2808003"
 - 
Cardiovascular
"2808005"
 - 
CNS/Neuro
"2808007"
 - 
Endocrine/Metabolic
"2808009"
 - 
GI
"2808011"
 - 
Global/General
"2808013"
 - 
Lymphatic/Immune
"2808015"
 - 
Musculoskeletal/Skin
"2808017"
 - 
Reproductive
"2808019"
 - 
Pulmonary
"2808021"
 - 
Renal

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