Package org.hl7.fhir

Class MedicationOrderDispenseRequest

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

public class MedicationOrderDispenseRequest 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.DispenseRequest complex type.

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

 <complexType name="MedicationOrder.DispenseRequest">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <choice minOccurs="0">
           <element name="medicationCodeableConcept" type="{http://hl7.org/fhir}CodeableConcept"/>
           <element name="medicationReference" type="{http://hl7.org/fhir}Reference"/>
         </choice>
         <element name="validityPeriod" type="{http://hl7.org/fhir}Period" minOccurs="0"/>
         <element name="numberOfRepeatsAllowed" type="{http://hl7.org/fhir}positiveInt" minOccurs="0"/>
         <element name="quantity" type="{http://hl7.org/fhir}SimpleQuantity" minOccurs="0"/>
         <element name="expectedSupplyDuration" type="{http://hl7.org/fhir}Duration" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>