Medication Dispense

A Medication Dispense resource records when a medication has been dispensed from a supply area for a patient.

Sample Query

Find medications dispensed by a particular provider:

https://fhir.careevolution.com/Master.Adapter1.WebClient/api/fhir/MedicationDispense?dispenser=da196edf-5121-e611-8128-0a69c1b3225b

Overview

See the FHIR documentation for more information about Medication Dispense resources.

Mapped Concepts in HIEBus

  • Medication

Supported Interactions

Medication Dispense resources support the following interactions.

Search Parameters

When searching for Medication Dispense resources, the following search parameters are supported.

Name Type Prefixes
Modifiers
Can be Chained? Description
_id Token Resource id.
_lastUpdated Date ne  lt  le  gt  ge  sa  eb  ap  When the resource last changed.
_source Uri :missing  Where the resource comes from.
claim Reference :missing  yes Searches for MedicationDispense by referenced claim id.
code Token :not  :in  :not-in  :missing  Return dispenses of this medicine code.
context Reference :missing  yes Searches for medication dispense by their associated encounter.
dispenser Reference :missing  yes Return all dispenses performed by a specific individual.
patient Reference :missing  yes The identity of a patient to list dispenses for.
provenance-agent Reference :missing  yes Search by provenance, specified by its author (aka originator) Organization.
responsibleparty Reference :missing  yes Return all dispenses with the specified responsible party.
whenhandedover Date ne  lt  le  gt  ge  sa  eb  ap  :missing  Date when medication handed over to patient (outpatient setting), or supplied to ward or clinic (inpatient setting).

Sortable Parameters

When searching Medication Dispense resources, it is possible to sort the returned values by the following search parameters.

  • whenhandedover
  • _id

Only one sort parameter may be specified.

Supported Includes

When searching Medication Dispense resources, it is possible to include the resources referenced by the following field names.

  • Claim
  • Context
  • Dispenser
  • Patient
  • Provenance Agent
  • Responsibleparty

Supported Operations

Medication Dispense supports the following extended operations.


Back to Resources