Skip to content

Commit

Permalink
snapshot-v2.9.0 (#1155)
Browse files Browse the repository at this point in the history
* snapshot-v2.9.0

* update version reference

* update version reference qicore

* cql version text update
  • Loading branch information
mdnazmulkarim committed Apr 20, 2023
1 parent 30f6c71 commit 434a8d6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Src/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ allprojects {
apply plugin: 'signing'

group = 'info.cqframework'
version = '2.8.0'
version = '2.9.0-SNAPSHOT'
}

subprojects {
Expand Down
18 changes: 9 additions & 9 deletions Src/java/cql-to-elm/OVERVIEW.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,43 +17,43 @@ The `cql`, `model`, `elm`, and `cql-to-elm` packages are required to use the tra
<dependency>
<groupId>info.cqframework</groupId>
<artifactId>cql</artifactId>
<version>1.5.7</version>
<version>2.8.0</version>
</dependency>
<dependency>
<groupId>info.cqframework</groupId>
<artifactId>model</artifactId>
<version>1.5.7</version>
<version>2.8.0</version>
</dependency>
<dependency>
<groupId>info.cqframework</groupId>
<artifactId>elm</artifactId>
<version>1.5.7</version>
<version>2.8.0</version>
</dependency>
<dependency>
<groupId>info.cqframework</groupId>
<artifactId>cql-to-elm</artifactId>
<version>1.5.7</version>
<version>2.8.0</version>
</dependency>

In addition, to use the translator with QDM, FHIR, and QUICK, the model info packages must be included:

<dependency>
<groupId>info.cqframework</groupId>
<artifactId>quick</artifactId>
<version>1.5.7</version>
<version>2.8.0</version>
</dependency>
<dependency>
<groupId>info.cqframework</groupId>
<artifactId>qdm</artifactId>
<version>1.5.7</version>
<version>2.8.0</version>
</dependency>

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:

<dependency>
<groupId>info.cqframework</groupId>
<artifactId>elm-fhir</artifact>
<version>1.5.7</version>
<version>2.8.0</version>
</dependency>

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.
Expand All @@ -64,9 +64,9 @@ CQL is defined using an [ANTLR4](http:https://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

Expand Down

0 comments on commit 434a8d6

Please sign in to comment.