dwagelaar / ttc2023-kmehr2fhir

The TTC 2023 KMEHR to FHIR case
MIT License
0 stars 5 forks source link

The TTC 2023 KMEHR to FHIR case

Python CI

Case description

The docs/case directory contains the case description.

Prerequisites

Solution Prerequisites

Add your prerequisites here!

Using the framework

The scripts directory contains the run.py script. At a first glance, invoke it without any arguments so that the solution will be built, benchmarked, running times visualized and the results compared to the reference solution's. One might fine tune the script for the following purposes:

The config directory contains the configuration for the scripts:

Running the benchmark

The script runs the benchmark for the given number of runs, for the specified tools and change sequences.

The benchmark results are stored in a CSV file. The header for the CSV file is stored in the output/header.csv file.

Reporting and visualization

Make sure you read the README.md file in the reporting directory and install all the requirements for R.

Implementing the benchmark for a new tool

To implement a tool, you need to create a new directory in the solutions directory and give it a suitable name.