[Immunization] How to close Tasks based on the selected items on the Record All forms | Code or Content Changes #2143
Replies: 1 comment
-
I prefer the content approach, at least at this point. It's hard to know yet what is going to be the best way to handle tasking workflows, if there was an obvious general approach, or one emerges, then I'd agree we should consider hard-coding that, but I don't think we have the data to determine that yet |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Questionnaire.item.answerOption.valueCoding.code
is theTask.id
for the Tasks represented bythe
Questionnaire.item.answerOption
.Task.status
tocompleted
.Questionnaire.item.answerOption.valueCoding.code
as theTask.id.value
.maintainability complexity
flow is complete is a risk.
CheckBox showing the Tasks.
Questionnaire.item.linkId
a
QuestionnaireResponse.item.linkId
that matches the definition on the ActionParameters.QuestionnaireResponse.item.answer.valueCoding.code
from each answer.QuestionnaireResponse.item.answer.valueCoding.code
as Task IDs to fetch Tasks from theSQLite database.
Task.status
tocompleted
Beta Was this translation helpful? Give feedback.
All reactions