Stream: questionnaire
Topic: Extension "display" on QR questionnaire?
Tilo Christ (Apr 16 2021 at 17:44):
SDC QuestionnaireResponse is mandating the http://hl7.org/fhir/R4/extension-display.html extension on the questionnaire field. Validator is also pointing that out to me. But when I look at any examples I can find it is not being used? Is still awaiting adoption, or should it be made optional due to lack of adoption? Or should it be added to all examples?
Lloyd McKenzie (Apr 16 2021 at 17:55):
That extension is 0..1? (It's mustSupport, but that's not the same as mandatory.)
Tilo Christ (Apr 16 2021 at 18:00):
Here is the spec where it seems to be marked 1..1?
image.png
and here is the validator output if I don't have it included:
QuestionnaireResponse.questionnaire: QuestionnaireResponse.questionnaire.extension:questionnaireDisplay: minimum required = 1, but only found 0 (from http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaireresponse) on line 7.
Lloyd McKenzie (Apr 16 2021 at 18:03):
Can you give me the URL where you're seeing that?
Tilo Christ (Apr 16 2021 at 18:03):
http://hl7.org/fhir/uv/sdc/2019May/sdc-questionnaireresponse.html
Lloyd McKenzie (Apr 16 2021 at 18:04):
yeah, that's been fixed. Take a look at the continuous integration build here: http://build.fhir.org/ig/HL7/sdc/StructureDefinition-sdc-questionnaireresponse.html
Last updated: Apr 12 2022 at 19:14 UTC