Package org.hl7.fhir

Class MedicationDispense

  • All Implemented Interfaces:
    org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

    public class MedicationDispense
    extends DomainResource
    implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
    If the element is present, it must have either a @value, an @id, or extensions

    Java class for MedicationDispense complex type.

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

     <complexType name="MedicationDispense">
       <complexContent>
         <extension base="{http://hl7.org/fhir}DomainResource">
           <sequence>
             <element name="identifier" type="{http://hl7.org/fhir}Identifier" minOccurs="0"/>
             <element name="status" type="{http://hl7.org/fhir}MedicationDispenseStatus" minOccurs="0"/>
             <choice>
               <element name="medicationCodeableConcept" type="{http://hl7.org/fhir}CodeableConcept"/>
               <element name="medicationReference" type="{http://hl7.org/fhir}Reference"/>
             </choice>
             <element name="patient" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
             <element name="dispenser" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
             <element name="authorizingPrescription" type="{http://hl7.org/fhir}Reference" maxOccurs="unbounded" minOccurs="0"/>
             <element name="type" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
             <element name="quantity" type="{http://hl7.org/fhir}SimpleQuantity" minOccurs="0"/>
             <element name="daysSupply" type="{http://hl7.org/fhir}SimpleQuantity" minOccurs="0"/>
             <element name="whenPrepared" type="{http://hl7.org/fhir}dateTime" minOccurs="0"/>
             <element name="whenHandedOver" type="{http://hl7.org/fhir}dateTime" minOccurs="0"/>
             <element name="destination" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
             <element name="receiver" type="{http://hl7.org/fhir}Reference" maxOccurs="unbounded" minOccurs="0"/>
             <element name="note" type="{http://hl7.org/fhir}Annotation" maxOccurs="unbounded" minOccurs="0"/>
             <element name="dosageInstruction" type="{http://hl7.org/fhir}MedicationDispense.DosageInstruction" maxOccurs="unbounded" minOccurs="0"/>
             <element name="substitution" type="{http://hl7.org/fhir}MedicationDispense.Substitution" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>