Skip to content

CQL 1.5 Maintenance Release (v1.5.12)

Compare
Choose a tag to compare
@brynrhodes brynrhodes released this 27 Sep 17:39
· 2 commits to v15 since this release
9797b80

This is a maintenance release of the v1.5 version of the translator that incorporates several fixes for QICore ModelInfo as well as support for negation profiles in QICore:

What's Changed

  • #724: Fixed diagnosis cardinality; fixed missing primary code paths
  • #803:
    • Expanded retrieve translation to support the case that a primary code path is a choice of Concept and ValueSet, resulting in the union of retrieves against the code element as a Concept and the code element as a ValueSet.
    • Expanded retrieve translation to support the case that a primary code path is a ValueSet, resulting in the use of a "contains" codeComparator.
    • Added a special-case exception to the use of the ValueSet type for FHIRHelpers in 1.4. It won't actually use it, but it has to be able to compile in order to be used backwards-compatibly.
    • Updated FHIRHelpers to add the ToValueSet function.
    • Updated QICore 4.0.0, 4.1.0, and 4.1.1 model infos.
    • Updated USCore 3.1.0 and 3.1.1 model infos.

Full Changelog: v1.5.11...v1.5.12