FHIR Chat · Validating QuestionnaireResponses · implementers

Stream: implementers

Topic: Validating QuestionnaireResponses


view this post on Zulip Jose Costa Teixeira (Aug 31 2020 at 20:49):

Does the validator validate the answers in a QuestionnaireResponse against the referred questionnaire? Or if we need validation, we need to have a profile to validate the answers?

view this post on Zulip Lloyd McKenzie (Aug 31 2020 at 23:12):

The Java validator will validate against the Questionnaire - and should support checking most (but not yet all) of the SDC extensions too.

view this post on Zulip Lloyd McKenzie (Aug 31 2020 at 23:12):

You definitely don't need to (and shouldn't) create a profile on QuestionnaireResponse for each Questionnaire. (That would sort of defeat the purpose of having Questionnaire...)

view this post on Zulip Jose Costa Teixeira (Sep 01 2020 at 07:39):

Thank you


Last updated: Apr 12 2022 at 19:14 UTC