mmucc:AlcoholTestStatusCodeSimpleType

simpleType AlcoholTestStatusCodeSimpleType in namespace http://release.niem.gov/niem/codes/mmucc/4.1/

Definition

A data type for an indication of the presence of alcohol by test.

Diagram

Enumerations

ValueDefinition
0Test Not Given
1Test Refused
2Test Given
8Not Reported
9Unknown 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: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>