FHIR Chat · Questionnaire templates · questionnaire

Stream: questionnaire

Topic: Questionnaire templates


view this post on Zulip Shamil Nizamov (Dec 18 2019 at 16:17):

I’ve a number of lab forms from different HAs related to the same domain and whereas they all different there are some commonalities between them especially with the typical demographic questions (e.g., person’s name, address, contact points, emergency contacts, etc.)

Instead of repeating all of those in each and every Questionnaire, would it be useful to create it once and reuse in the same way as CDA section level templates? Has anyone done this and what you were using to "glue" smaller Questionnaires together? Will the Composition resource work here and if not can we extend the use of Composition to such case as well?

view this post on Zulip Lloyd McKenzie (Dec 18 2019 at 16:35):

We have an open item to talk about this, but there are complexities around uniqueness of linkIds, potential for evolution of referenced forms, how a QuestionnaireResponse should look when it's based on multiple Questionnaires, etc. So it hasn't been landed yet. You can follow J#22356 to see how it gets resolved

view this post on Zulip Shamil Nizamov (Dec 18 2019 at 19:15):

We have an open item to talk about this, but there are complexities around uniqueness of linkIds, potential for evolution of referenced forms, how a QuestionnaireResponse should look when it's based on multiple Questionnaires, etc. So it hasn't been landed yet. You can follow J#22356 to see how it gets resolved

There is no need for a single QuestionnaireResponse. There may be as many QuestionnaireResponses as original Questionnairies combined in a similar way (i.e., using the same Composition).

view this post on Zulip Lloyd McKenzie (Dec 18 2019 at 19:28):

If your purpose is to capture a set of data together, it's not going to work terribly well if your 'common' demographic responses are stored somewhere else. (And if that was fine, then just define your individual questionnaires and fill them out independently). If you define a single questionnaire where the contents include modules that are other questionnaires, you're generally going to want the results captured in a single instance.

view this post on Zulip Shamil Nizamov (Dec 19 2019 at 16:22):

then just define your individual questionnaires and fill them out independently

This is certainly an option, the problem is to retrieve all QuestionnaireResponses related to a single "paper" form. That's where I started asking if there is a way to define a set of Questionnaires somehow (I'd prefer not to create yet another extension for that).

view this post on Zulip Brian Postlethwaite (Dec 29 2019 at 10:02):

That could be a request of some form like a servicerequest?

view this post on Zulip Shamil Nizamov (Dec 30 2019 at 19:28):

That could be a request of some form like a servicerequest?

No, the idea is to reuse Questionnaire "templates" or groups to build forms. I do not see how ServiceRequest may help there.


Last updated: Apr 12 2022 at 19:14 UTC