-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
In repeatable group, if one questions depends on another and this answer is missing, it uses value from another repeatable group item
Example:
resourceType: Questionnaire
id: test-repeatable-group-1
status: draft
item:
- linkId: group
type: group
repeats: true
item:
- linkId: first
type: string
text: first
- linkId: second
type: string
text: second
enableWhen:
- question: first
operator: =
answerString: ok
meta:
profile:
- https://emr-core.beda.software/StructureDefinition/fhir-emr-questionnaire
extension:
- url: ex:createdAt
valueInstant: '2025-05-29T15:22:50.345605Z'
- Add two repeatable group items
- Fill the first group item (or the second) with
ok
- Observe both group items shows the second
- It disappears if item exists
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working