Stream: questionnaire
Topic: Enforce Structure in QuestionnaireResponse
Raheel Sayeed (Jun 21 2019 at 15:41):
I see that https://www.hl7.org/fhir/questionnaireresponse-definitions.html#QuestionnaireResponse.questionnaire recommends QuestionnaireResponse
that reference a questionnaire must preserve the exact same structure
> If a QuestionnaireResponse references a Questionnaire, then the QuestionnaireResponse structure must be consistent with the Questionnaire (i.e. questions must be organized into the same groups, nested questions must still be nested, etc.).
Is this absolute? Can't the renderer derive structure from the questionnaire referenced?
Eric Haas (Jun 21 2019 at 17:18):
do you mean rendering or the structure of QR ?
Lloyd McKenzie (Jun 22 2019 at 02:16):
It's absolute - and the short answer is "depends on the questionnaire" (which is why it's absolute - because it's needed some of the time, it keeps complexity down if it's just done all the time).
Last updated: Apr 12 2022 at 19:14 UTC