---
title: "List Drug Intolerances"
method: GET
path: "/api/2.0/drug_intolerances/"
tags: ["Drug Intolerances"]
---

# List Drug Intolerances

`GET /api/2.0/drug_intolerances/`

Returns a list of drug intolerances

## Query parameters

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

## Response `200`

- PaginatedPatientDrugIntoleranceList
  - `count` integer
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` PatientDrugIntolerance[], required
    - `created_date` string, date-time, nullable — When the record was created in Elation's systems.
    - `deleted_date` string, date-time, nullable — When the record was recorded deleted in Elation's systems.
    - `id` integer
    - `name` string, required — The Drug Intolerance's name; e.g. what drug the patient cannot tolerate.
    - `patient` integer, required — The id of the patient.
    - `reaction` string, nullable — The type of reaction the patient experiences when taking the drug
    - `severity` union — The severity of the patient's reaction. * `` - unknown * `255604002` - mild * `6736007` - moderate * `24484000` - severe
      - '255604002' | '6736007' | '24484000' — * `` - unknown * `255604002` - mild * `6736007` - moderate * `24484000` - severe
      - ''
    - `start_date` string, date, nullable — The date of onset for the drug intolerance.
    - `status` 1 | 2 — * `1` - Active * `2` - 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)
