Stream: questionnaire
Topic: Display category
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.)
Lloyd McKenzie (Oct 29 2020 at 13:42):
That's an outright error. Can you submit a change request @Elliot Silver ?
Lloyd McKenzie (Oct 29 2020 at 13:43):
And yes, that would be appropriate
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.
Elliot Silver (Oct 29 2020 at 22:50):
@Lloyd McKenzie, the new ticket is against FHIR core?
Elliot Silver (Oct 29 2020 at 22:59):
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