- Bug fix on handling null or UNK encounter in cleanup step
- Updates to data models
- CCDA export functionality
- CMS parsing functionality
Incremental bug-fix release of blue-button.js library.
- Standardized coded entry structure.
- Procedure Performer Identifier support.
- Lab Result status support.
- Standardized name between medications/immunization administration.
- Standarized body_site structure.
- Fixed email/telecom issue.
- Documentation enhancements.
This is the initial release of blue-button.js library.
- Supports subset of CCDA format
- Specifically Continuity of Care Document template with following sections
- required sections (allergies, medications, problems, procedures, lab results)
- optional sections (encounters, immunizations, vitals)
- social history (smoking status only)
- Specifically Continuity of Care Document template with following sections
- Introduced JSON model for storing CCDA data
- Node.js support only (no browser support)
- Relies on libxml.js library for XML parsing
- Published as NPM package
- to install/use
npm install blue-button
- to install/use
- Comprehensive set of test based on samples from https://github.com/chb/sample_ccdas