---
title: "POST /note_nlp"
method: POST
path: "/note_nlp"
tags: ["note_nlpController"]
---

# POST /note_nlp

`POST /note_nlp`

## Request body

- NewnoteNlp — (tsType: Omit<note_nlp, >, schemaOptions: { title: 'Newnote_nlp', exclude: [] })
  - `note_nlp_id` number
  - `note_id` number
  - `section_concept_id` number
  - `snippet` string
  - `offset` string
  - `lexical_variant` string
  - `note_nlp_concept_id` number
  - `note_nlp_source_concept_id` number
  - `nlp_system` string
  - `nlp_date` string, date-time
  - `nlp_datetime` string, date-time
  - `term_exists` string
  - `term_temporal` string
  - `term_modifiers` string

## Response `200`

note_nlp instance created

- NoteNlp
  - `note_nlp_id` number
  - `note_id` number
  - `section_concept_id` number
  - `snippet` string
  - `offset` string
  - `lexical_variant` string
  - `note_nlp_concept_id` number
  - `note_nlp_source_concept_id` number
  - `nlp_system` string
  - `nlp_date` string, date-time
  - `nlp_datetime` string, date-time
  - `term_exists` string
  - `term_temporal` string
  - `term_modifiers` string

---

[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)
