hs:DrugUseFrequencyCodeSimpleType

simpleType DrugUseFrequencyCodeSimpleType in namespace http://release.niem.gov/niem/domains/humanServices/4.1/

Definition

A data type for describing the frequency with which a substance is used.

Diagram

Enumerations

ValueDefinition
FORTY40 or more times
NINE3 to 9 times
NINETEEN10 to 19 times
THIRTYNINE20 to 39 times
TWO1 or 2 times
ZERO0 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: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>