This briefly details the support for FHIR R5 Questionnaire and
QuestionnaireResponse.
Note that we have also support for FHIR R4 and STU3 for Questionnaire
and QuestionnaireResponse, but that is not documented here.
See https://www.hl7.org/fhir/questionnaire.html for a list of the fields in Questionnaire. For a list of core extensions, see https://www.hl7.org/fhir/questionnaire-profiles.html#extensions.
Same as R4 (see r4-support.md).
Same as R4 (see r4-support.md), except the following changes:
- type: add 'coding', remove 'choice' and 'open-choice'
- answerConstraint: support 'optionsOnly' and 'optionsOrString'. No support for 'optionsOrType' yet.
Same as R4 (see r4-support.md).
- versionAlgorithm[x]
- subjectType
- copyrightLabel
Same as R4 (see r4-support.md), and:
- answerConstraint: 'optionsOrType'
- disabledDisplay
Same as R4 (see r4-support.md).
See https://www.hl7.org/fhir/questionnaireresponse.html for a list of the fields in QuestionnaireResponse.
For a list of core extensions, see https://www.hl7.org/fhir/questionnaireresponse-profiles.html. LHC-Forms does not output any of those extensions when creating a QuestionnaireResponse, and they do not affect the display of the form if a QuestionnaireResponse containing them is imported.
Same as R4 (see r4-support.md).