Skip to main content
POST
Create Non Visit Note

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
chart_date
string<date-time>
required
document_date
string<date-time>
required
patient
integer<int64>
required
type
string
required

The type of the non visit note.

bullets
object[]

The bullets of the non visit note.

note_documents
(object | null)[]

The documents referenced by the non visit note.

note_items
(object | null)[]

The items in the clinical record on the left hand side of the chart referenced by the non visit note.

signed_by
integer<int64> | null
signed_date
string<date-time> | null
tags
integer<int64>[]

The ids of the document tags you want to attach.

Response

201 - application/json
chart_date
string<date-time>
required
document_date
string<date-time>
required
patient
integer<int64>
required
type
string
required

The type of the non visit note.

bullets
object[]

The bullets of the non visit note.

created_date
string<date-time> | null
read-only
deleted_date
string<date-time> | null
read-only
id
integer
read-only
note_documents
(object | null)[]

The documents referenced by the non visit note.

note_items
(object | null)[]

The items in the clinical record on the left hand side of the chart referenced by the non visit note.

signed_by
integer<int64> | null
signed_date
string<date-time> | null
tags
integer<int64>[]

The ids of the document tags you want to attach.