element -> <eMedications.06>
eMedications.06 Medication Dosage Units Yes Yes The unit of medication dosage given to patient E18_06 Required
Namespace:
Type:
Content:
simple, 1 attribute
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
Defined:
Includes:
definition of 1 attribute
Content Model Diagram
XML Representation Summary
<eMedications.06
    NV
 = 
("7701001" | "7701003")
    >
   
Content: 
{ enumeration of xs:string }
</eMedications.06>
Simple Content Detail:
Enumeration:
"3706001"
 - 
Grams (gms)
"3706003"
 - 
Inches (in)
"3706005"
 - 
International Units (IU)
"3706007"
 - 
Keep Vein Open (kvo)
"3706009"
 - 
Liters (l)
"3706011"
 - 
Liters Per Minute (l/min [fluid])
"3706013"
 - 
Metered Dose (MDI)
"3706015"
 - 
Micrograms (mcg)
"3706017"
 - 
Micrograms per Kilogram per Minute (mcg/kg/min)
"3706019"
 - 
Milliequivalents (mEq)
"3706021"
 - 
Milligrams (mg)
"3706023"
 - 
Milligrams per Kilogram Per Minute (mg/kg/min)
"3706025"
 - 
Milliliters (ml)
"3706027"
 - 
Milliliters per Hour (ml/hr)
"3706029"
 - 
Other
"3706031"
 - 
Centimeters (cm)
"3706033"
 - 
Drops (gtts)
"3706035"
 - 
Liters Per Minute (LPM [gas])
"3706037"
 - 
Micrograms per Minute (mcg/min)
"3706039"
 - 
Milligrams per Kilogram (mg/kg)
"3706041"
 - 
Milligrams per Minute (mg/min)
"3706043"
 - 
Puffs
"3706045"
 - 
Units per Hour (units/hr)
"3706047"
 - 
Micrograms per Kilogram (mcg/kg)
"3706049"
 - 
Units
"3706051"
 - 
Units per Kilogram per Hour (units/kg/hr)
"3706053"
 - 
Units per Kilogram (units/kg)

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  MedicationDosageUnits (extension)
      complexType
Derivation:
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eMedications.MedicationDosageUnits" name="eMedications.06" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="MedicationDosageUnits">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 1/1)
NV
Type:
Use:
optional
Attribute Value
"7701001" | "7701003"
Anonymous simpleType
Type Derivation Tree
  simpleType
Derivation:
by union
Member Types
XML Source (see within schema source)
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>