FHIR Chat · Grouping of Questionaires · implementers

Stream: implementers

Topic: Grouping of Questionaires


view this post on Zulip Shubham Sharma (Sep 09 2020 at 12:28):

While Questionnaire supports grouping of Questions with in it self. But is there nay way we can represent group / hierarchy of Questionnaires.

view this post on Zulip Lloyd McKenzie (Sep 09 2020 at 13:52):

We have an approved proposal for allowing one questionnaire to 'import' questions from another Questionnaire that will be part of the SDC implementation guide when it's approved. Is that what you mean?

view this post on Zulip Shubham Sharma (Sep 10 2020 at 05:10):

Thanks Lloyd, Can you point me to the draft of same.
Yes use is some what similar where A Set of Questions can be asked independently as well as with in combination of other set of Questions.

view this post on Zulip Lloyd McKenzie (Sep 10 2020 at 05:24):

The tracker item is FHIR#22356

view this post on Zulip Shubham Sharma (Sep 10 2020 at 15:39):

Thanks Lloyd..,
While looking at SDC Base Questionnaire Profile came across 'performerType' extension which states who can record answers for this Questionnaire.
We had similar need on Questionnaire Response to know who had actually provided the answer.
As many time applications does not store identity on patient's relative who had answered the questions excepts a flag that it is answered by a relative instead of Patient.
'QuestionnaireResponse.source' is of Reference type as demands some sort of identity.
Is there any proposal to include something similar to 'performerType' to be included on QuestionnaireResponse' as well.

view this post on Zulip Lloyd McKenzie (Sep 10 2020 at 16:34):

If you just wanted to indicate Patient vs. Relative without indicating identity, you could just populate Reference.type. (You could also populate Reference.display to say "Aunt Sue" without any further identifying information.)

view this post on Zulip Shubham Sharma (Sep 10 2020 at 18:20):

Thanks Reference.type works for us.

view this post on Zulip Shubham Sharma (Sep 10 2020 at 18:23):

Also i guess we need to populate the display with default text as one of the reference, identifier or display is must.


Last updated: Apr 12 2022 at 19:14 UTC