Stream: implementers
Topic: QuestionnaireResponse validation
Terren Wu (Oct 09 2017 at 20:20):
When validating a response to a questionnaire, should we force the answered questions to have the same shape as they were defined in the questionnaire?
Lloyd McKenzie (Oct 10 2017 at 03:42):
Yes
Lloyd McKenzie (Oct 10 2017 at 03:42):
It's possible they might have been filled out in different order (if the user jumps around the questionnaire), but the QuestionnaireResponse should mirror the structure of the Questionnaire - though some items might be omitted if they weren't filled in.
Terren Wu (Oct 10 2017 at 18:59):
Ok got it. Thanks!
Brian Postlethwaite (Oct 10 2017 at 21:34):
If you want to test this my server fully implements this validation.
Just post your Questionnaire and response to the server
http://sqlonfhir-stu3.azurewebsite.net/fhir
Last updated: Apr 12 2022 at 19:14 UTC