FHIR Chat · QuestionnaireResponse without a Questionnaire reference · implementers

Stream: implementers

Topic: QuestionnaireResponse without a Questionnaire reference


view this post on Zulip Terren Wu (Aug 27 2017 at 22:15):

According to the QuestionniareResponse definition:

QuestionnaireResponse provides a complete or partial list of answers to a set of questions filled when responding to a questionnaire. The questions may be included directly or by reference to a Questionnaire resource that defines the questions as well as the constraints on the allowed answers. In some cases, both formal rules for editing the questionnaire (via link to Questionnaire) as well as sufficient local information to allow rendering of the questionnaire may be provided.

We interpret it that, when the Questionnaire is not linked, the questions answered must have the "text" property set. But how about the title of the questionnaire to respond? Since it also provide the contextual information such as "Knee Paint Score", we want it submitted if the Questionnaire is not linked in the response. Which property of the questionnaire response can be used? or we need to create an extension for it?

view this post on Zulip Lloyd McKenzie (Aug 28 2017 at 03:38):

You'd need to create an extension. Or simply require your QuestionnaireResponse instances to point to their Questionnaire (which would be more typical behavior).

view this post on Zulip Terren Wu (Aug 28 2017 at 20:04):

Is there any practical samples on how people use questionnaire response without a questionnaire definition? It is stated in the Notes that

Because of the lack of explicit support for Questionnaires in HL7 v3 , CDA Documents frequently used named sections with Observations to model questionnaires. Such use cases should now utilize the QuestionnaireResponse resource instead.

Based on the current model of the questionnaire response, people seems cannot provide enough contextual information for the response (like Questionnaire title, and potentially questionnaire question type/options, etc.). Does people use an internal reference of a contained Questionnaire to provide such information in practise?

view this post on Zulip Lloyd McKenzie (Aug 28 2017 at 22:43):

I'm not sure anyone has used it without Questionnaire, so it's possible it's deficient there.

view this post on Zulip David Hay (Aug 31 2017 at 02:23):

What's a Use case where you'd have a QuestionnaireResponse without an associated Questionnaire? Doesn't seem to be enough information in the QR to be useful alone...

view this post on Zulip Lloyd McKenzie (Aug 31 2017 at 02:36):

You've got the questions and the answers.

view this post on Zulip David Hay (Aug 31 2017 at 02:39):

You mean 'out of band' - ie you are recording the questions in some structure other than a Questionnaire, and using the linkId to refer to them?

view this post on Zulip Lloyd McKenzie (Aug 31 2017 at 02:49):

Originally you could capture the responses to a paper questionnaire using QuestionnaireResponse without a formal QuestionnaireResponse. However, now that we've made linkId mandatory, that doesn't make a lot of sense. I guess we need a change request to make the Questionnaire reference mandatory too and to drop language about stand-alone responses.

view this post on Zulip Eric Haas (Aug 31 2017 at 15:32):

you meant without a Questionnaire right? Why not have an 'only use with Questionnaire' Profile instead. Seems like a reasonable use as mechanism for recording answers.

view this post on Zulip Lloyd McKenzie (Aug 31 2017 at 17:16):

Yes I meant without Questionnaire. The fact linkId is mandatory means that we can't really get away without having Questionnaire. And we made it mandatory because no-one had a use-case for not having the Questionnaire


Last updated: Apr 12 2022 at 19:14 UTC