Skip to content

v1.3.0

Compare
Choose a tag to compare
@sarahmcdougall sarahmcdougall released this 30 Aug 21:07
· 23 commits to master since this release
510a72f

What's Changed

Notice of Clause Coverage Highlighting Changes

The additional support for Null and false Literals addressed in #273 impacts both visual highlighting and clause coverage percentage calculation. Users may likely see an increase in coverage if these clauses are included in the measure logic CQL and are processed during calculation. For example, users may see an increase in coverage for measures where the “SDE Sex” define statement is included in the measure logic.

The support for aliases nested within queries from QICore-authored CQL (addressed in #276) impacts visual highlighting (as these aliases now get highlighted) but does not impact the clause coverage percentage.

Two bug fixes in the cql-execution engine are reflected in this release:
(1) The lack of reasonCode highlighting (referenced in #275) has been fixed. This impacts both visual highlighting and clause coverage percentage calculation. The fix makes no changes to the calculation results.
(2) The execution results may be impacted in cases where a timezone offset is used when converting a birthDate from a Date to a DateTime in the underlying cql-execution engine. This may result in a difference in the logic highlighting that is returned from fqm-execution.

New Statement-level HTML support

See the documentation section on statement-level HTML for details. This new feature adds a string of HTML markup to each statement result. It does not have any impact on the logic highlighting or clause coverage highlighting output.

Updated Support for --patients-directory CLI Option

When running fqm-execution from the CLI, the user can supply the --patients-directory CLI option to specify a directory of test cases to use for measure calculation. This option now supports the new MADiE test case export format by scanning one level deep within the specified directory, filtering out non .json files.

Full Changelog: v1.2.2...v1.3.0