mmucc:DrugTestStatusCodeSimpleType
simpleType DrugTestStatusCodeSimpleType in namespace http://release.niem.gov/niem/codes/mmucc/4.1/
Definition
A data type for a Status of Drug Test.
Diagram
Enumerations
| Value | Definition |
| 0 | Test Not Given |
| 101 | Test Refused |
| 102 | Test Given |
| 999 | Unknown If Tested |
XML Schema
<xs:simpleType name="DrugTestStatusCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a Status of Drug 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="101">
<xs:annotation>
<xs:documentation>
Test Refused</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="102">
<xs:annotation>
<xs:documentation>
Test Given</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="999">
<xs:annotation>
<xs:documentation>
Unknown If Tested</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>