From 434a8d6236e6bde4101f59db1fbdebed5ab1fd0a Mon Sep 17 00:00:00 2001 From: mdnazmulkarim Date: Thu, 20 Apr 2023 09:02:46 -0600 Subject: [PATCH] snapshot-v2.9.0 (#1155) * snapshot-v2.9.0 * update version reference * update version reference qicore * cql version text update --- Src/java/build.gradle | 2 +- Src/java/cql-to-elm/OVERVIEW.md | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Src/java/build.gradle b/Src/java/build.gradle index 6af37d449..cd28505ab 100644 --- a/Src/java/build.gradle +++ b/Src/java/build.gradle @@ -9,7 +9,7 @@ allprojects { apply plugin: 'signing' group = 'info.cqframework' - version = '2.8.0' + version = '2.9.0-SNAPSHOT' } subprojects { diff --git a/Src/java/cql-to-elm/OVERVIEW.md b/Src/java/cql-to-elm/OVERVIEW.md index 2493312c4..64f557e7e 100644 --- a/Src/java/cql-to-elm/OVERVIEW.md +++ b/Src/java/cql-to-elm/OVERVIEW.md @@ -17,22 +17,22 @@ The `cql`, `model`, `elm`, and `cql-to-elm` packages are required to use the tra info.cqframework cql - 1.5.7 + 2.8.0 info.cqframework model - 1.5.7 + 2.8.0 info.cqframework elm - 1.5.7 + 2.8.0 info.cqframework cql-to-elm - 1.5.7 + 2.8.0 In addition, to use the translator with QDM, FHIR, and QUICK, the model info packages must be included: @@ -40,12 +40,12 @@ In addition, to use the translator with QDM, FHIR, and QUICK, the model info pac info.cqframework quick - 1.5.7 + 2.8.0 info.cqframework qdm - 1.5.7 + 2.8.0 To use the DataRequirementsProcessor, a component that performs data requirements analysis on ELM, as well as converts those data requirements to FHIR [DataRequirement](https://hl7.org/fhir/metadatatypes.html#DataRequirement) instances and renders the metadata for a CQL Library as a [FHIR ModuleDefinition Library](https://build.fhir.org/ig/HL7/cqf-measures/StructureDefinition-module-definition-library-cqfm.html), the elm-fhir package must be included: @@ -53,7 +53,7 @@ To use the DataRequirementsProcessor, a component that performs data requirement info.cqframework elm-fhir - 1.5.7 + 2.8.0 Note that this elm-fhir package includes a dependency on the HAPI FHIR Structures libraries (client-side dependencies) in order to provide FHIR object representation support. This is the only package from the translator that includes a specific dependency on FHIR. @@ -64,9 +64,9 @@ CQL is defined using an [ANTLR4](http://www.antlr.org/) grammar. ANTLR4 is a sim ## Current Status -The CQL-to-ELM Translator supports all normative language constructs of the latest version of CQL (Release 1 (1.5)), the trial-use functionality of the 1.5 specification, as well as a broad range of functionality to support use of the translator in an Integrated Development Environment. Implementations making use of the translator can submit issues and track resolution progress through the Issues tracker in the Github repository. +The CQL-to-ELM Translator supports all normative language constructs of the latest version of CQL (Release 1 (1.5.2)), the trial-use functionality of the 1.5 specification, as well as a broad range of functionality to support use of the translator in an Integrated Development Environment. Implementations making use of the translator can submit issues and track resolution progress through the Issues tracker in the Github repository. -The current release of the translator is version [1.5.7](https://github.com/cqframework/clinical_quality_language/releases/tag/v1.5.7), which includes support for QDM 5.6, enhanced model info to support more advanced authoring capabilities, including profile-informed authoring, as well as a new DataRequirementsProcessor to support data requirements inference and analysis and the 4.1.1 model info for QICore (also included in the QICore-ModelInfo library published as part of QICore). +The current release of the translator is version [2.8.0](https://github.com/cqframework/clinical_quality_language/releases/tag/v2.8.0), which includes support for QDM 5.6, enhanced model info to support more advanced authoring capabilities, including profile-informed authoring, as well as a new DataRequirementsProcessor to support data requirements inference and analysis and the 5.0.0 model info for QICore (also included in the QICore-ModelInfo library published as part of QICore). ## Roadmap