MedicationRequest
Prescriptions and medication orders for the patient.
Patient-context only: patient/MedicationRequest.rs is confined to the
launched patient's medication orders. Filter by status to separate
active prescriptions from completed or stopped ones.
Advertises a validated CA Core+ profile.
Access
| Mode | Interactions | Scopes |
|---|---|---|
| App launch | read + search | patient/MedicationRequest.rs |
| Backend services | — | — |
Search parameters
Search results are searchset Bundles; follow the Bundle's next
link for cursor pagination.
| Parameter | Type | Description |
|---|---|---|
_id |
token | Match a specific logical resource id. |
_lastUpdated |
date | Filter by last modification time; supports FHIR date prefixes such as ge and lt. |
_count |
number | Page size hint for the searchset Bundle. |
_page_token |
string | Opaque pagination cursor. Never construct one — follow the Bundle's next link. |
patient |
reference | Medication requests for a specific Patient. |
status |
token | active, completed, stopped, cancelled, and other request statuses. |