Create Patient Note
Patient Notes
Create Patient Note
Creates a free-standing chart note on a patient. Unlike a note tied to an appointment, this writes directly to the patient’s chart.
POST
Create Patient Note
Documentation Index
Fetch the complete documentation index at: https://docs.usecobalt.com/llms.txt
Use this file to discover all available pages before exploring further.
Request Parameters
- note (string, required): Chart note body content
- subject (string, required): Chart note title
- patient_mrn (string, required): Medical Record Number (MRN) of the patient
- location_id (string, required): EMR location ID. Must match a location returned by
GET /v1/locationsfor the account.
Example Request
Example Response
- patient_note_id: Unique identifier for the created patient note record
- job_id: Job execution identifier for tracking the async operation
Error Responses
Missing Required Field
Invalid Location
Webhook Notifications
When the patient note processing is complete, we will send a webhook to your registered endpoint.Success
Failure
Authorizations
Body
application/json