Package org.hl7.fhir

Class MedicationAdministrationDosage

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

public class MedicationAdministrationDosage extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
Describes the event of a patient consuming or otherwise being administered a medication. This may be as simple as swallowing a tablet or it may be a long running infusion. Related resources tie this event to the authorizing prescription, and the specific encounter between patient and health care practitioner.

Java class for MedicationAdministration.Dosage complex type.

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

 <complexType name="MedicationAdministration.Dosage">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="text" type="{http://hl7.org/fhir}string" minOccurs="0"/>
         <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"/>
         <element name="quantity" type="{http://hl7.org/fhir}SimpleQuantity" minOccurs="0"/>
         <choice minOccurs="0">
           <element name="rateRatio" type="{http://hl7.org/fhir}Ratio"/>
           <element name="rateRange" type="{http://hl7.org/fhir}Range"/>
         </choice>
       </sequence>
     </extension>
   </complexContent>
 </complexType>