get_patient_appointments
Retrieve a patient's appointments filtered by date and status. Query appointments for any patient using their ID, optionally specifying date and status filters.
Instructions
Retrieve appointments for a specific patient.
Args: patient_id: The FHIR patient ID date: Optional filter by date (YYYY-MM-DD format, automatically formatted with time component) status: Optional filter by status (proposed, pending, booked, arrived, fulfilled, cancelled)
Returns: Dictionary containing the patient's appointments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| patient_id | Yes | ||
| date | No | ||
| status | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||