CQL 1.3 Maintenance Release (v1.3.14)
This is a maintenance release for the 1.3 version of the CQL-to-ELM translator and related tooling. This release addresses the following issues:
#367: Fixed an issue with ConvertsTo functions not resolving return types correctly.
#380: Added support for FHIR R4 and QUICKFHIR
#258: Exposed getLibraries to allow all referenced ELM to be retrieved from the translator at once.
#372: Fixed ConvertsTo operators not resolving to ConvertsTo types in the ELM.
#373: Fixed invalid ELM being generated for Choice type specifiers.
#374: Fixed an issue with SplitOnMatches not resolving correctly.
#375: Fixed Age calculations not correctly preserving the type of calling overload when translating to CalculateAge.
#382: Fixed an issue with Equal and Equivalent incorrectly resolving to signature (Any, Any) in some cases.
#397: Fixed the translator incorrectly giving "Interval type expected".
#399: Fixed missing FHIRHelpers for string-valued FHIR primitives for FHIR 3.0.1.
#400: Removed incorrect implicit conversion declaration for FHIR 3.0.1.
#401: Corrected the signature for the expand operator.
#402: Added missing ToQuantity operators for FHIR Quantity sub-types for FHIR 3.0.1.