Skip to content
This repository has been archived by the owner on Dec 11, 2021. It is now read-only.

Latest commit

 

History

History
122 lines (95 loc) · 4.08 KB

RELEASENOTES.md

File metadata and controls

122 lines (95 loc) · 4.08 KB

DRE Release Notes

v1.5.0 - June 15, 2015

This release of the DRE includes:

  • Parser benchmarking
  • New Medications UI
    • Icons correspond to medication type
    • Expanded details section
    • Display adverse events
    • Link to MedlinePlus for additional information
    • Display images
  • Support for self-reported medications
    • Record prescribing provider
    • Store date ranges for taking medications
    • Record prescriber instructions
  • Performance updates:
    • Image compression on landing page
  • Medication API integrations:
  • NCPDP SCRIPT
    • This release of the DRE adds support for ingestion of NCPDP SCRIPT standard messages of the following types:
      • NewRx
      • RxRenewalResponse
      • RxHistoryResponse
    • Due to the licensing agreement with NCPDP, any software detailing the specifications of NCPDP standards may not be open source. If you are interested in supporting NCPDP SCRIPT with your DRE deployment, please contact us and we would be happy to assist you with installing these components.

v1.4.0 - March 16, 2015

This release of the DRE includes:

v1.3.1 - February 11, 2015

This release of the DRE includes:

  • New UI for DRE (integrated UI prototype from https://github.com/amida-tech/phr-prototype). New features include:
    • Patient notes for all data entries on Master Health Records
    • Account History
    • Timelines for events in each section of health record
    • Patient demographics verification on record upload
    • Password reset
    • Improved sign up forms
    • Profile updates

v1.3.0.1 - January 24, 2015

This minor release of the DRE includes:

  • Updated deployment scripts (Ansible/Vagrant) for Centos 7
  • Updated sample files for demo scenarios

v1.3.0 - December 12, 2014

This release of the DRE includes:

  • HL7 Labs ingestion via MLLP
  • Patient Identification and Matching (for HL7 data)
  • Update to use refactored Blue Button libraries

v1.2.0 - September 15, 2014

This release of the DRE includes:

  • VA Blue Button (C32) file support
  • CDA file support
  • Improved CCDA file generation
  • Improved sensing of file formats of uploaded files
  • Uses blue-button.js v1.2.0 JSON data model and parser
  • Uses blue-button-match.js v1.2.0 matching engine
  • Uses blue-button-record.js library v1.1.0

v1.1.0 - September 2, 2014

The second release of the DRE includes:

  • CMS file support
  • CCDA file generation
  • Improved many-to-many matching
  • Login and Authorization added
  • Uses blue-button.js v1.1.0 JSON data model and parser
  • Uses blue-button-match.js v1.1.0 matching engine
  • Uses blue-button-record.js library v1.1.0
    • Currently supports MongoDB persistence
  • Sample Blue Button data for 4 demo scenarios (at ./server/test/artifacts/demo-r1.2)

v1.0.0 - May 31, 2014 (Raccoon)

This is the initial release of the DRE.

  • Uses blue-button.js v1.0.0 JSON data model and parser
  • Uses blue-button-match.js v1.0.0 matching engine
  • Uses blue-button-record.js library (embedded into this repo)
    • Currently supports MongoDB persistence
  • Sample Blue Button data for 4 scenarios (at ./server/test/artifacts/demo-r1.0)
  • Demo UI to demonstrate use of Data Reconciliation Engine libraries
  • Further integration required for production use
    • e.g. Identity Management solution to track patient IDs
  • Records are uploaded from web UI
    • Integration with DIRECT is possible