Package org.hl7.fhir

Class MedicationDispenseDosageInstruction

java.lang.Object
org.hl7.fhir.Element
org.hl7.fhir.BackboneElement
org.hl7.fhir.MedicationDispenseDosageInstruction
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

public class MedicationDispenseDosageInstruction extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
Indicates that a medication product is to be or has been dispensed for a named person/patient. This includes a description of the medication product (supply) provided and the instructions for administering the medication. The medication dispense is the result of a pharmacy system responding to a medication order.

Java class for MedicationDispense.DosageInstruction complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="MedicationDispense.DosageInstruction">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="text" type="{http://hl7.org/fhir}string" minOccurs="0"/>
         <element name="additionalInstructions" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
         <element name="timing" type="{http://hl7.org/fhir}Timing" minOccurs="0"/>
         <choice minOccurs="0">
           <element name="asNeededBoolean" type="{http://hl7.org/fhir}boolean"/>
           <element name="asNeededCodeableConcept" type="{http://hl7.org/fhir}CodeableConcept"/>
         </choice>
         <choice minOccurs="0">
           <element name="siteCodeableConcept" type="{http://hl7.org/fhir}CodeableConcept"/>
           <element name="siteReference" type="{http://hl7.org/fhir}Reference"/>
         </choice>
         <element name="route" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
         <element name="method" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
         <choice minOccurs="0">
           <element name="doseRange" type="{http://hl7.org/fhir}Range"/>
           <element name="doseQuantity" type="{http://hl7.org/fhir}SimpleQuantity"/>
         </choice>
         <choice minOccurs="0">
           <element name="rateRatio" type="{http://hl7.org/fhir}Ratio"/>
           <element name="rateRange" type="{http://hl7.org/fhir}Range"/>
         </choice>
         <element name="maxDosePerPeriod" type="{http://hl7.org/fhir}Ratio" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>