mmucc:AlcoholTestStatusCodeSimpleType
simpleType AlcoholTestStatusCodeSimpleType in namespace http://release.niem.gov/niem/codes/mmucc/4.0/
Definition
A data type for an indication of the presence of alcohol by test.
Diagram
Enumerations
Value | Definition |
0 | Test Not Given |
1 | Test Refused |
2 | Test Given |
8 | Not Reported |
9 | Unknown if Tested |
XML Schema
<xs:simpleType name="AlcoholTestStatusCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for an indication of the presence of alcohol by test.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="0">
<xs:annotation>
<xs:documentation>
Test Not Given</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Test Refused</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Test Given</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="8">
<xs:annotation>
<xs:documentation>
Not Reported</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="9">
<xs:annotation>
<xs:documentation>
Unknown if Tested</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>