Medication Dispense
The Medication Dispense resource represents medication dispensed for a patient.
Overview
See the FHIR documentation for more information about Medication Dispense resources.
Mapped Concepts in HIEBus
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
:notin
:missing
|
|
Returns dispenses of this medicine code.
|
context |
Reference |
:missing
|
yes |
Searches for medication dispense by their associated encounter.
|
explanation-of-benefit |
Reference |
:missing
|
yes |
Searches for MedicationDispense by referenced claim id.
|
patient |
Reference |
:missing
|
yes |
The patient the MedicationDispense is about.
|
performer |
Reference |
:missing
|
yes |
Returns dispenses performed by a specific individual.
|
provenance-agent |
Reference |
:missing
|
yes |
Search by provenance, specified by its author (aka originator) Organization.
|
responsibleparty |
Reference |
:missing
|
yes |
Returns dispenses with the specified responsible party.
|
subject |
Reference |
:missing
|
yes |
The patient the MedicationDispense is about. Functionally identical to the "patient" search parameter.
|
whenhandedover |
Date |
ne
lt
le
gt
ge
sa
eb
ap
:missing
|
|
Returns dispenses handed over on this date.
|
Sortable Parameters
When searching Medication Dispense resources, it is possible to sort the returned values by the following search parameters.
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
- Explanation Of Benefit
- Patient
- Performer
- Provenance Agent
- Responsibleparty
- Subject
Back to Resources