Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Definition based extraction for repeated groups extracts only one set of resources #1794

Closed
joiskash opened this issue Jan 5, 2023 · 0 comments · Fixed by #1911
Closed
Assignees
Labels
type:bug Something isn't working

Comments

@joiskash
Copy link
Collaborator

joiskash commented Jan 5, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something isn't working
Projects
Status: Complete
Development

Successfully merging a pull request may close this issue.

1 participant