---
title: "Gets the Allergy intolerance resource for given allergyId."
method: GET
path: "/AllergyIntolerance/{id}"
tags: ["AllergyIntolerance"]
---

# Gets the Allergy intolerance resource for given allergyId.

`GET /AllergyIntolerance/{id}`

Fetches a single allergy/intolerance record by id. 
 
 FHIR Resource: AllergyIntolerance 
 *	Medication Allergies 
 *	Substance (Drug Class) 
 *	Substance (Medication) 
 *	Reaction

## Path parameters

- `id` string, required

## Response `200`

Success.

- object
  - `resourceType` string
  - `id` string, required
  - `clinicalStatus` CodeableConcept, required — unresolved $ref
  - `verificationStatus` CodeableConcept, required — unresolved $ref
  - `criticality` AllergyIntoleranceCriticality, required — unresolved $ref
  - `code` CodeableConcept — unresolved $ref
  - `patient` ResourceReference — unresolved $ref
  - `onsetDateTime` string, date-time
  - `recorder` ResourceReference — unresolved $ref
  - `reaction` ListOfReactionComponent — unresolved $ref

## Other responses

- `400` — Unexpected error occurred.
- `401` — Login credentials denied Access.
- `403` — Access denied for this resource with the given credentials.
- `404` — Resource not Found.
- `500` — Internal exception.

---

[API](https://skmtc.net/nextgen/apis/r4-fhir.md) · [All operations](https://skmtc.net/nextgen/apis/r4-fhir/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nextgen/r4-fhir/revisions/c77712e3de0c/schema)
