get_patient_immunizations
Retrieve immunization records for a specific patient using FHIR. Filter by date or status to find completed or not-done immunizations.
Instructions
Retrieve immunizations 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 (completed, not-done)
Returns: Dictionary containing the patient's immunizations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| patient_id | Yes | ||
| date | No | ||
| status | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||