From a0ffe4f3933fa62175d260f70fd447a17df8433a Mon Sep 17 00:00:00 2001 From: Brenin Rhodes Date: Mon, 20 Oct 2025 09:15:39 -0600 Subject: [PATCH 1/3] Update CR to 3.28.0-SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b55df6d..3d84685 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ 17 3 - 3.27.0 + 3.28.0-SNAPSHOT From 6208595063d351a56a512478ebcc887a2de6df40 Mon Sep 17 00:00:00 2001 From: Brenin Rhodes Date: Mon, 27 Oct 2025 08:16:46 -0600 Subject: [PATCH 2/3] include us cql common ig --- src/main/resources/application-cds.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/resources/application-cds.yaml b/src/main/resources/application-cds.yaml index a11eceb..2b0f4d7 100644 --- a/src/main/resources/application-cds.yaml +++ b/src/main/resources/application-cds.yaml @@ -170,6 +170,11 @@ hapi: version: 2.0.0 installMode: STORE_AND_INSTALL installResourceTypes: [ "CodeSystem", "ValueSet", "ConceptMap", "ActivityDefinition", "PlanDefinition", "Library", "Measure", "StructureDefinition" ] + uscql: + name: hl7.fhir.us.cql + version: 1.0.0 + installMode: STORE_AND_INSTALL + installResourceTypes: [ "CodeSystem", "ValueSet", "ConceptMap", "ActivityDefinition", "PlanDefinition", "Library", "Measure", "StructureDefinition" ] # swiss: # name: swiss.mednet.fhir # version: 0.8.0 From fcff082fab62c462854b058cc2e0fc73c490ab92 Mon Sep 17 00:00:00 2001 From: Brenin Rhodes Date: Thu, 30 Oct 2025 13:10:38 -0600 Subject: [PATCH 3/3] Update to CR 3.28.0 release --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3d84685..3fec11b 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ 17 3 - 3.28.0-SNAPSHOT + 3.28.0