to be squashed

This commit is contained in:
p.delpy@dkfz-heidelberg.de 2024-10-08 14:49:25 +02:00
parent 8523c46414
commit 5611de5c33
1 changed files with 4 additions and 10 deletions

View File

@ -5,16 +5,10 @@ The **Krebsregister** project is designed to pilot the connection between cancer
This project integrates several key modules to enable secure, scalable, and flexible data querying across federated registries. The core components used in this setup are: This project integrates several key modules to enable secure, scalable, and flexible data querying across federated registries. The core components used in this setup are:
- Blaze FHIR Server: For managing FHIR-based medical data. - [Blaze FHIR Server](https://github.com/samply/blaze.git): For managing FHIR-based medical data.
- Focus: A tool for executing federated queries. - [Focus](https://github.com/samply/focus.git): A tool for executing federated queries.
- Beam Proxy: To securely connect the registry to the federated network. - [Beam Proxy](https://github.com/samply/beam.git): To securely connect the registry to the federated network.
- oBDS2FHIR: For automated ETL (Extract, Transform, Load) of oBDS data into FHIR-compatible formats. - [oBDS2FHIR](https://github.com/samply/obds2fhir.git): For automated ETL (Extract, Transform, Load) of oBDS data into FHIR-compatible formats.
## Modules in Use
- Blaze FHIR Server
- Focus
- Beam Client
- oBDS2FHIR-REST
## Installation ## Installation