FHIR Chat · Advice around Questionnaires · implementers

Stream: implementers

Topic: Advice around Questionnaires


view this post on Zulip Rajiv Iyer (Aug 25 2021 at 17:20):

Hi All,
I was looking for some documentation or link that would clarify how to achieve the below in Questionnaires.

  1. How to provide an additional text for answers in a choice so that users of the application can get more details about the answer?

For example, if I have a question like "What is your ethnic group?" and the choices are White or Asian, can I provide further details like White (Includes additional details around white) and Asian (Includes additional details around Asian)

  1. Provide intermediate save points for questions?

For example, If I have 10 questions and want to save all the responses until question 3 and then all the responses until question 7, is there a way to indicate to the application using Questionnaire?

  1. How to provide an open-choice but instead of Others as text use different text?

For example, If the question "Which of the following best describes you?" has the answers like Male, Female and Others (get the text field here). Is it possible to change the text from Others to Prefer to self-describe?

Thanks.

view this post on Zulip Lloyd McKenzie (Aug 25 2021 at 19:23):

  1. Nested question with an 'enableWhen' tied to certain answers. E.g. "Enable this if answer to parent is 'other'"
  2. Typically the user or system can save an incomplete form at any point. If you wanted a standard extension that says "Please save when the user gets this far", you could submit a change request.
  3. Don't really understand the question. Users can't change the list of options. If it's an 'open' question, then they can type their own text if they don't like any of the options provided. (Or if it's a repeating question, they can select some options and then also provide a few free text entries as well.) If it's a closed question, you can also have a nested question to capture additional details if they select certain options.

view this post on Zulip Rebecka Hansson (Aug 26 2021 at 12:44):

Hello! I am currently working on a Questionnaire profile and want to enable items to have type=reference. However, I want to be more explicit by saying that the item values can only be references of observations, conditions and procedures. Is there anyway to define this in a Questionnaire profile? Or should this be part of the QuestionnaireResponse profile?

view this post on Zulip Mareike Przysucha (Aug 26 2021 at 12:48):

Hello @Rebecka Hansson,
normally you would not profile a questionnaire, but create the resource itself. Therefore my first question: Are you sure you need a profile, or do you need the questionnaire resource?
Also for questions about questionnaire, there is a #questionnaire stream here. There you might get further information for your question. Probably a similar question was asked there.

view this post on Zulip Lloyd McKenzie (Aug 26 2021 at 15:01):

There are a set of extensions defined in the SDC implementation guide that allow you to constrain what's allowed in a Reference (what resources, what profiles the resources must be valid against, what query to use to find candidates, etc.)


Last updated: Apr 12 2022 at 19:14 UTC