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

Support of dynamic data store selection #134

Open
mnutsua opened this issue Jul 17, 2024 · 0 comments
Open

Support of dynamic data store selection #134

mnutsua opened this issue Jul 17, 2024 · 0 comments
Milestone

Comments

@mnutsua
Copy link

mnutsua commented Jul 17, 2024

Data received using the "receive" process can only be sent to a single data store. In order to support multiple projects, the data store where the FHIR bundles are sent to has to be selected based on metadata transfered together with the data.

Each data transfer hast to utilize an ID ("study-ID" or "project-ID") that is used to identify the targeted data store. This ID has to be selected when the data transfer ist started and transferred to the "receive" process. Within the "receive" process, a dynamic data store selection has to be implemented. The corresponding data store will be selected depending on the ID. If no store can be selected (i. e. the ID is misspelled, wrong or missing), the data is not accepted an the sender will be notified.

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