Get allergies
practicefusion_get_allergiesList a patient's allergies and intolerances from Practice Fusion, returning summaries with substance, status, and criticality.
Instructions
List a patient's allergies and intolerances from Practice Fusion. Returns shaped allergy summaries (substance, status, criticality). Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return (default 50, max 200) | |
| patientId | Yes | FHIR Patient resource id (from practicefusion_search_patients) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | Number of results returned | |
| results | Yes | ||
| has_more | Yes | True if more results were available beyond `limit` |