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

**Description** Changes bundling logic to use relatedArtifacts generated by the refresh step, rather than having to recompile and reprocess all the CQL. Still WIP, needs tests and docs - Github...

**Description** Removed NPM package manager logic from tooling in favor of the logic from the translator. Fixed several ignored tests and applied TODO debt. Cleaned up lots of code in...

**Describe the bug** When trying to process a PlanDefiniton it appears that the tooling is requiring to have a library while the R4 profile does not require it. Once a...

bug

**Is your feature request related to a problem? Please describe.** The [Main.java](https://github.com/cqframework/cqf-tooling/blob/master/src/main/java/org/opencds/cqf/tooling/Main.java) does not have complete documentation of the various command line options, such as -RefreshIG. **Describe the solution you'd...

Build a FHIRTerminologyClient component that facilitates use of an R4 FHIR Terminology Service. Specifically implement: * resolveValueSet(canonical) (with or without a version reference) * resolveCodeSystem(canonical) with or without a version...

enhancement

**Describe the bug** Vale Set Generator giving error from certain XLSX files from VASC **To Reproduce** Steps to reproduce the behavior: 1. Download Value Set from VSAC, eg. https://vsac.nlm.nih.gov/valueset/2.16.840.1.113762.1.4.1034.51/expansion/latest 2....

bug

In profile-informed models, the mapping layer is intended to map all references to elements in profiles down to their base FHIR equivalents. In the case of a binding, the use...

bug

**Describe the bug** When running CqlToR4Library on a CQL file that depends on FHIRHelpers, the tooling reports the following error: ``` java.lang.IllegalArgumentException: Referenced library: fhirhelpers not found at org.opencds.cqf.tooling.library.r4.LibraryGenerator.processLibrary (LibraryGenerator.java:41)...

bug

The test ECQMCreatorIT.TestCMS816FHIR should include MedicationAdministration data requirements, but it does not. **To Reproduce** Uncomment the MedicationAdministration expected data requirement and run the TestCMS816FHIR test. **Expected behavior** The MedicationAdministration data...

bug

When a profile changes cardinality of a plural element to singular, the ModelInfo outputs the element in the profile as a singular element, rather than as a List of elements....

bug