1.0.3 • Published 5 years ago

bulk-data-bundle-generator v1.0.3

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

CLI to generate an ndjson file of FHIR Bundles from Patient data

Prerequisites

Installation

$ npm install -g bulk-data-bundle-generator 

Usage

Usage: generate-ndjson-bundle  -d /path/to/bundles [-g] [-m <id>]

Options:
  -d --directory <directory>  Path to directory where the bundles are located
  -g --generate-report        If specified, generate a MeasureReport for each bundle
  -m --measure-id <id>        ID of the Measure that the generated MeasureReport should reference
  -h, --help                  output usage information

Output files are written to ndjson-output/<uuid>-bundle.ndjson in your current working directory

Usage with Synthea

This module is generally targeted towards Synthea Patient bundles. The following is a simple workflow for integration with Synthea bundles:

1) Follow Synthea Quickstart to generate patient bundles 2) $ generate-ndjson-bundle -d ./output/<fhir-output-folder>/ will generate an ndjson file of all the Patient bundles from Synthea's output

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago