FHIR Chat · Display category · questionnaire

Stream: questionnaire

Topic: Display category


view this post on Zulip Elliot Silver (Oct 29 2020 at 05:18):

In SDC, the displayCategory extension is described as applying to 'display' type questionnaire items. However, looking at the extension description in FHIR core, it appears to apply to any questionnaire items except 'display' type.

Also, as I'm reading it, if I have item[4] of type choice, to use this extension, I would create an item[4].item[0] of type 'display' with the text set to the help text, and apply the extension to that item (item[4].item[0]). Is that correct? (Sorry for using fsh notation.)

view this post on Zulip Lloyd McKenzie (Oct 29 2020 at 13:42):

That's an outright error. Can you submit a change request @Elliot Silver ?

view this post on Zulip Lloyd McKenzie (Oct 29 2020 at 13:43):

And yes, that would be appropriate

view this post on Zulip Paul Lynch (Oct 29 2020 at 14:13):

Well, per J#24117, the "help" category is going away from displayCategory. So, you would use itemControl (set to "help") instead, but otherwise it is the same approach.

view this post on Zulip Elliot Silver (Oct 29 2020 at 22:50):

@Lloyd McKenzie, the new ticket is against FHIR core?

view this post on Zulip Elliot Silver (Oct 29 2020 at 22:59):

J#29595.

view this post on Zulip Elliot Silver (Oct 29 2020 at 22:59):

@Paul Lynch , ok, will look at that approach instead.


Last updated: Apr 12 2022 at 19:14 UTC