Questionnaire Drop Down Question
# support
r
I am trying to add multiple selections in the drop-down extension in Questionnaire, but it's not working. Please check above extension, which I use: "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/questionnaire-item-control", "code": "drop-down", "display": "Drop down" }, { "system": "http://hl7.org/fhir/questionnaire-item-control", "code": "multi-select", "display": "Multi-select" } ], "text": "Drop down (multi-select)" } } ]
@nikulkhatik - can you download your questionnaire as transaction bundle so we can take a look at it? Instructions are here:

https://www.youtube.com/watch?v=cux5iBUSALQ

c
> I am trying to add multiple selections in the drop-down extension We do not currently support multiple selections in drop-downs. I filed a ticket for this: https://github.com/medplum/medplum/issues/1938
it looks like "multi-select" is not actually part of the "questionnaire-item-control" spec: https://fhir-ru.github.io/valueset-questionnaire-item-control.html however, the "android-fhir" library added it: https://github.com/google/android-fhir/pull/698
n
Hello @reshma Please refer attached transaction bundle of my questionnaire
r
Thanks @nikulkhatik - per codye's message - multi-select is not part of the official spec. However, we have filed a task to track it.
160 Views