-
Notifications
You must be signed in to change notification settings - Fork 299
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
Helper function to match the correct pair of qItem and qrItem #2618
Comments
i'll take this |
Hello @jingtang10 @FikriMilano I think the changes introduced here through the associated PR are backwards-incompatible. |
@allan-on could you create a separate ticket for that new issue? we can have the discussion over there |
See https://build.fhir.org/questionnaireresponse.html#link. My understanding of the spec is that the questionnaire response really should be structurally consistent with the questionnaire. Hidden questions are just hidden, they should still be there. Same thing with questions that are not answered or not answered yet. Please share your questionnaire and questionnaire response and we can have a look what exactly is the problem here. Thanks! |
this can get quite complicated in the world of nested items and nested repeated groups because link ids no longer uniquely identify a questionnaire item or a questionnaire response item...
i've been meaning to write a helper function that traverses the two trees in parallel and match the pairs.. maybe it's time for me to do that..
Originally posted by @jingtang10 in #2522 (comment)
The text was updated successfully, but these errors were encountered: