Giter Site home page Giter Site logo

bluebutton.js's Introduction

BlueButton.js

A JavaScript library to work with Blue Button data. BlueButton.js supports CCDA and VA C32 documents. Try the demo.

This project is under heavy development! Until a v1.0.0 release, the public API will change, a lot.

Community and Contributing

This project is currently under development by members of the Blue Button developer community and will be maintained by OSEHRA.

If you have a suggestion or concern, submit an issue or tweet us at @bluebuttondev.

Building

<<<<<<< HEAD

Download the latest Google's Closure Compiler and unzip it to the vendor directory.

=======

634e89511cc3dab16de8b4ac6e5cc68417a462ca Run rake build to build both the development and production JavaScript.

Requirements:

All builds are placed in the build/ directory. Both development and production builds first assemble all JavaScript files in the src/ directory in the order defined in manifest.json. All JavaScript files are concatenated and compiled with Google's Closure Compiler. All errors and warnings will be printed to the console.

Usage

Start by creating a Blue Button document object by passing CCDA or VA C32 XML string to BlueButton:

var bb = BlueButton(xml);

The Blue Button document object, bb in this example, now exposes all patient data through a simple and consistent interface.

Sections

The health record sections are available using these public methods โ€“ JavaScript objects representing the patient data is returned from each:

// Returns the patient's personal information and demographics
bb.demographics();

// Returns the patient's allergies and alerts
bb.allergies();

// Returns the patient's encounters
bb.encounters();

// Returns a list of the patient's immunizations
bb.immunizations();

// Returns a list of the patient's laboratory results, organized by panel
bb.labs();

// Returns a list of the patient's medications
bb.medications();

// Returns the patient's problem list
bb.problems();

// Returns a list of the patient's procedures
bb.procedures();

// Returns a list of the patient's vital readings, grouped by date
bb.vitals();

Document Metadata

Information about the document itself can be accessed by using the document method:

// Returns an object containing information about the CCD document
bb.document();

bluebutton.js's People

Contributors

blacktm avatar marks avatar mikeendale avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.