You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,16 @@
1
-
# oBDS 2 openEHR
1
+
# MeDIC-ETL-Toolkit
2
2
3
-
This project is used to map [oBDS](https://www.basisdatensatz.de/basisdatensatz) (German oncological basis data set) data to openEHR using a FHIR Terminology Server and CentraXX MDR. The target openEHR templates are available [here](https://ckm.highmed.org/ckm/projects/1246.152.61).
3
+
A toolkit for mapping various data formats to openEHR. It reads json/xml files from kafka, transforms them using groovy scripts to openEHR compositions, which then will be uploaded to the openEHR repository.
4
+
5
+
This project was initially created to map [oBDS](https://www.basisdatensatz.de/basisdatensatz) (German oncological basis data set) data to openEHR using a FHIR Terminology Server and CentraXX MDR. The target openEHR templates are available [here](https://ckm.highmed.org/ckm/projects/1246.152.61).
4
6
5
7
## Get started
6
8
7
9
To get started, copy the `settings.yaml.example` file to `settings.yaml`. This avoids future conflicts within the git tree. The parameters need to be tailored to your environment.
8
10
9
11
### Running in container
10
12
11
-
oBDS 2 openEHR is also available as a container. The image is available at `ghcr.io/skfit-uni-luebeck/obds2openehr:latest`. There are native builds available for `linux/amd64` and `linux/arm64/v8`.
13
+
MeDIC-ETL-Toolkit is also available as a container. The image is available at `ghcr.io/skfit-uni-luebeck/medic-etl-toolkit:latest`. There are native builds available for `linux/amd64` and `linux/arm64/v8`.
0 commit comments