FHIR Chat · item ordering · questionnaire

Stream: questionnaire

Topic: item ordering


view this post on Zulip Brian Postlethwaite (Mar 21 2022 at 05:18):

Do we have a rule in the QR that the order of the items must match the Q?
I know we have to match depth for linkIds, do they need to be sorted too...
Working on a new imementation of a validator where you can customise the error messages too.

view this post on Zulip Lloyd McKenzie (Mar 21 2022 at 14:05):

That's definitely a rule. Whether it's a written rule, dunno. It certainly should be. Order of questions implies context and determines order of rendering.

view this post on Zulip Brian Postlethwaite (Mar 21 2022 at 18:51):

Ta, I'll check and include in my new implementation.

view this post on Zulip Eric Haas (Mar 22 2022 at 02:24):

The order of questions within groups, groups within groups and groups within questions is relevant and must be retained for display and capture. The hierarchy of the items within the QuestionnaireResponse SHALL mirror the hierarchy of the items in the corresponding Questionnaire (if any).


Last updated: Apr 12 2022 at 19:14 UTC