get_patient_allergies
Retrieve a patient's allergies by their FHIR ID, with optional filtering by clinical status such as active or resolved.
Instructions
Retrieve allergies for a specific patient.
Args: patient_id: The FHIR patient ID clinical_status: Optional filter by clinical status (active, inactive, resolved)
Returns: Dictionary containing the patient's allergies
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| patient_id | Yes | ||
| clinical_status | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||