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

I've been wondering about the maximum performance possible with [cql_engine](https://github.com/DBCG/cql_engine) for use over populations. The case I'm looking at is evaluating a single CQL library (along with it's included libraries...

Correct Behavior: ``` MeasureReport A { Group 1 = 8 Group 2 = 3 } + MeasureReport B { Group 2 = 8 Group 3 = 5 } = MeasureReport...

bug

Consider this CQL: ``` define "DateTime in GMT": DateTime(2022, 8, 8, 1, 30, 0, 0, 0) define "FHIR DateTime in GMT": FHIR.dateTime { value: "DateTime in GMT" } define "To...

If evaluation fails, the entire operation should return an operationoutcome If evaluation succeeds, then the MeasureReport should contain a contained OperationOutcome with any warnings/messages generated by the evaluation, consistent with...

enhancement

When evaluating an expression that references a Quantity parameter, the code that constructs the parameter declaration does not qualify the type of the parameter, so it is incorrectly resolved to...

bug
good first issue

Repro: - clone this repo: https://github.com/HL7/davinci-ra.git - checkout this commit: 181842bc - In VS Code, open the ThunderClient extension - update the Env to point to your local CQF Ruler...

This backlog item is blocked, pending the resolution of the design for https://github.com/DBCG/cql-evaluator/issues/114, which may render this implementation obsolete

As a processor of SDE extensions I need to be able to tie the SDE extension back to the SDE definition in the Measure. The contained SDE entries include an...

Add the following test cases: 5 '{inr}' = 5 '{INR}' // true 5 '{foo}' = 5 '{INR}' // true on the grounds that annotations are meaningless