mmucc:DrugTestCategoryCodeSimpleType

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

Definition

A data type for a kind of Drug Test.

Diagram

Enumerations

ValueDefinition
1Blood
2Urine
8Other Test Type

XML Schema

<xs:simpleType name="DrugTestCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of Drug Test.
</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>
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>