ndex:InjuryCategoryCodeSimpleType

simpleType InjuryCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/ndex/5.0/

Definition

A data type for a code that identifies the type of bodily injury suffered by a person who was the victim of the incident. Includes all NIBRS Codes, plus additional codes.

Diagram

Enumerations

ValueDefinition
APPARENT_BROKEN_BONESAPPARENT BROKEN BONES
APPARENT_MINOR_INJURYAPPARENT MINOR INJURY
LOSS_OF_TEETHLOSS OF TEETH
NONENONE
OTHEROTHER INJURY
OTHER_MAJOR_INJURYOTHER MAJOR INJURY
POSSIBLE_INTERNAL_INJURYPOSSIBLE INTERNAL INJURY
SEVERE_LACERATIONSEVERE LACERATION
UNCONSCIOUSNESSUNCONSCIOUSNESS
UNDETERMINEDUNDETERMINED

XML Schema

<xs:simpleType name="InjuryCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that identifies the type of bodily injury suffered by a person who was the victim of the incident. Includes all NIBRS Codes, plus additional codes.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="APPARENT_BROKEN_BONES">
<xs:annotation>
<xs:documentation>
APPARENT BROKEN BONES
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="APPARENT_MINOR_INJURY">
<xs:annotation>
<xs:documentation>
APPARENT MINOR INJURY
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LOSS_OF_TEETH">
<xs:annotation>
<xs:documentation>
LOSS OF TEETH
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NONE">
<xs:annotation>
<xs:documentation>
NONE
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OTHER">
<xs:annotation>
<xs:documentation>
OTHER INJURY
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OTHER_MAJOR_INJURY">
<xs:annotation>
<xs:documentation>
OTHER MAJOR INJURY
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="POSSIBLE_INTERNAL_INJURY">
<xs:annotation>
<xs:documentation>
POSSIBLE INTERNAL INJURY
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SEVERE_LACERATION">
<xs:annotation>
<xs:documentation>
SEVERE LACERATION
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="UNCONSCIOUSNESS">
<xs:annotation>
<xs:documentation>
UNCONSCIOUSNESS
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="UNDETERMINED">
<xs:annotation>
<xs:documentation>
UNDETERMINED
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>