MtbExporter is a tool that exports therapy recommendations stored in FHIR using FhirSpark to a csv based file format. It is tested and optimized to work with the core components of the MIRACUM UseCase 3 Support for Molecular Tumor Boards, which are available here:
- MTB-cbioportal
- MIRACUM-Pipe (v3.0.0 and upwards)
- MtbImporter
The data model used for the csv here is just examplary. Your individual environment may vary.
W
To get started, copy the settings.yaml.example
file to settings.yaml
. This avoids future conflicts within the git tree. You need to tailor the configuration parameters to fit your environment first. The following configuration parameters are available:
Parameter | Description |
---|---|
outputFolder | Folder where csv exports will be written to disk |
cronIntervall | Interval in ms how often the FHIR server is scanned for new reports |
fhir | Configuration for FHIR endpoints |
fhir.clinicalDataServerUrl | Base of your FHIR server with the MTB recommendations |
Now MtbExporter can be started. Now it will regularly (based on your cron interval) query the FHIR endpoint for finalized therapy recommendations and export them.
- Niklas Reimer
- Group for Medical Systems Biology, Lübeck Institute of Experimental Dermatology, Universität zu Lübeck, Germany
- Medical Data Integration Center (MeDIC), University Hospital Schleswig-Holstein, Germany
- @niklas@toot.backbord.net
- n.reimer@uni-luebeck.de
GNU Affero General Public License v3 (AGPL-3.0)
This work is funded by the German Federal Ministry of Education and Research (BMBF), grant id 01ZZ1802Z (HiGHmed). We acknowledge the support thorugh both HiGHmed and MIRACUM consortia as part of the Medical Informatics Initiative Germany.