Create Task Note
Tasks
Create Task Note
Appends a note to an existing task in the provider’s EMR system.
POST
Create Task Note
This endpoint appends a note to a task that already exists in the EMR. To find a task’s
emr_task_id, perform a live fetch with POST /v1/patients/fetch and include: ["tasks"] — each task in the response carries its emr_task_id.Request Parameters
- emr_task_id (string, required): The EMR ID of the task to append the note to. Obtain this from the
tasks[]array returned byPOST /v1/patients/fetchwithinclude: ["tasks"]. - note (string, required): The note body content.
Example Request
Example Response
- task_note_id: Unique identifier for the created task note record
- job_id: Job execution identifier for tracking the async operation
Error Responses
Missing Required Field
Unexpected Field
Onlyemr_task_id and note are accepted. Any other field returns a 400:
Webhook Notifications
When the task note processing is complete, we will send a webhook to your registered endpoint.Success
Failure
Authorizations
Body
application/json