simpleType "VehicularInjuryIndicators"
Namespace:
Defined:
globally in eInjury_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
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

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The kind of risk factor predictors present at the incident
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  VehicularInjuryIndicators
Derivation:
restriction of xs:string
Facets:
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
XML Source (w/o annotations (15); see within schema source)
<xs:simpleType name="VehicularInjuryIndicators">
<xs:restriction base="xs:string">
<xs:enumeration value="2904001"/>
<xs:enumeration value="2904003"/>
<xs:enumeration value="2904005"/>
<xs:enumeration value="2904007"/>
<xs:enumeration value="2904009"/>
<xs:enumeration value="2904011"/>
<xs:enumeration value="2904013"/>
<xs:enumeration value="2904015"/>
<xs:enumeration value="2904017"/>
<xs:enumeration value="2904019"/>
<xs:enumeration value="2904021"/>
<xs:enumeration value="2904023"/>
<xs:enumeration value="2904025"/>
<xs:enumeration value="2904027"/>
</xs:restriction>
</xs:simpleType>