cqf-tooling icon indicating copy to clipboard operation
cqf-tooling copied to clipboard

Tooling for CQL and IG Authors

Results 86 cqf-tooling issues
Sort by recently updated
recently updated
newest added

For some reason I don't understand, the position of the xsi:type attribute in the XML ModelInfo matters: https://github.com/cqframework/clinical_quality_language/commit/e0fd90ddcd4bf47b0218eddfeb54af9aa9e026e9 Fixup the ModelInfo serialization to produce XML that ensures that the type...

bug

The full May 2020 eCQM valuesets from VSAC include a handful of codes from HSLOC which is not found as a valid code system Defining URL: | http://terminology.hl7.org/CodeSystem/hsloc -- |...

enhancement

Basically add the functionality that already exists in the MeasureProcessor to the PlanDefinitionProcessor.

enhancement

Consider the following expression: ``` Patient.birthDate < Now() ``` There are two implicit conversions happening here, one from the birthDate to a System.Date and one from a System.Date to a...

bug

**Describe the bug** Codes seem to be being treated as number, resulting in an improper numeric representation for some large numbers, e.g., 27660001000004101 becomes 2.88761E+14 for 'History of methamphetamine abuse...

bug

Subsequent runs of the refresh operation create phantom/false diffs in diff tools because location within the file has changed even thought the content/value hasn't. Steps to reproduce the behavior: 1....

bug

The refresh operation requires a base Measure resource in order to run for dQMs but the details are shop knowledge. It would be useful if those requirements were documented and...

When constructing a DataRequirement for codeFilter.code elements, because they are expressed as "Coding" values, a system is required. That's a challenge because the system is often baked into the structuredefinition,...

enhancement
3pt

**Is your feature request related to a problem? Please describe.** N/A **Describe the solution you'd like** A clear and concise description of what you want to happen. Update the ModelInfo...

enhancement