New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bulk-data-bundle-generator

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bulk-data-bundle-generator

* [Node.js](https://nodejs.org/en/)

  • 1.0.3
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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

Prerequisites

  • Node.js

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

FAQs

Package last updated on 20 Sep 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc