Stream: implementers
Topic: How to add CODE to questionnaire.type?
Maria Hu (Sep 25 2020 at 15:02):
When building a questionnaire on eform, the app has other types like PANEL or COLUMN etc. which does not provide in QuestionnaireItemType, how can I add code to this valueset? QuestionnaireItemType has a binding strength of required. Please advise, thanks.
Lloyd McKenzie (Sep 25 2020 at 15:04):
You can't add them to item type. A panel or column would be a Group. There are a bunch of extensions defined with guidance in SDC (http://build.fhir.org/ig/HL7/sdc/rendering.html) on how to do advanced rendering.
Maria Hu (Sep 25 2020 at 15:21):
Lloyd McKenzie said:
You can't add them to item type. A panel or column would be a Group. There are a bunch of extensions defined with guidance in SDC (http://build.fhir.org/ig/HL7/sdc/rendering.html) on how to do advanced rendering.
Thanks Lloyd
Last updated: Apr 12 2022 at 19:14 UTC