README.md
November 8, 2023 ยท View on GitHub
Synthea Test Data Generator
Build
docker build . -t synthea
Run
docker run -v "$(pwd)/output:/gen/output" synthea 100
Post-Process Bundles
While Synthea is running, it's important to run already the post-process loop. Otherwise the amount of data Synthea generates will likely fill your disk with uncompressed FHIR bundles.
./post-process-bundle-loop.sh output/fhir
Upload Bundles
blazectl upload --server http://localhost:8080/fhir output/fhir