cqf-ruler
cqf-ruler copied to clipboard
FHIR Clinical Reasoning Module Server
Initial checkin for Fhir Implemntations
I'm attempting to upgrade from 0.5.0 and am finding that queries to the EHR no longer expand the valueset. Is there some change in configuration I am missing? I've attached...
[INFO] cqf-ruler-cql 0.9.0-SNAPSHOT ....................... FAILURE [ 16.429 s] [INFO] cqf-ruler-cr 0.9.0-SNAPSHOT ........................ SKIPPED [INFO] cqf-ruler-dev-tools 0.9.0-SNAPSHOT ................. SKIPPED [INFO] cqf-ruler-security 0.9.0-SNAPSHOT .................. SKIPPED [INFO] cqf-ruler-cpg 0.9.0-SNAPSHOT ....................... SKIPPED [INFO] cqf-ruler-cds-hooks...
Acceptance Criteria: The cqf-ruler PlanDefiinition operations need to be updated to use the need ones that Brenin created STU3: $apply R4: $apply, $cpg.apply, $r5.apply R5: $apply
Right now the CDS Hooks plugin uses a different PlanDefinition processor. This is because there is use-case specific logic that supports a dynamicValue with a path of "action.extension" to be...
In [resolveCommunicationRequest](https://github.com/DBCG/cqf-ruler/blob/v0.6.0/plugin/cr/src/main/java/org/opencds/cqf/ruler/cr/r4/provider/ActivityDefinitionApplyProvider.java#L380) for ActivityDefinition $apply, the resulting request's payload is [restricted to a single entry](https://github.com/DBCG/cqf-ruler/blob/v0.6.0/plugin/cr/src/main/java/org/opencds/cqf/ruler/cr/r4/provider/ActivityDefinitionApplyProvider.java#L403) which does not appear to be necessary Is this intentional behaviour? A similar restriction is...
IS: $care-gaps currently uses the following setting to meet requirements for Composition.author in a Bundle.type = "document": - HAPI_FHIR_CR_MEASURE_REPORT_CARE_GAPS_COMPOSITION_SECTION_AUTHOR SHOULD BE: As this is a requirement for a Bundle of...
https://github.com/DBCG/cqf-ruler/blob/3b91dc673daa22f592b49a7d011ec8c70e7cb8df/src/main/java/org/opencds/cqf/providers/CqlExecutionProvider.java#L174
According to the Cds Hooks specification: > It is the CDS Service's responsibility to check prefetched data against its template to determine what requests were satisfied (if any) and to...
Currently, the cqf-ruler takes around 30 seconds to start up on my local laptop. Ideally, this would be significantly faster. WARN o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration [JpaBaseConfiguration.java:219] spring.jpa.open-in-view is enabled by default. Therefore, database...