---
title: "POST /api/amendments"
method: POST
path: "/api/amendments"
tags: ["Clinical"]
---

# POST /api/amendments

`POST /api/amendments`

Create patient amendments to a patient's clinical records

## Query parameters

- `appointment` integer
- `patient` integer
- `doctor` integer

## Response `201`

Created

- PatientAmendment
  - `amendment_name` string, required
  - `appointment` integer — ID of the appointment to which the amendment applies, if any. If present, the `amendment_file` will be appended to the clinical note for this appointment.
  - `doctor` integer, required — ID of the doctor who owns the amendment
  - `comments` string
  - `amendment_file` string, required — A PDF file containing the amended information for the patient's record
  - `patient` integer, required — ID of the patient to whom the amendment applies
  - `id` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Permission Denied
- `404` — Not Found
- `405` — Method Not Allowed
- `500` — Internal Server Error

---

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