FHIR Chat · Where to save the score/finding from a QuestionnaireResponse · implementers

Stream: implementers

Topic: Where to save the score/finding from a QuestionnaireResponse


view this post on Zulip Daniel Tam (Aug 04 2021 at 18:47):

Where are people storing the scoring for a questionnaire? For example, with a PHQ-9 depression screening questionnaire, each answer is tied to a point value. The points are added up for a total score, providing a way to screen for low/medium/high risk for depression.

Similarly, for autism screenings, those can also be tied to a score.

Where are people storing the score and the risk/finding? Are you somehow including it as another item in the QuestionnaireResponse?
Or are you creating an observation that ties back to the QuestionnaireResponse ID?

view this post on Zulip Lloyd McKenzie (Aug 04 2021 at 21:59):

The convention is that these are stored as additional question items - though they might be marked as 'readOnly', or with SDC extensions as completely hidden. The resulting answer might then be extracted as an Observation value as well. (As an aside, there's a whole #questionnaire stream for questionnaire-related questions.)


Last updated: Apr 12 2022 at 19:14 UTC