You can use this API action to access a list of a patient’s prescribed medications, as documented by a specific organization.
With this API action, you can retrieve information like medication type, dose, status, timing, frequency, quantity, and more.
This API action may be a good fit for your organization if you perform any of these use cases:
- Track a patient’s current medications.
- Remind patients to take current medications at the appropriate time.
You can use this API action with the Redox FHIR® API.
Your connection's system can return results with their own FHIR® or query-based API.
The following actions must be completed before attempting the steps below.
This table has notes about how to use parameters for this action step specifically, but it's not exhaustive. Refer to the MedicationRequest schema for more details.
Parameter | Required | Notes |
---|---|---|
patient.identifier | Y | You must include at least one identifier for the patient that the EHR system uses. If you don't have a patient identifier, search for a patient with demographics to find one. |
intent | N | When using MedicationRequest, you can use both patient identifier and intent to refine your search. If using intent, you can search with any of these values: proposal, plan, order, original-order, reflex-order, filler-order, instance-order, option. |
The response contains one or more medications for an individual patient. In FHIR® responses, you can find the total number of included medications in the total array.
This table has notes about how to use parameters for this action step specifically, but it's not exhaustive. Refer to the MedicationAdministration schema for more details.
Parameter | Required | Notes |
---|---|---|
patient.identifier | Y | You must include at least one identifier for the patient that the EHR system uses. If you don't have a patient identifier, search for a patient with demographics to find one. |
The response contains one or more medications for an individual patient. In FHIR® responses, you can find the total number of included medications in the total array.