Skip to content

1.5.0

Compare
Choose a tag to compare
@cmoesel cmoesel released this 03 Dec 22:17
· 21 commits to master since this release

Overview

CQL Exec FHIR 1.5.0 adds support for the _is and _typeHierarchy functions needed by the new CQL Execution 2.0.0 release.

New Features

Using CQL Execution 2.0.0 with CQL Exec FHIR 1.5.0 enables the following new features:

  • support for the is operator
  • support for the as operator
  • support for overloaded functions

Backward Compatibility

CQL Exec FHIR is expected to be backward compatible w/ previous 1.x releases and should continue to work with CQL Execution 1.x releases as well.

Installation

To install CQL Exec FHIR 1.5.0 in your project, we recommend one of the following commands:

  • YARN: yarn add cql-exec-fhir@^1.5.0
  • NPM: npm install cql-exec-fhir@^1.5.0 --save

To enable the new support for is, as, and overloaded functions, you will also need to update CQL Execution to the 2.0.0 release:

  • YARN: yarn add cql-execution@^2.0.0
  • NPM: npm install cql-execution@^2.0.0 --save