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

IS: Relative references in the List resources do not include the resource type. Example: ``` "item": { "reference": "nocoverageconcern-sedconcern-sigcomp" } ``` SHOULD BE: Relative references in the List resources should...

bug
dQM

The benchmarks seem to not be working for the latest release, need to ensure that those run

bug

The evaluate-measure operation currently uses a pre-adoption extension for the supplementalData element introduced in MeasureReport in R5. However, the DEQM IG has defined an R4 extension in the IG for...

The evaluate-measure operation currently uses a pre-adoption extension of the R6 population description element. However, since R6 isn't published yet, that pre-adoption extension doesn't actually work. There is a tracker...

We recently completed a conversion from `javax` dependencies to `jakarta` ones. We should add a check to our build to ensure none slip back in.

tech debt
dependencies

* A manifest changes the runtime resolution of the versions of libraries loaded for CQL, ValueSets, etc.

enhancement

[this call to repository search ](https://github.com/cqframework/clinical-reasoning/blob/9790135db0a662cdc42568f0cd2d350e23ed5de2/cqf-fhir-cql/src/main/java/org/opencds/cqf/fhir/cql/engine/terminology/RepositoryTerminologyProvider.java#L160C98-L160C102) gives error when running PD/$apply for smart immunization measles : ``` Parameter specified as non-null is null: method com.google.android.fhir.workflow.testing.IGInputStreamStructureRepository.search, parameter headers ``` this happend...

In the following test for version compatibility: https://github.com/cqframework/clinical-reasoning/blob/938ed778c19ccf34c5a7726d9949c2798f46521e/evaluator/src/main/java/org/opencds/cqf/cql/evaluator/engine/execution/TranslatingLibraryLoader.java#L266 This will in general always fail because the compability level is expressed as major.minor, where the implementation version will be specified to...

bug

Expanding from #270, when I try with a Patient that should not get the ImmunizationRecommendation, the output is identical, so the condition returning false doesn't seem to have an impact....

# Description The Da Vinci Risk Adjustment team would like to implement a Reference Application that uses the Da Vinci Reference Implementation to demonstrate the functionality of the IG. The...

input needed