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

Add support for FHIR Server retriever #65

Open
evan-gordon opened this issue Aug 19, 2024 · 1 comment
Open

Add support for FHIR Server retriever #65

evan-gordon opened this issue Aug 19, 2024 · 1 comment

Comments

@evan-gordon
Copy link
Collaborator

Interest was expressed in this zulip thread to add support for using the engine with FHIR Server based retrievers.

We currently have the following implementations:
A local retriever: https://github.com/google/cql/tree/main/retriever/local
And a GCS retriever: https://github.com/google/cql/tree/main/retriever/gcs

Each of these implement the retriever interface defined in https://github.com/google/cql/blob/main/retriever/retriever.go

Side note: we may benefit from additional docs giving more insight into developing a custom retriever.

@preston
Copy link

preston commented Aug 23, 2024

For context, I'd made the request on behalf of the NIH-funded "SHARES" grant program at Arizona State University, on which I'm a co-investigator. We have a number of deidentified patient records in HAPI, and are writing a custom CQL library to aid in the processing and enforcement of "substance use" data and FHIR Consent documents under 42 CFR Part 2. Couple architectural slides: https://www.asushares.com/technology

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

2 participants