Class MedicationOrder.MedicationOrderDispenseRequestComponent

java.lang.Object
org.hl7.fhir.dstu2.model.Base
org.hl7.fhir.dstu2.model.Element
org.hl7.fhir.dstu2.model.BackboneElement
org.hl7.fhir.dstu2.model.MedicationOrder.MedicationOrderDispenseRequestComponent
All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement, Serializable, org.hl7.fhir.instance.model.api.IBase, org.hl7.fhir.instance.model.api.IBaseBackboneElement, org.hl7.fhir.instance.model.api.IBaseElement, org.hl7.fhir.instance.model.api.IBaseHasExtensions, org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions
Enclosing class:
MedicationOrder

public static class MedicationOrder.MedicationOrderDispenseRequestComponent extends BackboneElement implements org.hl7.fhir.instance.model.api.IBaseBackboneElement
See Also:
  • Field Details

    • medication

      protected Type medication
      Identifies the medication being administered. This is a link to a resource that represents the medication which may be the details of the medication or simply an attribute carrying a code that identifies the medication from a known list of medications.
    • validityPeriod

      This indicates the validity period of a prescription (stale dating the Prescription).
    • numberOfRepeatsAllowed

      An integer indicating the number of additional times (aka refills or repeats) the patient can receive the prescribed medication. Usage Notes: This integer does NOT include the original order dispense. This means that if an order indicates dispense 30 tablets plus "3 repeats", then the order can be dispensed a total of 4 times and the patient can receive a total of 120 tablets.
    • quantity

      The amount that is to be dispensed for one fill.
    • expectedSupplyDuration

      Identifies the period time over which the supplied product is expected to be used, or the length of time the dispense is expected to last.
  • Constructor Details

  • Method Details