---
title: "Retrieve Drug Intolerance"
method: GET
path: "/api/2.0/drug_intolerances/{id}/"
tags: ["Drug Intolerances"]
---

# Retrieve Drug Intolerance

`GET /api/2.0/drug_intolerances/{id}/`

Retrieve a single drug intolerance

## Path parameters

- `id` integer, required

## Response `200`

- PatientDrugIntolerance
  - `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)
