This repository is archived. Please use https://github.com/samply/bbmri-fhir-gen instead.
Generates FHIR® Bundles with test data. Currently a fix set of FHIR® Patient, Observation and Specimen resources are generated.
Download an archive for your OS:
Unpack the archive. It will create a directory called life-fhir-gen-0.2
. Open console in this directory and run life-fhir-gen
.
Usage: life-fhir-gen [-n num] [-s start -n num]
-s, --start START Patient index to start.
-n, --num NUM Number of patients to generate.
-v, --version
-h, --help
The resulting FHIR bundle will be outputted at stdout. You'll have to redirect it into a file.
To create a ZIP for Windows and a tar.gz for Linux run:
make all
The files will be in target/win
and target/linux
. You will need Leiningen.
Copyright © 2019 LIFE Research Center (Alexander Kiel)
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.