---
title: "Create Allergy Documentation"
method: POST
path: "/api/2.0/allergy_documentation/"
tags: ["Allergy Documentation (NKDA)"]
---

# Create Allergy Documentation

`POST /api/2.0/allergy_documentation/`

Returns a list of allergy documentation

## Request body

- PatientAllergyDocumentation
  - `created_date` string, date-time, nullable
  - `deleted_date` string, date-time, nullable
  - `id` integer
  - `patient` integer, required

## Response `201`

- PatientAllergyDocumentation
  - `created_date` string, date-time, nullable
  - `deleted_date` string, date-time, nullable
  - `id` integer
  - `patient` integer, required

---

[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)
