Stream: questionnaire
Topic: Enforce repeating choice does not repeat answer
Elliot Silver (Nov 20 2020 at 04:19):
In my questionnaire, I have a repeating choice item bound to a valueset. The intent is to have an answer for each of the applicable value set values. However, I don't see a way to make sure that each code in the valueset can only appear once in the answer. Am I missing something? Do I need to write a FHIRpath constraint?
Brian Postlethwaite (Nov 20 2020 at 11:51):
Yes, that is what I would do.
Brian Postlethwaite (Nov 20 2020 at 11:53):
And depending on how many there are, you might select checkbox as the UI item control type hint.
Elliot Silver (Nov 20 2020 at 16:28):
Sigh I must say, despite all the SDC and questionnaire extensions, I'm frustrated by how often I need to resort to coding behaviour. (Now get off my lawn!)
Last updated: Apr 12 2022 at 19:14 UTC