Stream: IG creation
Topic: Replacing choice/open-choice Questionnaire.item types
Joee Garcia (Sep 04 2020 at 21:12):
@Grahame Grieve, Can I get some guidance on the fixes required for replacing 'choice/open-choice' types to 'coding' for Questionnaire (https://jira.hl7.org/browse/FHIR-20396)? I've updated the questionnaire spreadsheet, invariants, extensions, examples, etc in the FHIR specs but I see that when I publish, I see the old types are referenced by the QuestionnaireRenderer and QuestionnaireBuilder classes in org.hl7.fhir.core framework used by the Publisher. Is there a need to manually regenerate the Questionnaire java model and update the QuestionnaireRenderer and QuestionnaireBuilder classes?
Grahame Grieve (Sep 04 2020 at 21:27):
yes there is a need to do that, and I'm the only one who does that. (or @Mark Iantorno, at least).
Grahame Grieve (Sep 04 2020 at 21:28):
you might not be able to get the build to run successfully at all
Joee Garcia (Sep 17 2020 at 02:54):
Hi @Grahame Grieve ( or @Mark Iantorno), I've created a pull request for this ticket https://jira.hl7.org/browse/FHIR-2039:
https://github.com/HL7/fhir/pull/996
I've updated all the necessary changes to the questionnaire resource, invariants, examples, etc. Would you be able to update the FHIR Core Artifacts to reflect these changes?
Last updated: Apr 12 2022 at 19:14 UTC