hs:DrugDosageUnitsCodeSimpleType
simpleType DrugDosageUnitsCodeSimpleType in namespace http://release.niem.gov/niem/domains/humanServices/4.1/
Definition
A data type for the unit of measure for the quantity dispensed of a drug.
Diagram
Enumerations
| Value | Definition | 
| 01 | Each (used to report as package) | 
| 02 | Milliliters (ml) (for liters adjust to the decimal milliliter equivalent) | 
| 03 | Grams (gm) (for milligrams adjust to the decimal gram equivalent) | 
XML Schema
<xs:simpleType name="DrugDosageUnitsCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the unit of measure for the quantity dispensed of a drug.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="01">
<xs:annotation>
<xs:documentation>
Each (used to report as package)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="02">
<xs:annotation>
<xs:documentation>
Milliliters (ml) (for liters adjust to the decimal milliliter equivalent)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="03">
<xs:annotation>
<xs:documentation>
Grams (gm) (for milligrams adjust to the decimal gram equivalent)</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>