Medication Administration
A Medication Administration resource represents an instance of a medication being administered to a patient.
Sample Query
Find medication administrations for a particular encounter:
https://fhir.careevolution.com/Master.Adapter1.WebClient/api/fhir/MedicationAdministration?encounter=e26c4860-2f0e-e711-812d-0a69c1b3225b
Overview
See the FHIR documentation for more information about Medication Administration resources.
Mapped Concepts in HIEBus
- MedicationAdministration
- MedicationProfile
Supported Interactions
Medication Administration resources support the following interactions.
Search Parameters
When searching for Medication Administration resources, the following search parameters are supported.
| Name |
Type
|
Prefixes
Modifiers
|
Can be Chained? |
Description |
| _count |
Special |
|
|
The maximum number of resources to return in a result page.
|
| _elements |
Special |
|
|
Used to request a specific set of elements be returned as part of a resource.
|
| _id |
Token |
|
|
Resource id.
|
| _lastUpdated |
Date |
lt
le
gt
ge
|
|
When the resource last changed.
|
| _source |
Uri |
:missing
|
|
Where the resource comes from.
|
| _summary |
Special |
|
|
Used to return only a portion of the resouces. Defaults to 'false', which returns the whole resource.
|
| _total |
Special |
|
|
Use the value 'estimate' to populate the result bundle's 'total' element with an estimate of the matching number of resources.
|
| code |
Token |
:not
:in
:not-in
:missing
|
|
Return administrations of this medication code.
|
| effectivetime |
Date |
ne
lt
le
gt
ge
sa
eb
ap
:missing
|
|
Date administration happened (or did not happen).
|
| encounter |
Reference |
:missing
|
yes |
Return administrations that share this encounter.
|
| notgiven |
Token |
:not
:in
:not-in
:missing
|
|
Administrations that were not made.
|
| patient |
Reference |
:missing
|
yes |
The patient the MedicationAdministration is about.
|
| practitioner |
Reference |
:missing
|
yes |
Who administered substance.
|
| prescription |
Reference |
:missing
|
yes |
The identity of a prescription to list administrations from.
|
| provenance-agent |
Reference |
:missing
|
yes |
Search by provenance, specified by its author (aka originator) Organization.
|
| status |
Token |
:missing
|
|
MedicationAdministration event status (for example one of active/paused/completed/nullified).
|
Sortable Parameters
When searching Medication Administration 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 Administration resources, it is possible to include the resources referenced by the following field names.
- Encounter
- Patient
- Practitioner
- Prescription
- Provenance Agent
Supported Operations
Medication Administration supports the following extended operations.
Back to Resources