FHIR Chat · Questionnaire UseContext · implementers

Stream: implementers

Topic: Questionnaire UseContext


view this post on Zulip Jessica Pettersson (Dec 02 2021 at 16:32):

Hi! We have a Questionnaire profile where we need to separate questionnaires used by patients and questionnaires used by healthcare professionals. We currently have slices for patient and healthcare professional, but wonder if it could be a good idea to use the value set UsageContextType (code User) for our purpose? Would the code User be applicable in that case?

view this post on Zulip Lloyd McKenzie (Dec 02 2021 at 17:25):

How are you slicing now?

useContext of 'user' is certainly intended to distinguish that way. You'd need to choose what codes to use for the value of user - there should be some candidates in terminology.hl7.org if you look for "Role code"

view this post on Zulip Jessica Pettersson (Dec 03 2021 at 07:49):

We have sliced on code, where we have set a fixed value for system to Snomed CT, and fixed value for code as the Snomed code for "Patient" and "Healthcare professional" in the slices. I found a code in Role code called ONESELF, which I guess could be used for patient in that case?

view this post on Zulip Lloyd McKenzie (Dec 03 2021 at 15:01):

There should be a RoleClass that allows you to say "Patient". So it sounds like you're already using useContext and just checking if it's appropriate?

view this post on Zulip Jessica Pettersson (Dec 06 2021 at 16:16):

Yes, we are already using useContext, so it seems appropriate. Yes, found it now, thanks for helping us!


Last updated: Apr 12 2022 at 19:14 UTC