TasksV3

Create task

Beta
POST

Request

This endpoint expects an object.
encounter_id
UUIDRequired
task_type
enumRequired
description
stringRequired
work_queue_id
stringRequired
blocks_claim_submission
booleanOptional
assignee_user_id
UUIDOptional
category
enumOptional

Response

This endpoint returns an object
task_id
UUID
encounter_id
UUID
task_type
enum
description
string
blocks_claim_submission
boolean
external_id
string
patient_name
string
patient_external_id
string
status
enum
notes
list of objects
created_at
datetime
updated_at
datetime
The time of most recent update to the task only
agg_updated_at
datetime
The time of most recent update to the task or any of its notes
date_of_service
date
assignments
list of objects
payer_name
stringOptional
payer_id
stringOptional
category
enumOptional