Skip to content

Commit

Permalink
Rev to latest CQL/HAPI (#537)
Browse files Browse the repository at this point in the history
  • Loading branch information
JPercival authored Sep 27, 2024
1 parent 47e7140 commit 99461ad
Show file tree
Hide file tree
Showing 14 changed files with 64 additions and 64 deletions.
4 changes: 2 additions & 2 deletions cqf-fhir-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@

<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-api</artifactId>
<version>3.12.0-SNAPSHOT</version>
<version>3.12.0</version>
<name>FHIR Clinical Reasoning (APIs)</name>
<description>FHIR Repository APIs used by this project. Implement these to incorporate clinical reasoning on your platform</description>

<parent>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir</artifactId>
<version>3.12.0-SNAPSHOT</version>
<version>3.12.0</version>
</parent>

<dependencies>
Expand Down
12 changes: 6 additions & 6 deletions cqf-fhir-benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,26 @@

<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-benchmark</artifactId>
<version>3.12.0-SNAPSHOT</version>
<version>3.12.0</version>
<name>FHIR Clinical Reasoning (Benchmarks)</name>
<description>Tests validating performance of FHIR Clinical Reasoning operations</description>

<parent>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir</artifactId>
<version>3.12.0-SNAPSHOT</version>
<version>3.12.0</version>
</parent>

<dependencies>
<dependency>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-cr</artifactId>
<version>3.12.0-SNAPSHOT</version>
<version>3.12.0</version>
</dependency>
<dependency>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-test</artifactId>
<version>3.12.0-SNAPSHOT</version>
<version>3.12.0</version>
</dependency>
<dependency>
<groupId>org.openjdk.jmh</groupId>
Expand All @@ -34,14 +34,14 @@
<dependency>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-cr</artifactId>
<version>3.12.0-SNAPSHOT</version>
<version>3.12.0</version>
<!--TODO: test-jars don't seem to work very well. Need to investigate some alternatives -->
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-jackson</artifactId>
<version>3.12.0-SNAPSHOT</version>
<version>3.12.0</version>
<type>pom</type>
<scope>test</scope>
</dependency>
Expand Down
20 changes: 10 additions & 10 deletions cqf-fhir-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,60 +5,60 @@

<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-bom</artifactId>
<version>3.12.0-SNAPSHOT</version>
<version>3.12.0</version>
<packaging>pom</packaging>
<name>FHIR Clinical Reasoning (Bill Of Materials)</name>
<description>This bom can be used to simplify dependency management when using this project</description>

<parent>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir</artifactId>
<version>3.12.0-SNAPSHOT</version>
<version>3.12.0</version>
</parent>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-api</artifactId>
<version>3.12.0-SNAPSHOT</version>
<version>3.12.0</version>
</dependency>
<dependency>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-test</artifactId>
<version>3.12.0-SNAPSHOT</version>
<version>3.12.0</version>
</dependency>
<dependency>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-utility</artifactId>
<version>3.12.0-SNAPSHOT</version>
<version>3.12.0</version>
</dependency>
<dependency>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-cql</artifactId>
<version>3.12.0-SNAPSHOT</version>
<version>3.12.0</version>
</dependency>
<dependency>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-jackson</artifactId>
<version>3.12.0-SNAPSHOT</version>
<version>3.12.0</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-jaxb</artifactId>
<version>3.12.0-SNAPSHOT</version>
<version>3.12.0</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-cr</artifactId>
<version>3.12.0-SNAPSHOT</version>
<version>3.12.0</version>
</dependency>
<dependency>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-cr-cli</artifactId>
<version>3.12.0-SNAPSHOT</version>
<version>3.12.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
12 changes: 6 additions & 6 deletions cqf-fhir-cql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,26 @@

<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-cql</artifactId>
<version>3.12.0-SNAPSHOT</version>
<version>3.12.0</version>
<name>FHIR Clinical Reasoning (CQL)</name>
<description>Tools, utilities, code gen to support CQL in FHIR Clinical Reasoning operations</description>

<parent>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir</artifactId>
<version>3.12.0-SNAPSHOT</version>
<version>3.12.0</version>
</parent>

<dependencies>
<dependency>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-api</artifactId>
<version>3.12.0-SNAPSHOT</version>
<version>3.12.0</version>
</dependency>
<dependency>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-utility</artifactId>
<version>3.12.0-SNAPSHOT</version>
<version>3.12.0</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
Expand Down Expand Up @@ -62,13 +62,13 @@
<dependency>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-test</artifactId>
<version>3.12.0-SNAPSHOT</version>
<version>3.12.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-jackson</artifactId>
<version>3.12.0-SNAPSHOT</version>
<version>3.12.0</version>
<type>pom</type>
<scope>test</scope>
</dependency>
Expand Down
14 changes: 7 additions & 7 deletions cqf-fhir-cr-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,36 +6,36 @@

<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-cr-cli</artifactId>
<version>3.12.0-SNAPSHOT</version>
<version>3.12.0</version>
<name>FHIR Clinical Reasoning (CLI)</name>
<description>CLI for running FHIR Clincial Reasoning operations</description>

<parent>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir</artifactId>
<version>3.12.0-SNAPSHOT</version>
<version>3.12.0</version>
</parent>

<dependencies>
<dependency>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-api</artifactId>
<version>3.12.0-SNAPSHOT</version>
<version>3.12.0</version>
</dependency>
<dependency>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-utility</artifactId>
<version>3.12.0-SNAPSHOT</version>
<version>3.12.0</version>
</dependency>
<dependency>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-cql</artifactId>
<version>3.12.0-SNAPSHOT</version>
<version>3.12.0</version>
</dependency>
<dependency>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-jackson</artifactId>
<version>3.12.0-SNAPSHOT</version>
<version>3.12.0</version>
<type>pom</type>
</dependency>
<dependency>
Expand Down Expand Up @@ -69,7 +69,7 @@
<dependency>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-test</artifactId>
<version>3.12.0-SNAPSHOT</version>
<version>3.12.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions cqf-fhir-cr-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@

<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-cr-spring</artifactId>
<version>3.12.0-SNAPSHOT</version>
<version>3.12.0</version>
<name>FHIR Clinical Reasoning (Spring)</name>
<description>Spring configurations for FHIR Clinical Reasoning</description>

<parent>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir</artifactId>
<version>3.12.0-SNAPSHOT</version>
<version>3.12.0</version>
</parent>

<dependencies>
<dependency>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-cr</artifactId>
<version>3.12.0-SNAPSHOT</version>
<version>3.12.0</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down
14 changes: 7 additions & 7 deletions cqf-fhir-cr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,45 +5,45 @@

<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-cr</artifactId>
<version>3.12.0-SNAPSHOT</version>
<version>3.12.0</version>
<name>FHIR Clinical Reasoning (Operations)</name>
<description>Implementations of clinical reasoning operations</description>

<parent>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir</artifactId>
<version>3.12.0-SNAPSHOT</version>
<version>3.12.0</version>
</parent>

<dependencies>
<dependency>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-api</artifactId>
<version>3.12.0-SNAPSHOT</version>
<version>3.12.0</version>
</dependency>
<dependency>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-cql</artifactId>
<version>3.12.0-SNAPSHOT</version>
<version>3.12.0</version>
</dependency>
<dependency>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-utility</artifactId>
<version>3.12.0-SNAPSHOT</version>
<version>3.12.0</version>
</dependency>

<!-- test dependencies-->
<dependency>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-jackson</artifactId>
<version>3.12.0-SNAPSHOT</version>
<version>3.12.0</version>
<type>pom</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-test</artifactId>
<version>3.12.0-SNAPSHOT</version>
<version>3.12.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ void cohortMeasureEvaluation() throws Exception {
any()))
.thenReturn(Arrays.asList(patient));

