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

Consolidate FHIR event handling by removing Export queue and Event function. #189

Open
briansok71 opened this issue May 10, 2023 · 0 comments
Assignees

Comments

@briansok71
Copy link
Contributor

briansok71 commented May 10, 2023

Instead of…
FHIR -> (event) -> Event Q -> func Event -> FHIR -> (data) -> Export Q -> func Export -> Data Lake

Change to…
FHIR -> (event) -> Event Q -> func Export -> FHIR -> (data) -> Data Lake

Requiring…
Only updates to func Export: change queue trigger, add code to read from FHIR (+httpClient di from func Event)

@briansok71 briansok71 self-assigned this May 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant