clinical-reasoning icon indicating copy to clipboard operation
clinical-reasoning copied to clipboard

CQF Clinical Reasoning on FHIR for Java

Results 70 clinical-reasoning issues
Sort by recently updated
recently updated
newest added

The cqf-ruler implementation of $data-requirements will return DataRequirements with a fhirQueryPattern extension. This functionality should be available in the DataRequirementsProcessor directly so it can be surfaced in the evaluator as...

enhancement

Add support for QICore 5.0.0 in the evaluator. Depends on the translator issue: https://github.com/cqframework/clinical_quality_language/issues/838

enhancement

The R4 Measure and MeasureReport resources introduced the ability to represent stratifiers as components: https://github.com/HL7/fhir/blob/master/source/measure/measure-hiv-indicators.xml#L100 Add support for stratification using components. This is related to work with the WHO on...

enhancement

Hi All, following the indsruction reported in the home page of the repository, I have tried to perform the test case related to the library EXM104-FHIR4. I used a local...

I have two functions in a CQL library with the same name but different argument types and this fails when I run the CQL evaluator. In the following small CQL...

the example in CQL reference appendix B for collapse (see http://cql.hl7.org/09-b-cqlreference.html#collapse) throws an error in 2.4.0. Example is `define "Collapse1To9": collapse { Interval[1, 4], Interval[4, 8], Interval[7, 9] } //...

in http://cql.hl7.org/09-b-cqlreference.html#expand it mentions "The Interval overload for expand is a new feature being introduced in CQL 1.5, and has trial-use status." but if it throws an exception in 2.4.0....

Using the v2.4.0 tagged production release of the evaluator.cli parameters cannot be passed when executing the CQL evaluator. Would like to pass a Date or Interval as a parameter value...

I don't see 3.5.0 packages here: https://central.sonatype.com/namespace/org.opencds.cqf.cql. So I'm assuming there has been some re-organization of the package structure. I tried looking in https://github.com/cqframework/clinical-reasoning/releases but didn't see any guide for...