This section covers the FHIR MedicationRequest
resource and provides API access to retrieve prescribed medications for a patient. This resource is used to represent orders for medication supply and instructions for administration across care settings.Endpoints#
Get MedicationRequest by ID
Retrieve a specific medication request by its resource ID.
Get MedicationRequests by Patient
Retrieve all medication requests for a specific patient.
Get MedicationRequests by Patient and Intent
Retrieve medication requests for a patient filtered by intent, such as order
or plan
.
Get MedicationRequests by Patient, Intent, and Status
Retrieve medication requests for a patient filtered by intent and status (e.g., active, completed).
Get MedicationRequests by Patient, Intent, and Encounter
Retrieve medication requests for a patient associated with a specific encounter and intent.
Get MedicationRequests by Patient, Intent, and AuthoredOn Date
Retrieve medication requests for a patient filtered by authored date range and intent.
Modified at 2025-05-11 16:28:40