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

Bulk FHIR client #1776

Open
johngrimes opened this issue Jan 17, 2024 · 4 comments · May be fixed by #1781
Open

Bulk FHIR client #1776

johngrimes opened this issue Jan 17, 2024 · 4 comments · May be fixed by #1781
Assignees
Labels
new feature New feature or request

Comments

@johngrimes
Copy link
Member

johngrimes commented Jan 17, 2024

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.

@johngrimes johngrimes added the new feature New feature or request label Jan 17, 2024
@github-project-automation github-project-automation bot moved this to Backlog in Pathling Jan 17, 2024
@johngrimes
Copy link
Member Author

One consideration for the server export and import job: where do we keep the state that we would use to populate the since parameter?

@johngrimes
Copy link
Member Author

I have now moved the server component of this to #1778.

@johngrimes
Copy link
Member Author

Let's get an unauthenticated version of this working against the FHIR Bulk Downloader Sample App first, then we can enhance it with authentication.

@johngrimes johngrimes moved this from Backlog to In progress in Pathling Jan 29, 2024
@piotrszul piotrszul linked a pull request Feb 19, 2024 that will close this issue
@johngrimes
Copy link
Member Author

johngrimes commented Feb 26, 2024

Remaining tasks:

  • Authentication support
  • Python configuration parameters - surfacing remaining parameters from Java
  • Java documentation
  • Extra unit tests in Java
  • Support for all query parameters in Bulk Data Access spec
  • Logging over the FFI
  • R client
  • JSR 380 Validation for config (and optionally) FHIR beans.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New feature or request
Projects
Status: In progress
Development

Successfully merging a pull request may close this issue.

2 participants