FHIR Chat · QuestionnaireResponse with a repeating group · questionnaire

Stream: questionnaire

Topic: QuestionnaireResponse with a repeating group


view this post on Zulip Paul Lynch (Apr 22 2019 at 16:57):

If an item that is a group repeats, then that item has more than one corresponding entry in the QuestionnaireResponse, correct? (I just noticed the spec wasn't too clear on that point, and potentially one could try to collect answers for the group's questions in a single "answers" array per question, but I don't think that would work.)

view this post on Zulip Brian Postlethwaite (Apr 22 2019 at 17:45):

This is correct. The answers array per question would make it harder to associate the answers for the different repititions of the group. (I think rows in a table)


Last updated: Apr 12 2022 at 19:14 UTC