You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Definition based extraction not working as expected for repeated groups. eg: If each repeated group answer extracts 3 observations then the expectation for 2 repeated groups is 6 observations, but only one gets extracted
Component
SDC library
To Reproduce
Steps to reproduce the behavior:
Use test-questionnaire.txt as questionnaire json and run
val fhirBundle = ResourceMapper.extract(questionnaireResource, questionnaireResponse)
The resulting fhirBundle will not have all the expected extracted resources.
Would you like to work on the issue?
Yes
The text was updated successfully, but these errors were encountered:
Describe the bug
Definition based extraction not working as expected for repeated groups. eg: If each repeated group answer extracts 3 observations then the expectation for 2 repeated groups is 6 observations, but only one gets extracted
Component
SDC library
To Reproduce
Steps to reproduce the behavior:
Use test-questionnaire.txt as questionnaire json and run
val fhirBundle = ResourceMapper.extract(questionnaireResource, questionnaireResponse)
The resulting fhirBundle will not have all the expected extracted resources.
Would you like to work on the issue?
Yes
The text was updated successfully, but these errors were encountered: