element -> <eInjury.04>
eInjury.04 Vehicular, Pedestrian, or Other Injury Risk Factor Yes Yes Mechanism and Special Considerations Field Trauma Triage Criteria (steps 3 and 4) as defined by the Centers for Disease Control. E10_04 Required Trauma Assesses mechanism of injury and evidence of high-energy impact (Step 3) AND Assess special patient or system considerations (Step 4) based on CDC 2011 Guidelines for the Field Triage of Injured Patients Step 3 and 4. Website: http://www.cdc.gov/mmwr/pdf/rr/rr6101.pdf Added to better evaluate the CDC-ACS 2011 Guidelines for the Field Triage of Injured Patients. <br/>Website: http://www.cdc.gov/FieldTriage/
Namespace:
Type:
Content:
simple, 2 attributes
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
Defined:
locally within eInjury complexType in eInjury_v3.xsd; see XML source
Includes:
definitions of 2 attributes
Content Model Diagram
XML Representation Summary
<eInjury.04
    NV
 = 
("7701001" | "7701003")
    CorrelationID
 = 
xs:string
    >
   
Content: 
{ enumeration of xs:string }
</eInjury.04>
Simple Content Detail:
Enumeration:
"2904001"
 - 
Auto v. Pedestrian/Bicyclist Thrown, Run Over, or > 20 MPH Impact
"2904003"
 - 
Fall Adults: > 20 ft. (one story is equal to 10 ft.)
"2904005"
 - 
Fall Children: > 10 ft. or 2-3 times the height of the child
"2904007"
 - 
Crash Death in Same Passenger Compartment
"2904009"
 - 
Crash Ejection (partial or complete) from automobile
"2904011"
 - 
Crash Intrusion, including roof: > 12 in. occupant site; > 18 in. any site
"2904013"
 - 
Crash Vehicle Telemetry Data (AACN) Consistent with High Risk of Injury
"2904015"
 - 
Motorcycle Crash > 20 MPH
"2904017"
 - 
SBP < 110 for age > 65
"2904019"
 - 
Anticoagulants and Bleeding Disorders
"2904021"
 - 
Pregnancy > 20 weeks
"2904023"
 - 
EMS Provider Judgment
"2904025"
 - 
Burn, without other trauma
"2904027"
 - 
Burn, with trauma mechanism

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="eInjury.VehicularPedestrianorOtherInjuryRiskFactor" maxOccurs="unbounded" name="eInjury.04" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="VehicularInjuryIndicators">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</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"
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>