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

Backend federation #2

Open
sebbacon opened this issue Jan 11, 2021 · 0 comments
Open

Backend federation #2

sebbacon opened this issue Jan 11, 2021 · 0 comments
Labels

Comments

@sebbacon
Copy link

The mechanism by which data from heterogenous patient-identifiable patient sources can be safely combined, analysed and discarded.

For example, it should be possible to write a study definition that uses TPP and EMIS patient data and ONS death data, where the framework handles:

  • Identifying which backend can supply each column of data
  • Routing requests to that backend
  • Coordinating secret-sharing for hashing patient identifiers
  • Coordinating upload of each component to a shared area
  • Combining the data
  • Making it available to later steps in the pipeline
  • Deleting this data as early as possible (there is a tradeoff between caching data for iterative development, and only keeping it for as a long as is strictly necessary)

This system requires a trusted (cloud?) infrastructure for the combination and storage of temporary cohorts and the execution of pipeline actions against them.

@sebbacon sebbacon added the theme label Jan 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant