From b83981e3afda4bba13ca8ab8dcec82ad8ec0c5f6 Mon Sep 17 00:00:00 2001 From: Taha Date: Fri, 16 Aug 2024 12:50:26 -0400 Subject: [PATCH] update clinical-reasoning and incorporate refactoring (#789) * update to latest snapshot * add cqf fhir utility * no longer snapshot --------- Co-authored-by: taha.attari@smilecdr.com --- .../org/opencds/cqf/ruler/cdshooks/r4/CdsHooksServlet.java | 2 +- pom.xml | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/plugin/cds-hooks/src/main/java/org/opencds/cqf/ruler/cdshooks/r4/CdsHooksServlet.java b/plugin/cds-hooks/src/main/java/org/opencds/cqf/ruler/cdshooks/r4/CdsHooksServlet.java index 585c4183c..d71e258b0 100644 --- a/plugin/cds-hooks/src/main/java/org/opencds/cqf/ruler/cdshooks/r4/CdsHooksServlet.java +++ b/plugin/cds-hooks/src/main/java/org/opencds/cqf/ruler/cdshooks/r4/CdsHooksServlet.java @@ -24,7 +24,7 @@ import org.opencds.cqf.cql.engine.exception.DataProviderException; import org.opencds.cqf.cql.engine.model.ModelResolver; import org.opencds.cqf.external.AppProperties; -import org.opencds.cqf.fhir.cql.engine.model.FhirModelResolverCache; +import org.opencds.cqf.fhir.utility.model.FhirModelResolverCache; import org.opencds.cqf.fhir.utility.Canonicals; import org.opencds.cqf.fhir.utility.Ids; import org.opencds.cqf.ruler.behavior.DaoRegistryUser; diff --git a/pom.xml b/pom.xml index 2f4319fa0..ecfb4e81e 100644 --- a/pom.xml +++ b/pom.xml @@ -86,7 +86,7 @@ - 3.9.0-SNAPSHOT + 3.10.0 0.62.2 @@ -277,6 +277,11 @@ cqf-fhir-cr ${clinical-reasoning.version} + + org.opencds.cqf.fhir + cqf-fhir-utility + ${clinical-reasoning.version} + org.opencds.cqf.fhir cqf-fhir-cql