hs:MedicationUseType

complexType MedicationUseType in namespace http://release.niem.gov/niem/domains/humanServices/5.0/

Definition

A data type for recording medication use for an individual.

Diagram

XML Schema

<xs:complexType name="MedicationUseType">
<xs:annotation>
<xs:documentation>
A data type for recording medication use for an individual.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="hs:Medication" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:Prescriber" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:Dispenser" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:MedicationDispensingDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:MedicationDoseMeasure" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:MedicationUseFrequencyAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:MedicationLastTakenDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:MedicationTreatmentReasonText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:PrescriptionUseInstructionsText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:MedicationUseAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>