mmucc:AlcoholTestCategoryCodeSimpleType

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

Definition

A data type for the kind of Alcohol Test Given.

Diagram

Enumerations

ValueDefinition
1Blood
2Breath
3Urine
8Other Test Type

XML Schema

<xs:simpleType name="AlcoholTestCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the kind of Alcohol Test Given.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Blood
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Breath
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>
Urine
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="8">
<xs:annotation>
<xs:documentation>
Other Test Type
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>