Skip to content

CQL Testing 2.3.1

Compare
Choose a tag to compare
@cmoesel cmoesel released this 04 May 21:28
· 22 commits to master since this release

CQL Testing 2.3.1 updates the declared peer dependency on cql-execution to support cql-execution 2.x versions. Prior to this, cql-execution 2.x could be used but would produce a warning.

CQL Testing 2.3.0 introduced the following updates and enhancements:

  • adds support for FHIR 4.0.1 (in addition to existing support for FHIR 4.0.0)
  • updates cql-exec-fhir to version 2.0.0 (see cql-exec-fhir 2.0.0 release notes for related changes)
  • updates cql-exec-vsac to version 1.2.1
  • allows for cql-execution versions up to 2.x (which supports CQL compiled against CQL 1.4/1.5 translators)

For best results, CQL tested with this library should be compiled using the following versions of the CQL-to-ELM translator:

  • CQL 1.3: CQL-to-ELM 1.3.21 and above
  • CQL 1.4: CQL-to-ELM 1.4.9 and above
  • CQL 1.5: CQL-to-ELM 1.5.0 and above