FHIR Chat · Questionnaire custom attributes for a repository · implementers

Stream: implementers

Topic: Questionnaire custom attributes for a repository


view this post on Zulip Kim Hoel Halvorsen (Apr 25 2018 at 11:06):

We are currently developing a Questionnaire repository on a national level. The Questionnaires in this repository is meant for patients to use in various contexts, and to be filled in the context of the national Patient Portal that holds a Questionnaire render/filler.

The Questionnaire repository will hold resources like Questionnaire, ValueSet, DocumentReference (attachments to the Questionnaires), Endpoint, etc.

The requirements specify several attributes related to the context of the Questionnaire, that are specific to the requirements in the project. These attributes are:

• Questionnaire owner
• Who can use the Questionnaire?
Local
Regional
National
Local, regional, national can all be specified by using organizational number
• Questionnaire can be invoked by the patient, or must be sent/prescribed by a clinical person
• Questionnaire MUST be filled by the patient/subject itself, or a representative can do this on behalf of the patient.
• If the Questionnaire can be used in
Anonymous mode
Just viewing and print to paper
Anonymous startup mode
Possibility to log in and send to a predefined Endpoint if the patient wants to
Anonymous mode
Sending in to a predefined Endpoint without logging in
Require that the patient must log in before viewing, filling and sending the Questionnaire.
• If the patient should or should not receive a copy of the response
• If the Questionnaire is licensed
Different license models
Payment per usage
Restricted to an area, region, municipality, etc.
Restricted to a specific organization that the patient has a relation to

Currently we are looking at several options on how to solve this. These include (but do not exclude other alternatives):
• meta.tags
• Extensions
• Use of the attribute useContext, and extend the values here to appropriately fit our purpose.

Any suggestions would be appreciated.

view this post on Zulip Lloyd McKenzie (Apr 25 2018 at 21:31):

Questionnaire owner = publisher.
Who can use the questionnaire - seems like an extension, though this starts to overlap with the notion of permissions
Questionnaire can be filled by patient or must be clinical person - extension, possible candidate for core extension
Questionnaire mode - extension, possible candidate for core extension
Patient should receive copy - local extension
Questionnaire is licensed - copyright or custom extension on it

view this post on Zulip Lloyd McKenzie (Apr 25 2018 at 21:31):

meta.tags are typically server-specific and not part of signatures. useContext is for searching, but doesn't "govern" the questionnaire.

view this post on Zulip Kim Hoel Halvorsen (Apr 26 2018 at 06:36):

Thank you!

view this post on Zulip Lloyd McKenzie (Apr 26 2018 at 17:25):

If you're interested in Questionnaire, you might want to follow the #questionnaire stream

view this post on Zulip Kim Hoel Halvorsen (Apr 27 2018 at 06:55):

Yes, I am. Will do.


Last updated: Apr 12 2022 at 19:14 UTC