1.0.0 • Published 9 years ago

blue-button-hl7 v1.0.0

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
9 years ago

blue-button-hl7

HL7 to Blue Button JSON translation

##Usage

var fs = require('fs');
var tr = require('./index.js');

//var data = fs.readFileSync('../hl7/test/fixtures/isabella_jones_lipid_panel.txt').toString().split("\n").join("\r");
var data = fs.readFileSync('../hl7/test/fixtures/isabella_jones_multiple_tests.txt').toString().split("\n").join("\r");

var bb = tr.translate(data);

//Print Blue Button JSON result
console.log(JSON.stringify(bb, null, 4));

###Prerequisites

  • Node.js (v0.10+) and NPM
  • Grunt.js
# you need Node.js and Grunt.js installed

#install dependencies and build
npm install
grunt

Contributing

Contributors are welcome. See issues https://github.com/amida-tech/blue-button-hl7/issues

Release Notes

See release notes here

License

Licensed under Apache 2.0

1.0.0

9 years ago

1.0.0-beta.1

9 years ago

0.0.7

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago

0.0.0

9 years ago