- Complete review and overhaul of Blue Button JSON data model
- Includes standard way to handle date_time and coded entries
- Implemented JSON Schema based model validation
- Sense method to detect variety of health record formats
- CCDA parser is updated for latest changes in data model
- CMS parser is updated for latest changes in data model
- CCDA generator update for latest model changes
- including data parsed from CMS (only sections covered by CCDA standard)
- Switched to blue-button-meta.js library for all standard lookups
- Simplified test harness
- 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