---
title: "POST /note"
method: POST
path: "/note"
tags: ["noteController"]
---

# POST /note

`POST /note`

## Request body

- Newnote — (tsType: Omit<note, >, schemaOptions: { title: 'Newnote', exclude: [] })
  - `note_id` number
  - `person_id` number
  - `note_date` string, date-time
  - `note_datetime` string, date-time
  - `note_type_concept_id` number
  - `note_class_concept_id` number
  - `note_title` string
  - `note_text` string
  - `encoding_concept_id` number
  - `language_concept_id` number
  - `provider_id` number
  - `visit_occurrence_id` number
  - `visit_detail_id` number
  - `note_source_value` string
  - `note_event_id` number
  - `note_event_field_concept_id` number

## Response `200`

note instance created

- Note
  - `note_id` number
  - `person_id` number
  - `note_date` string, date-time
  - `note_datetime` string, date-time
  - `note_type_concept_id` number
  - `note_class_concept_id` number
  - `note_title` string
  - `note_text` string
  - `encoding_concept_id` number
  - `language_concept_id` number
  - `provider_id` number
  - `visit_occurrence_id` number
  - `visit_detail_id` number
  - `note_source_value` string
  - `note_event_id` number
  - `note_event_field_concept_id` number

---

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