Stream: implementers
Topic: Validating QuestionnaireResponses
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?
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.
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...)
Jose Costa Teixeira (Sep 01 2020 at 07:39):
Thank you
Last updated: Apr 12 2022 at 19:14 UTC