Create a task
Tasks
Create a task
Creates a new task and pushes it to the EHR synchronously. Returns the task with syncStatus ‘synced’ on success, or 502 if the EHR push fails. Requires a providerId to authenticate with the EHR.
POST
Create a task
Authorizations
Marketplace API key
Headers
Target clinic organization ID
Body
application/json
Note ID to attach the task to
Example:
"nte_3cc73cb69c59403ca9108af6c5693b25"
Provider ID of the user creating/owning the task
Example:
"prv_d4e5f6a7b8c94d0e1f2a3b4c5d6e7f8a"
Task description / notes
Example:
"Review missing plan for Impression #3: Irritant Contact Dermatitis"
Array of provider IDs to assign the task to (at least one required)
Example:
["prv_d4e5f6a7b8c94d0e1f2a3b4c5d6e7f8a"]