README.md in health-data-standards-3.4.2 vs README.md in health-data-standards-3.4.3
- old
+ new
@@ -3,11 +3,11 @@
In addition this project also contains libaries for parsing HQMF documents and for dealing with NLM valuesets.
Environment
===========
-This project currently uses Ruby 1.9.3, Ruby 2.0.0 and JRuby 1.7.9 and is built using [Bundler](http://gembundler.com/). To get all of the dependencies for the project, first install bundler:
+This project currently uses Ruby 1.9.3, Ruby 2.0.0, Ruby 2.1.1 and JRuby 1.7.11 and is built using [Bundler](http://gembundler.com/). To get all of the dependencies for the project, first install bundler:
gem install bundler
Then run bundler to grab all of the necessary gems:
@@ -23,18 +23,22 @@
Please try to follow the [GitHub Coding Style Guides](https://github.com/styleguide). Additionally, we are switching to the git workflow described in [Juan Batiz-Benet's Gist](https://gist.github.com/jbenet/ee6c9ac48068889b0912). If you are new to the project and would like to make changes, please fork and do your work in a feature branch. Submit a pull request and we'll check to see if it is suitable to be merged in.
Change Log
==========
+3.4.3 - March 6, 2014
+* Implemented support for providers in QRDA Cat III documents
+* Now handles null value HQMF expression value types
+
3.4.2 - February 28, 2014
* Provider improvements
** Providers are now exported in QRDA Cat I if they exist on the Record object
** Provider identifiers are now represented with CDAIdentifiers
** Provider import will now import any type of identifier
** Providers can now be arranged in a hierarchy
-** When importing providers from a clincial document, matching to existing providers in MongoDB has been improved to matching on any type of identifier
+** When importing providers from a clinical document, matching to existing providers in MongoDB has been improved to matching on any type of identifier
* QRDA Cat I importer now imports procedure values regardless of whether the template has them at the root level or nested in an entryRelationship
* Bug fix - Result importer will no longer double import result values
* QRDA Cat I importer now imports encounter order end times
* Bug fix - QRDA Cat I importer now properly imports condition and procedure ordinaltiy
@@ -42,11 +46,11 @@
* Fix for JRuby - Nokogiri is now fixed to version 1.6.0 exactly. Version 1.6.1 was breaking the CCR part of the test suite under JRuby. Nokogiri 1.6.0 works properly across Ruby 1.9.3, Ruby 2.0.0 and JRuby 1.7.9
3.4.0 - January 23, 2014
-* _New Feature_ - BulkRecordImporter class now available that provides the ability to import QRDA Cat I, Consolidated CDA and HITSP C32
+* _New Feature_ - BulkRecordImporter class now available that provides the ability to import QRDA Cat I, Consolidated CDA and HITSP C32
* TemplateHelper now properly accepts a different directory for templates
* QRDA Cat I importer now extracts negation on procedures
* Implemented support to encounter transfers in QRDA Cat I import and export
* Fixed bug where clinical trial participant would always return true on Record
* QRDA Cat I importer now extracts ordinality and values from procedures
@@ -68,21 +72,21 @@
3.2.11 - September 4, 2013
* Adding rake tasks for working with measure bundles
* Fixes for XPath expression execution when using JRuby
-* OID fixes for ordinality in QRDA Category
+* OID fixes for ordinality in QRDA Category
3.2.8 - August 23, 2013
* Bug fixes for QRDA Category III generation
* Import for insurance providers from QRDA Category I documents
* Consolidated code for dealing with code system names
License
=======
-Copyright 2013 The MITRE Corporation
+Copyright 2014 The MITRE Corporation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at