Object

Task

A task to do assigned to a patient performed at a specific location

Usage Example
query {
# Use this type in your queries
someQuery {
assignees
comments
completedBy
creator
deleted
}
}

Fields

assignees[Provider]

List of providers who are assigned to complete this task and will be backup

comments[Comment]
completedByProvider
creatorProvider

Creator of the task if the task was created by a provider (null if computer-generated)

deletedBoolean

If the task has been deleted

descriptionString

Description of the task

If the task has been done

dueDateDate

Due date for the task (will alert all assignees when it comes)

encounterEncounter

Linked encounter

idID
insertedAtNaiveDateTime
locationLocation
patientPatient
priorityInt
rdvmRdvm
snoozeUntilDueDateBoolean
taskCategoryTaskCategory
taskGroups[TaskGroup]
textString

Title of the task

updatedAtNaiveDateTime
visitVisit