beda-software / sdc-ide

IDE for https://build.fhir.org/ig/HL7/sdc/
MIT License
15 stars 10 forks source link

Fix select for coding based question #40

Closed ir4y closed 2 years ago

ir4y commented 2 years ago

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