FHIR Chat · Broken 'options' link in Questionnaire rendering · IG creation

Stream: IG creation

Topic: Broken 'options' link in Questionnaire rendering


view this post on Zulip Lloyd McKenzie (Nov 05 2020 at 23:04):

https://build.fhir.org/ig/HL7/fhir-sdoh-clinicalcare/Questionnaire-SDOHCC-Questionnaire-HungerVitalSign-1.html. All of the links that say "4 options", "2 options", etc. have URLs like "null#item./88122-7"

view this post on Zulip Grahame Grieve (Nov 05 2020 at 23:41):

yes, known issue I'll have a chance to get to one day. Though the reason it's a known issue is because I'm not sure how to render the options, so ideas are welcome

view this post on Zulip Jose Costa Teixeira (Nov 05 2020 at 23:52):

perhaps a table of all option groups at the bottom (or in a different tab)?

view this post on Zulip Lloyd McKenzie (Nov 06 2020 at 00:12):

Can we suppress the link to the non-existent set of options for now? Part of the problem is that the list of options could be 2 or could be 200+. Hard to handle that with a single approach. Also, sometimes the options are a value set or even an expression. A collapsable Javascript control might work?

view this post on Zulip Grahame Grieve (Nov 06 2020 at 00:13):

value set is good, sorted that easily

view this post on Zulip Grahame Grieve (Nov 06 2020 at 00:13):

expressions are good too, actually.

view this post on Zulip Grahame Grieve (Nov 06 2020 at 00:13):

it's just to the 2 vs 200 thing that meant I didn't solve the answerOptions

view this post on Zulip Christian Nau (Apr 28 2021 at 08:47):

I think I ran into the same issue today. The qa.html for my IG build contains errors for questionnaires with answer options.
i.g.

The link 'null#item.nutrition_question' for "3 options" cannot be resolved

There are two issues for me:

  1. Answer options are not rendered in the IG (would be very nice, but not a huge problem for me right now)
  2. IG generation qa.html contains errors, although everything from input is correct (AFAIK)

Is there a workaround to get rid of the errors? I would like to keep me IG build clean :) It will get harder over time to see "real" errors, if thoses errors build up.

view this post on Zulip Grahame Grieve (Apr 28 2021 at 20:43):

this is on my todo list

view this post on Zulip Marcel Hanselmann (Oct 13 2021 at 09:05):

Is solved, no more answer options errors. Instead, the answer options sets are rendered at the bottom of the page. Thanx.


Last updated: Apr 12 2022 at 19:14 UTC