element -> <eSituation.02>
eSituation.02 Possible Injury Yes Yes Indication whether or not there was an injury E09_04 Required Airway Cardiac Arrest Pediatric Response STEMI Stroke Trauma This data element provides documentation to classify the EMS Reason for Encounter as either injury or non-injury related based on mechanism and not on actual injury. 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:
anonymous (extension of YesNoUnkValues)
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.02
    NV
 = 
("7701001" | "7701003")
    >
   
Content: 
{ enumeration of xs:string }
</eSituation.02>
Simple Content Detail:
Enumeration:
"9922001"
 - 
No
"9922003"
 - 
Unknown
"9922005"
 - 
Yes

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