Data Export - Collaborative Care - Tasks
Generated by the Bulk Data Export system
A task for collaborative care. Indicates some work that needs to be done. Does not include any actual time spent on the task which is instead linked by TimeEntryLog
| Column | Name | Format | Nullable | Description | Notes |
|---|---|---|---|---|---|
| id | ID | uuid | false | The Mirah internal identifier |
|
| status | Status | text | false | The status of the task |
|
| enrollmentId | Enrollment Id | uuid | true | The enrollment this task is associated with | Some tasks may not be associated with an enrollment if they were created before an enrollment exists. Tasks not associated with an enrollment will not be counted for billing purposes. |
| patientId | Patient Id | uuid | false | The patient’s internal Mirah id |
|
| title | Title | text | false | The task's title |
|
| body | Body | text | false | The task body, i.e. the task expected to be completed. |
|
| createdAt | Created At | DateTime | false | When the task was created | When using date filtering, this is the column that will be used to filter rows in the dataset |
| completedAt | Completed At | DateTime | true | Date task was completed |
|
| dueAt | Due At | DateTime | true | Date task was due at |
|
| assignedToId | Assigned Provider Id | uuid | true | The id of the provider the task is assigned to |
|
| completedById | Completing Provider Id | uuid | true | The id of the provider who completed the task |
|
| notes | Notes | test | true | Notes that have been added to the task | Each note is listed on a new line |