String cql = cql_with_dateTime() + sde_race() + "define InitialPopulation: 'Doe' in Patient.name.family";
String cql = cql_with_dateTime() + sde_race() + "define InitialPopulation: 'Doe' in Patient.name.family.value";

Measure measure = cohort_measure();

Expand Down Expand Up @@ -124,8 +124,8 @@ void proportionMeasureEvaluation() throws Exception {
.thenReturn(Arrays.asList(patient));

String cql = cql_with_dateTime() + sde_race()
+ "define InitialPopulation: 'Doe' in Patient.name.family\n"
+ "define Denominator: 'John' in Patient.name.given\n"
+ "define InitialPopulation: 'Doe' in Patient.name.family.value\n"
+ "define Denominator: 'John' in Patient.name.given.value\n"
+ "define Numerator: Patient.birthDate > @1970-01-01\n";

Measure measure = proportion_measure();
Expand Down Expand Up @@ -155,7 +155,7 @@ void continuosVariableMeasureEvaluation() throws Exception {
.thenReturn(Arrays.asList(patient));

String cql = cql_with_dateTime() + sde_race()
+ "define InitialPopulation: 'Doe' in Patient.name.family\n"
+ "define InitialPopulation: 'Doe' in Patient.name.family.value\n"
+ "define MeasurePopulation: Patient.birthDate > @1970-01-01\n";

Measure measure = continuous_variable_measure();
Expand Down Expand Up @@ -211,8 +211,8 @@ void stratifiedMeasureEvaluation() throws Exception {
.thenReturn(Arrays.asList(jane_doe()));

String cql = cql_with_dateTime() + sde_race()
+ "define InitialPopulation: 'Doe' in Patient.name.family\n"
+ "define Denominator: 'John' in Patient.name.given\n"
+ "define InitialPopulation: 'Doe' in Patient.name.family.value\n"
+ "define Denominator: 'John' in Patient.name.given.value\n"
+ "define Numerator: Patient.birthDate > @1970-01-01\n" + "define Gender: Patient.gender\n";

Measure measure = stratified_measure();
Expand Down
4 changes: 2 additions & 2 deletions cqf-fhir-jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-jackson</artifactId>
<version>3.12.0-SNAPSHOT</version>
<version>3.12.0</version>
<packaging>pom</packaging>
<name>FHIR Clinical Reasoning (Jackson)</name>
<description>Aggregator module for Jackson dependencies</description>

<parent>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir</artifactId>
<version>3.12.0-SNAPSHOT</version>
<version>3.12.0</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions cqf-fhir-jaxb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-jaxb</artifactId>
<version>3.12.0-SNAPSHOT</version>
<version>3.12.0</version>
<packaging>pom</packaging>
<name>FHIR Clinical Reasoning (JAXB)</name>
<description>Aggregator module for JAXB dependencies</description>

<parent>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir</artifactId>
<version>3.12.0-SNAPSHOT</version>
<version>3.12.0</version>
</parent>

<dependencies>
Expand Down
Loading

0 comments on commit 99461ad

Please sign in to comment.