clinical_quality_language icon indicating copy to clipboard operation
clinical_quality_language copied to clipboard

Clinical Quality Language (CQL) is an HL7 specification for the expression of clinical knowledge that can be used within both the Clinical Decision Support (CDS) and Clinical Quality Measurement (CQM)...

Results 264 clinical_quality_language issues
Sort by recently updated
recently updated
newest added

The following Library results in an error attempting to resolve the Today() function: ``` library TodayIssue using FHIR version '4.0.1' include FHIRHelpers version '4.0.001' context Patient define "Most recent physical...

bug

A number of FHIR Resource or Profile related typeInfo elements are missing a primaryCodePath in [QI-Core 4.1.1 Model Info File](https://github.com/cqframework/clinical_quality_language/blob/master/Src/java/quick/src/main/resources/org/hl7/fhir/qicore-modelinfo-4.1.1.xml). As a result, this missing data does not get put...

Address the Gradle build warnings about implicit dependencies in the sourcesJar packages.

enhancement

FHIRModelInfoProvider depends on ModelInfoProvider defined in cql2elm, but the cql2elm tests depend on FHIRModelInfoProvider. I used testImplementation to declare the dependency, but I intended testRuntimeOnly. Might also make sense to...

bug

Consider: - CQL library A defines a parameter "P" whose type is Interval - CQL Library B defines a parameter "P" whose type is Boolean - A includes B In...

enhancement
cql

Hi, I have configured project and performed all required steps before CQL to ELM conversion. When i am executing below command **C:\Documents\HDE\clinical_quality_language-master\clinical_quality_language-master\Src\java> ./cql-to-elm/build/install/cql-to-elm/bin/cql-to-elm --format=JSON --input ../../../../cql-execution-master/examples/node/age.cql --output ../../../../cql-execution-master/customCQL** I am...

bug

In PR #751, the following errors were reported by Travis CI: ``` Gradle suite > Gradle test > org.cqframework.fhir.npm.NpmPackageManagerTests > TestModelInfoProvider FAILED 275 org.cqframework.fhir.npm.NpmPackageManagerException at NpmPackageManagerTests.java:77 276 Caused by: java.lang.NullPointerException...

bug

When using cql-to-elm version 1.5 there are a few issues when processing annotations ## 1. Tag-only annotations do not appear in ELM CQL: ``` /** * Annotations for define *...

bug
help wanted
cql

Hi, I have configured project and performed all required steps before CQL to ELM conversion. Now I am using given CQL example file: ChlamydiaScreening_CQM.cql for ELM conversion but it is...

bug
help wanted
known issue