clinical_quality_language
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)...
This is a proposal to address https://github.com/DBCG/cql_engine/issues/586 and builds on top of https://github.com/cqframework/clinical_quality_language/pull/760 The idea is to make all ObjectFactories part of the LibraryManager setup and to use that setup...
To support NPM package resolution of Library resources in the language server, IDE plugins, tooling, and evaluator, create a cql-to-elm-fhir package to house the NPMLibrarySourceProvider.
Use ELM XSDs from this repository once it's available: https://github.com/HL7/cql/issues/78
This work encompasses the ongoing development of methodology for maintaining a list of exact matches, case insensitive matches, and lays ground work for future "sounds like" matches.
Hey, thanks again for this library, it's been a great Java learning experience going through this source. I am working on a project that uses namespaces. When trying to resolve...
[CqlTranslatorOptionsMapper](https://github.com/cqframework/clinical_quality_language/blob/master/Src/java/cql-to-elm/src/main/java/org/cqframework/cql/cql2elm/CqlTranslatorOptionsMapper.java) is the only reason to have Jackson dependencies on the cql-to-elm module. Since there is no direct use besides Test classes, I am not sure what the consequences of...
Fix this issue on the main branch: https://github.com/cqframework/clinical_quality_language/issues/761
The current translator uses the JAXB serialization framework for reading ModelInfo as well as for writing ELM for both XML and JSON formats. It can also use the Jackson framework...
ModelInfo is currently loaded statically, refactor this to support dynamic loading using the ServiceLoader pattern.