For AI agents: visit https://docs.elationhealth.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
| Method | Endpoint | Description |
|---|
| GET | /api/2.0/allergies/ | List Allergies |
| GET | /api/2.0/allergies/{id}/ | Retrieve Allergy |
| POST | /api/2.0/allergies/ | Create Allergy |
| PATCH | /api/2.0/allergies/{id}/ | Partially Update Allergy |
| PUT | /api/2.0/allergies/{id}/ | Update Allergy |
| DELETE | /api/2.0/allergies/{id}/ | Delete Allergy |