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

Group Bulk Export does not apply _typeFilter searches to members of the group #3987

Closed
StevenXLi opened this issue Sep 2, 2022 · 0 comments · Fixed by #3988
Closed

Group Bulk Export does not apply _typeFilter searches to members of the group #3987

StevenXLi opened this issue Sep 2, 2022 · 0 comments · Fixed by #3988

Comments

@StevenXLi
Copy link
Contributor

The _typeFilter searches on bulk export do not apply to members of the group, and all members of the group are returned.

Steps to reproduce the behavior:

  1. Create 2 Patients - one with a 'male' gender, one with a 'female' gender
  2. Add both patients to a Group resource and create the Group
  3. Do a Group Bulk Export like: http://localhost:8000/Group/3157/$export?_type=Patient&_typeFilter=Patient?gender=female
  4. All patients are returned including 'male' patients

Expected behavior
Expected: Only female patients are returned

Environment:

  • HAPI FHIR Version 6.2.0-PRE2
  • OS: MacOs
  • Browser: chrome
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 a pull request may close this issue.

1 participant