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
Value | Definition |
1 | Blood |
2 | Urine |
8 | Other 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:restriction base="xs:token">
<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>