taylorqj
04/11/2023, 8:24 PMcode in the front-end as the task title
2. Query a set of tasks by an enum (such as TASK_A or TASK_B) to report upon task completion rates, tasks in-progress, etc.
I'm assuming we can achieve this by adding an additional Identifier to the Task with `use=secondary`and value=TASK_A. This would allow us to use the code as the UI display text and a secondary identifier as a queryable enum, right?taylorqj
04/11/2023, 8:38 PMcode but keeping that editable to change the view would be nice -- assuming we can add a queryable type to tasks.taylorqj
04/11/2023, 8:58 PMrahul1
04/11/2023, 9:08 PMtaylorqj
04/11/2023, 9:10 PMtype with a value of SOME_TASK_TYPE. We'd like to keep the "name" of the task ephemeral if possible.taylorqj
04/11/2023, 9:11 PMcode as the bucket for SOME_TASK_TYPE and reasonCode for the ephemeral value would work fine, I didn't see reasonCode until after I asked. What do you think?rahul1
04/12/2023, 4:26 AMcode for the SOME_TASK_TYPE, and then use description for the editable text.rahul1
04/12/2023, 4:27 AMreasonCode will have value later when you start tying tasks to specific Clinical Conditions or Observationstaylorqj
04/13/2023, 10:13 PM