FHIR Chat · CQL_Engine and ConceptRef Error · cql

Stream: cql

Topic: CQL_Engine and ConceptRef Error


view this post on Zulip Aslan Brooke (Oct 30 2018 at 19:29):

@Bryn Rhodes In attempt to do a retrieve as follows using a Concept to filter the results:

define "test" : [Condition : "Heart Failure" ] C

We got the error: evaluate not implemented for class ConceptRef. So we looked in the source code at:

https://github.com/DBCG/cql_engine/tree/master/cql-engine/src/main/java/org/opencds/cqf/cql/elm/execution

Indeed, no ConceptRefEvaluator.java file exists (though one for CodeRefEvaluator.java does). Is this a misssing file, if so we'll submit a pull request accordingly.

view this post on Zulip Bryn Rhodes (Nov 05 2018 at 16:51):

Yes, that's an element that is not implemented. Concepts are explicitly disallowed within eCQM program measures (by the CQL-Based HQMF IG), so we haven't spent time on that feature.


Last updated: Apr 12 2022 at 19:14 UTC