hs:DrugUseFrequencyCodeSimpleType
simpleType DrugUseFrequencyCodeSimpleType in namespace http://release.niem.gov/niem/domains/humanServices/4.0/
Definition
A data type for describing the frequency with which a substance is used.
Diagram
Enumerations
Value | Definition |
FORTY | 40 or more times |
NINE | 3 to 9 times |
NINETEEN | 10 to 19 times |
THIRTYNINE | 20 to 39 times |
TWO | 1 or 2 times |
ZERO | 0 times |
XML Schema
<xs:simpleType name="DrugUseFrequencyCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for describing the frequency with which a substance is used.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="FORTY">
<xs:annotation>
<xs:documentation>
40 or more times</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NINE">
<xs:annotation>
<xs:documentation>
3 to 9 times</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NINETEEN">
<xs:annotation>
<xs:documentation>
10 to 19 times</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="THIRTYNINE">
<xs:annotation>
<xs:documentation>
20 to 39 times</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="TWO">
<xs:annotation>
<xs:documentation>
1 or 2 times</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ZERO">
<xs:annotation>
<xs:documentation>
0 times</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>