Skip to main content
POST
Record a visit progress note

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

outpatientVisit
integer
required

Body

application/json
note_type
enum<string>
required
Available options:
general,
soap,
review,
procedure,
discharge_planning
general_note
string | null
Maximum string length: 5000
subjective
string | null
Maximum string length: 3000
objective
string | null
Maximum string length: 3000
assessment
string | null
Maximum string length: 3000
plan
string | null
Maximum string length: 3000

Response

Resource returned.

data
object