cqf-ruler
cqf-ruler copied to clipboard
FHIR Clinical Reasoning Module Server
The actual value "1" did not match the expected value "2" for "Parameters.parameter.count()" in response.
If you look at DEQM Composition, it allows for multiple sections for one patient. Each section can have a measureReport. So if you have 30 MeasureReports for one patient, you...
ERROR: SHALL have a contained resource if a local reference is provided ( (url: 222d6dd5-1335-44a6-89c0-9976c9e54213; ids: )) [reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids'))]. Location: Parameters.parameter[0].resource.entry[2].resource.evaluatedResource[0] (line 213, col 35). The result...
CQF-Ruler is a bit of a black box. Writing and testing artifacts and CQL through it is complicated by the lack of output generated to either console or log file...
When retrieving a value set with an invalid URL, the retrieves returns all data of that type, rather than giving an error that the value set does not exist.
https://alphora.atlassian.net/browse/APHL-866
In attempting to upgrade from 0.5.0, I started receiving a 401 Unauthorized Exception when executing a plan definition. After debugging, I found that the fhirAuthorization clause specified by CDS Hooks...
I am running a servlet in a spring boot with fhir base server (hapi-fhir-jpaserver-starter). I just want to add $apply operation on PlanDefinition resource. Is there a way I can...