Skip to main content
POST
Create Note

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Body

application/json
patientId
string
required
providerId
string
required
locationId
string | null
eventId
string | null
parentNoteId
string | null
content
string | null
aiGenerated
boolean
default:false
noteTranscriptId
string | null
template
NoteTemplateTableItem · object | null
prompt
string | null
icd10Codes
string[] | null
cptCodes
string[] | null

Response

Successful Response

id
string
required
parentNoteId
string
required
version
integer
required
currentVersion
integer
required
aiGenerated
boolean
required
patient
PatientDetail · object
required
createdDate
string<date-time>
required
eventId
string | null
duration
integer | null
content
string | null
summary
string | null
template
NoteTemplateTableItem · object | null
transcript
NoteTranscriptSummary · object | null
providers
ProviderTiny · object[]
sourceDocuments
DocumentSummary · object[]
icd10Codes
ICDTenCode · object[] | null
cptCodes
CPTCode · object[] | null
signedOffProviderId
string | null
signedOffDate
string<date-time> | null