README.md in health-data-standards-3.4.5 vs README.md in health-data-standards-3.4.6

- old
+ new

@@ -1,8 +1,8 @@ This is a project to generate and consume HITSP C32, ASTM CCR, QRDA Category I, QRDA Category III and PQRI. -In addition this project also contains libaries for parsing HQMF documents and for dealing with NLM valuesets. +In addition this project also contains libraries for parsing HQMF documents and for dealing with NLM valuesets. Environment =========== 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: @@ -23,13 +23,23 @@ 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.5 - Not yet released +3.4.6 - May 15, 2014 -* Performance improvents in all exports through template caching +* QRDA Cat I export now exports medical record number if present +* Measures can now generate prefilter queries to be passed to MongoDB before CQM MapReduce jobs +* BulkRecordImporter now handles JSON records and has better error handling +* Bug fix - QRDA Cat III export uses correct XML element name for representedCustodianOrganization +* Bug fix - QRDA Cat III export now properly represents CV measures +* Bug fix - QRDA Cat I import now properly stores procedure performed ordinality +* Bug fix - InsuranceProvider model included ThingsWithCodes twice + +3.4.5 - April 4, 2014 + +* Performance improvements in all exports through template caching * QRDA Cat I export now exports the record's actual address if present * QRDA Cat I export - Bug fix - previously patients with a race but no ethnicity would cause exceptions * QRDA Cat I import - performance improvements through more efficient XPath expressions 3.4.4 - March 25, 2014 @@ -45,14 +55,14 @@ * 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 clinical document, matching to existing providers in MongoDB has been improved to matching on any type of identifier + * 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 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