---
title: "Retrieve Allergy"
method: GET
path: "/api/2.0/allergies/{id}/"
tags: ["Allergies"]
---

# Retrieve Allergy

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

Retrieve a single allergy

## Path parameters

- `id` integer, required

## Response `200`

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