---
title: "List Allergies"
method: GET
path: "/api/2.0/allergies/"
tags: ["Allergies"]
---

# List Allergies

`GET /api/2.0/allergies/`

Returns a list of allergies

## Query parameters

- `limit` integer
- `offset` integer
- `order_by` string
- `patient` integer[]

## Response `200`

- PaginatedPatientAllergyList
  - `count` integer
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` PatientAllergy[], required
    - `created_date` string, date-time, nullable
    - `deleted_date` string, date-time, nullable
    - `id` integer
    - `medispandnid` string
    - `medispanid` string
    - `name` string, required — The name of the allergy drug.
    - `patient` integer, required — The id of the patient.
    - `reaction` string, nullable — The reaction to the drug.
    - `severity` 'mild' | 'moderate' | 'severe' | 'unknown'
    - `start_date` string, date, nullable — The date the allergy started.
    - `status` 'Active' | 'Inactive'

---

[API](https://skmtc.net/elationhealth/apis/api-authentication.md) · [All operations](https://skmtc.net/elationhealth/apis/api-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elationhealth/api-authentication/versions/c060f89d4de7/schema)
