---
title: "Create patient alert"
method: POST
path: "/patients/{id}/alerts"
tags: ["Patient Alerts"]
---

# Create patient alert

`POST /patients/{id}/alerts`

## Path parameters

- `id` integer, required

## Query parameters

- `subdomain` string, required

## Request body

- PostPatientsIdAlerts — Create patient alert
  - `patient_alert` object, required — Patient alert details
    - `note` string, required — The note for the patient alert

## Response `201`

Successful

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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