[Immunization] Record all
form functionality | Code or Content Changes
#2139
Replies: 1 comment
-
For the "How the Record All form should work | Code or Content Changes" section, let's clarify that the task is to attempt to do with content only, if there's a blocker, report back to discuss, if we can't resolve we'll figure out a code solution, but not without sign-off. |
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
-
Context
at-birth tasks at once from a single form.
date.
Checkbox question functionality
DUE
orOVERDUE
task information. Generate the answer options using thefollowing options.
Tasks
as the answer options.DUE
andOVERDUE
.Questionnaire.item.answerOption.valueCoding.id
as theTask.id
.Questionnaire.item.answerOption.valueCoding.display
as theTask.description
.Questionnaire.item.answerOption.valueCoding.code
as theTask.id
.Radio question functionality
enableWhen
control question.the
Observation.effectiveDateTime
attribute of all the Observations generated here.immunizations selected then show 3 date questions 1 for each selected answerOption.
Datepicker question functionality
Yes
option is selected.selected Tasks on the CheckBox Question.
No
option is selected and the answer option corresponding to thedate question is checked.
Pending Decisions and R&D
enableWhen
expressions dynamically while launching the Questionnaires.Implementation note
This decision should be made after discussions with the rest of the tech team.
Beta Was this translation helpful? Give feedback.
All reactions