Skip to main content

Overview

Indicates that a medication product is to be or has been dispensed for a named person/patient. This includes a description of the medication product (supply) provided and the instructions for administering the medication. The medication dispense is the result of a pharmacy system responding to a medication order. Each MedicationDispense has next elements:
  • a status
  • a medication
  • a patient
Each MedicationDispense supports next elements:
  • who dispensed the medication
  • the authorizing prescription
  • type of dispense (e.g., partially dispensed)
  • the quantity dispensed
  • a date for when dispensed to the patient
  • free text dosage instructions (the SIG)
  • the dose and rate
Profile specific implementation guidance:
  • The MedicationDispense resource is used to represent the USCDI v3 medication fill status.
  • This Profile can represent a medication using a code or reference a Medication resource
    • When using a code, RXNorm concepts are used. They are defined as an extensible binding to .medicationCodeableConcept. USCDI V3+ recommends the National Drug Codes (NDC) as an optional terminology. They can be supplied as an additional coding element.
    • When referencing a Medication resource in .medicationReference, the resource may be contained or an external resource.
    • The server systems are not required to support both a code and a reference, but SHALL support at least one of these methods.
    • If an external reference to a Medication resource is used, the server SHALL support the _include parameter for searching this element.
    • The client application SHALL support all methods.
This resource conforms to USCDI V3 profile for MedicationDispense * refer to StructureDefinition US Core MedicationDispense. MedicationDispense response will be provided in JSON (refers to Capability Statement) format as per FHIR standard R4 version.

Must support elements, mandatory and optional search parameters

MedicationDispense must support these elements:
  • status
  • medication[x]
  • subject
  • performer
    • actor
  • authorizingPrescription
  • type
  • quantity
  • whenHandedOver
  • dosageInstruction
    • text
    • timing
  • doseAndRate
    • dose[x]
The following search parameters and search parameter combinations SHALL be supported: SHALL support searching using the patient search parameter:
  • including optional support for these _include parameters: MedicationDispense:medication
GET [base]/MedicationDispense?patient=14676 The following search parameter combinations SHOULD be supported (optional): SHOULD support searching using the combination of the patient and status search parameters:
  • including support for OR search on status (e.g.status={system|}[code],{system|}[code],…)
GET [base url]/MedicationDispense?patient={Type/}[id]&status={system|}[code] SHOULD support searching using the combination of the patient and status and type search parameters:
  • including support for OR search on status (e.g.status={system|}[code],{system|}[code],…)
GET [base url]/MedicationDispense?patient={Type/}[id]&status={system|}[code]&type={system|}[code] The response to any search operation is always a list of resources in a Bundle or an Operation Outcome.

MedicationDispense By Patient Id

Search for MedicationDispense by patient. METHOD GET
PARAMS [base url] - FHIR base url [id] - Id for the Patient HEADERS The Authorization token SHALL be obtained during the Authentication and Authorization process. Go to Authentication and Authorization for further details. RESPONSES EXAMPLE:

MedicationDispense by patient and status search parameters

Get MedicationDispenses using the combination of the patient and status search parameters METHOD GET
PARAMS [base url] - FHIR base url {Type/} - Type for the Reference. Example: Patient [id] - patient id {system|} - terminology system used to identify medication dispense status [code] - status of the medication dispense HEADERS The Authorization token SHALL be obtained during the Authentication and Authorization process. Go to Authentication and Authorization for further details. RESPONSES EXAMPLE:

MedicationDispense by patient and status and type search parameters

Get MedicationDispenses using the combination of the patient and status and type search parameters METHOD GET
PARAMS [base url] - FHIR base url {Type/} - Type for the Reference. Example: Patient [id] - patient id {system|} - terminology system used to identify medication dispense status or type [code] - status or type of the medication dispense HEADERS The Authorization token SHALL be obtained during the Authentication and Authorization process. Go to Authentication and Authorization for further details. RESPONSES EXAMPLE: