Medication Statement

A Medication Statement resource is a general statement that a medication is being taken by a patient. This can include over the counter medications as well as prescriptions.

Sample Query

Find medication statements for a specific patient:

https://fhir.careevolution.com/Master.Adapter1.WebClient/api/fhir/MedicationStatement?patient=f4968df0-3121-e611-8128-0a69c1b3225b

Overview

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

Mapped Concepts in HIEBus

  • Order

Supported Interactions

Medication Statement resources support the following interactions.

Search Parameters

When searching for Medication Statement 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.
code Token :not  :in  :not-in  :missing  Return administrations of this medication code.
context Reference :missing  yes Searches for medication statements by their associated encounter.
effectivedate Date ne  lt  le  gt  ge  sa  eb  ap  :missing  Date when patient was taking (or not taking) the medication.
identifier Token :missing  Return statements with this external identifier.
patient Reference :missing  yes The identity of a patient to list statements for.
provenance-agent Reference :missing  yes Search by provenance, specified by its author (aka originator) Organization.
status Token :missing  Return statements that match the given status.

Sortable Parameters

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

  • effectivedate
  • _id

Only one sort parameter may be specified.

Supported Includes

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

  • Context
  • Patient
  • Provenance Agent

Supported Operations

Medication Statement supports the following extended operations.


Back to Resources