get_patient_encounters
Retrieve encounters for a specific patient, filtered by date, status, or class. Access visit history from FHIR healthcare data.
Instructions
Retrieve encounters for a specific patient.
Args: patient_id: The FHIR patient ID date: Optional filter by date (YYYY-MM-DD format or date range) status: Optional filter by status (planned, arrived, in-progress, finished) encounter_class: Optional filter by class (ambulatory, emergency, inpatient)
Returns: Dictionary containing the patient's encounters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| patient_id | Yes | ||
| date | No | ||
| status | No | ||
| encounter_class | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||