Skip to main content
A medication dispense record represents the dispensing of a medication to a patient. This includes details about when the medication was prepared, dispensed, and the quantity provided. Reference Table: The medication_dispense_references table contains normalized references from the medication dispense to other entities. It supports the following reference properties:
  • medication_reference (required): links to the medication that was dispensed
  • subject (required): links to the patient who received the medication
  • performer.actor: links to practitioners who performed the dispensing
  • location: links to the location where the medication was dispensed
For detailed information about reference table structure and indexing, see the Reference Tables documentation. Medication Dispense Table: Primary Keys:
  • medication_dispense_id
Foreign Keys:
  • patient_id
  • medication_id