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

Needs additional information: Measures can be defined to include SupplementalDataElements that me either Resources or primitive values. In some cases the primitive values should be aggregated (for example, the number...

bug

Acceptance Criteria: The Clinical Reasoning Repo is migrated to the cqframework organization, all developers are made aware of this, and the following tasks are completed Task list: - [ ]...

documentation
chore
communication

The cql-evaluator needs to be able to load subjects via the new FhirRepository APIs

enhancement

The PlanDefinition and ActivityDefinition processors are passing 'null' as the context when evaluating FhirPath: https://github.com/DBCG/cql-evaluator/blob/3c35ddab0cee8d26f86f0d161c4eee73b44de6b8/evaluator.plandefinition/src/main/java/org/opencds/cqf/cql/evaluator/plandefinition/r4/PlanDefinitionProcessor.java#L695 However, PlanDefinition, ActivityDefinition, and Measure resources are knowledge artifacts that are specifically set up to...

bug
enhancement

When running current "population" reportType $evaluate-measure operation SDE is not clearing unaggregated items.

bug
input needed

For our main project, we've been using a forked version of [cql-execution](https://www.npmjs.com/package/cql-execution) to handle our processing, using CQL-to-ELM translations from [clinical_quality_language](https://github.com/cqframework/clinical_quality_language/blob/master/Src/java/cql-to-elm/OVERVIEW.md) with `.json` as our output. From a partner we're...

input needed

The current PlanDefinition implementation uses APIs that not compatible with the JPA server. Need to update the APIs that used to look like those described here: https://github.com/DBCG/cql-evaluator/discussions/90

tech debt

Need to support the ability to load libraries from NPM packages in the evaluator

Add an operation to the CQL Evaluator that for a given library will return test case definitions. [CQL Unit Testing · Issue #40 · DBCG/cql-language-server](https://github.com/DBCG/cql-language-server/issues/40) Acceptance Criteria: The cql-evaluator has...

enhancement