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.
Overview
See the FHIR documentation for more information about Medication Statement resources.
Mapped Concepts in HIEBus
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 |
| _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 |
ne
lt
le
gt
ge
sa
eb
ap
|
|
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.
|
| category |
Token |
:not
:in
:notin
:missing
|
|
Returns statements of this category of medicationstatement.
|
| code |
Token |
:not
:in
:notin
:missing
|
|
Return statements of this medication code.
|
| context |
Reference |
:missing
|
yes |
Associated encounter.
|
| effective |
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 patient the MedicationStatement is about.
|
| 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.
|
| subject |
Reference |
:missing
|
yes |
The patient the MedicationStatement is about. Functionally identical to the "patient" search parameter.
|
Sortable Parameters
When searching Medication Statement 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 Statement resources, it is possible to include the resources referenced by the following field names.
- Context
- Patient
- Provenance Agent
- Subject
Back to Resources