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

Exposing the HAPI-FHIR RestfulClientFactory for config #560

Open
MikeRileyGTRI opened this issue Jul 19, 2022 · 0 comments
Open

Exposing the HAPI-FHIR RestfulClientFactory for config #560

MikeRileyGTRI opened this issue Jul 19, 2022 · 0 comments
Labels
cql Support for CQL evaluation enhancement New feature or request

Comments

@MikeRileyGTRI
Copy link

A common issue we run up to a lot is that sometimes access to the FHIR server needs a bit of custom configuration, such as custom headers, or some authentication interceptor. We may even have a proxy server in the future. All of these types of client configurations are available in the Apache HTTP client/Hapi fhir HTTP client that CQL-Engine uses. Without having to modify the engine, would it be possible for cqf-ruler to expose the client factory options as configuration?
An easy use case would be a slow fhir server; a server that takes longer than the 5 seconds before timeout, it would be helpful to modify the timeout on the client via configuration without having to change the data providers in the cql-engine itself.

@c-schuler c-schuler added the enhancement New feature or request label Jul 22, 2022
@JPercival JPercival added the cql Support for CQL evaluation label Aug 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cql Support for CQL evaluation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants