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

Fix R4 implementation of getting a patient list from a Group with one… #339

Merged
merged 1 commit into from
Sep 14, 2021

Conversation

rob-reynolds
Copy link

… patient

Copy link
Contributor

@mdnazmulkarim mdnazmulkarim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me But this can be joined together
else if (member.getEntity().fhirType().equals("Patient") || member.getEntity().fhirType().equals("Reference") ) { patientList.add(member.getEntity()); }

@rob-reynolds
Copy link
Author

I want to double-check that first one is even correct. But I need this update to test tomorrow so I don't have time. I should add a comment.

@rob-reynolds rob-reynolds merged commit 2d467d0 into master Sep 14, 2021
@rob-reynolds rob-reynolds deleted the bug-ra-parientlist-group branch September 14, 2021 03:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants