Basic Information

appmixer.cliniko.core.CreateTreatmentNote

Create Treatment Note

1.0.0

Public

Creates a treatment note for a patient. Cliniko stores note bodies as a structured sections object, so Content takes JSON in the shape {"sections":[{"name":"Subjective","questions":[{"name":"Complaint","type":"text","answer":"..."}]}]}. Copy the shape from an existing note (Find Treatment Notes) or from the treatment note template.

Input Ports

in

FieldTypeDescription
Patient text Start typing to search your patients, or enter a Patient ID directly.
Title text -
Content textarea The note body as a JSON object with a sections array.
Draft toggle Save as an unfinished draft instead of finalising the note.
Treatment Note Template ID text Optional template the note is based on.
Booking ID text Optional appointment this note belongs to.

Output Ports

out

FieldTypeDescription
Treatment Note ID string -
Patient ID string -
Practitioner ID string -
Booking ID string -
Treatment Note Template ID string -
Title string -
Author Name string -
Draft boolean -
Content object -
Finalized At string -
Pinned At string -
Archived At string -
Created At string -
Updated At string -

Full Metadata