cql_runner
cql_runner copied to clipboard
Clinical Quality Language Ad-Hoc Evaluation Environment
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Bumps [engine.io](https://github.com/socketio/engine.io) from 6.2.0 to 6.2.1. Release notes Sourced from engine.io's releases. 6.2.1 :warning: This release contains an important security fix :warning: A malicious client could send a specially crafted...
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.2 to 2.0.4. Release notes Sourced from loader-utils's releases. v2.0.4 2.0.4 (2022-11-11) Bug Fixes ReDoS problem (#225) (ac09944) v2.0.3 2.0.3 (2022-10-20) Bug Fixes security: prototype pollution exploit...
I tried the example or CQL TEST from other source on https://cql-runner.dataphoria.org/ but nothing ever appear in the result I configured our cql-ruler server but I got the same result,...
Hi everyone! Can someone advise me on this error? I'm new to this. https://cloud.alphora.com/sandbox/r4/cqm/fhir/$cql?subject=Patient/denom-EXM124&expression=[Observation] "Failed to call access method: org.opencds.cqf.cql.engine.exception.CqlException: Translation of library LocalLibrary failed with the following message: Library...
Hello team I am trying to run a simple CQl expression but I got the following error: Engine Service call failed: [object Object] Thanks Reza
Hello, I have installed cql_runner and cqf-ruler. How to set up cql_runner to use the cql engine include in cqf_ruler?
The https://cql-runner.dataphoria.org/ server appears to be down. Whenever I run any CQL code, I get this error: "Engine Service call failed: [object Object]".
Does CQL runner support unit conversion? We expected an output of 'mg/d' unit for "Product" but the return is 'mL'. Thank you! ``` define "MedicationStrength": System.Quantity {value: 0.25, unit: 'mg/mL'}...
Is this project still being maintained? I'm getting null values for the examples. I also tried adding my own data source and expressions for my target patient came back null...