Package org.hl7.fhir

Class MedicationOrderDosageInstruction

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

public class MedicationOrderDosageInstruction extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
An order for both supply of the medication and the instructions for administration of the medication to a patient. The resource is called "MedicationOrder" rather than "MedicationPrescription" to generalize the use across inpatient and outpatient settings as well as for care plans, etc.

Java class for MedicationOrder.DosageInstruction complex type.

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

 <complexType name="MedicationOrder.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"/>
           <element name="rateQuantity" type="{http://hl7.org/fhir}SimpleQuantity"/>
         </choice>
         <element name="maxDosePerPeriod" type="{http://hl7.org/fhir}Ratio" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>