---
title: "Create"
method: POST
path: "/AllergyIntolerance"
---

# Create

`POST /AllergyIntolerance`

Creates allergy resource

## Headers

- `Authorization` string, required
- `Content-Type` string, required
- `Accept` string

## Request body

- object
  - `resourceType` string, required — FHIR resource type returned in the response.
  - `patient` string — Patient reference associated with the allergy record.

## Response `200`

OK

- object
  - `resourceType` string, required — FHIR resource type returned in the response.
  - `id` string — Logical ID assigned to the newly created resource.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

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