mmucc:PersonInjuryLocationCodeSimpleType
simpleType PersonInjuryLocationCodeSimpleType in namespace http://release.niem.gov/niem/codes/mmucc/4.1/
Definition
A data type for the primary or most obvious area of the persons body injured during the crash.
Diagram
Enumerations
| Value | Definition | 
| 1 | Head | 
| 2 | Face | 
| 3 | Neck | 
| 4 | Thorax (chest) | 
| 5 | Abdomen and Pelvis | 
| 6 | Spine | 
| 7 | Upper Extremity | 
| 8 | Lower Extremity | 
| 9 | Unspecified | 
XML Schema
<xs:simpleType name="PersonInjuryLocationCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the primary or most obvious area of the persons body injured during the crash.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Head</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Face</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>
Neck</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="4">
<xs:annotation>
<xs:documentation>
Thorax (chest)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="5">
<xs:annotation>
<xs:documentation>
Abdomen and Pelvis</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="6">
<xs:annotation>
<xs:documentation>
Spine</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="7">
<xs:annotation>
<xs:documentation>
Upper Extremity</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="8">
<xs:annotation>
<xs:documentation>
Lower Extremity</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="9">
<xs:annotation>
<xs:documentation>
Unspecified</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>