beda-software/sdc-ide

Fix select for coding based question

ir4y opened this issue · 0 comments

ir4y commented

If you define a choice question with Coding in answerOption it doesn't work.

      - text: Gender
        type: choice
        linkId: gender
        required: true
        answerOption:
          - value:
              Coding:
                code: male
                display: Male
          - value:
              Coding:
                code: female
                display: Female