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

Support Patient Bulk Export #2445

Closed
tadgh opened this issue Mar 4, 2021 · 0 comments
Closed

Support Patient Bulk Export #2445

tadgh opened this issue Mar 4, 2021 · 0 comments
Assignees

Comments

@tadgh
Copy link
Collaborator

tadgh commented Mar 4, 2021

As per FHIR Spec (https://build.fhir.org/ig/HL7/us-bulk-data/#endpoint---all-patients), implementing servers should support the Patient level export.

This operates in much the same way as a group level export, except the group is ALL patients.

I think I will implement this using much the same approach as Group bulk export, except instead of expanding a memberlist, I will just use
Observation?subject:missing=false, which should return all results that are pertinent to any partient

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

No branches or pull requests

1 participant