---
title: "Medical note - Patient Profile"
method: POST
path: "/medical_notes"
tags: ["Medical Notes"]
---

# Medical note - Patient Profile

`POST /medical_notes`

## Headers

- `Content-Transfer-Encoding` string

## Request body

- object
  - `medical_note` object
    - `person_id` string, color
    - `consultation_id` unknown
    - `comment` string
    - `note_type` string
    - `created_at` unknown
    - `voice_note_url` unknown
    - `account_id` string, utc-millisec

## Response `200`

OK

---

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