get_patient_medication_requests
Retrieve medication requests for a patient by their FHIR ID, with optional filters for status and intent.
Instructions
Retrieve medication requests for a specific patient.
Args: patient_id: The FHIR patient ID status: Optional filter by status (active, completed, cancelled) intent: Optional filter by intent (order, plan, proposal)
Returns: Dictionary containing the patient's medication requests
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| patient_id | Yes | ||
| status | No | ||
| intent | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||