---
title: "Create a new patient note"
method: POST
path: "/patient/{patient_id}/patient_note"
tags: ["patient"]
---

# Create a new patient note

`POST /patient/{patient_id}/patient_note`

## Path parameters

- `patient_id` integer, required

## Request body

- CreatePatientNoteRequest
  - `note` string, required — note providing contextual information

## Response `200`

successful operation

- PatientNoteResponse
  - `created_by_user_id` string
  - `created_time` string, date-time
  - `id` integer — id
  - `note` string, required — note logged on the patient profile
  - `patient_id` integer, required
  - `updated_time` string, date-time

---

[API](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server.md) · [All operations](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/llms.txt) · [OpenAPI document](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/revisions/2991fb51502d?raw)
