# cqm-reports A library for import and export of reports for use with electronic Clinical Quality Measures (eCQMs). Versioning ========== Starting with version **1.0.0.0** released on 5/22/2019, cqm-reports versioning has the format **W.X.Y.Z**, where: * **W** maps to a version of QRDA Category 1 and QRDA Category 3. See the table below to see the existing mapping to QRDA versions. | W | QRDA Cat 1 | QRDA Cat 3 | | --- | --- | --- | | 1 | R1 STU5.1 | R1 STU2.1 | * **X.Y.Z** uses [SemVer](http://semver.org/) for versioning. **X.Y.Z** starts at 0.0.0 when **W** is incremented. For the versions available, see [tags on this repository](https://github.com/projecttacoma/cqm-validators/tags). ## License Copyright 2019 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 http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.