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
_id Token Resource id.
_lastUpdated Date lt  le  gt  ge  When the resource last changed.
_source Uri :missing  Where the resource comes from.
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 identity of a patient to list administrations for.
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.

  • effectivetime
  • _id

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