-
Notifications
You must be signed in to change notification settings - Fork 12
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
Bulk FHIR client #1776
Labels
new feature
New feature or request
Comments
One consideration for the server export and import job: where do we keep the state that we would use to populate the |
I have now moved the server component of this to #1778. |
Let's get an unauthenticated version of this working against the FHIR Bulk Downloader Sample App first, then we can enhance it with authentication. |
Remaining tasks:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be great if there was a bulk FHIR client implementation within Pathling.
This client would be accessible through the library API, so that you could configure and run it to retrieve a set of NDJSON files from a server and save them to a Hadoop-compatible file location.
The operation should gracefully handle all foreseeable error states from the server, and retry requests upon any transient errors.
The text was updated successfully, but these errors were encountered: