diff --git a/pom.xml b/pom.xml index 969332673c..0cd2dab861 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ ca.uhn.hapi.fhir hapi-fhir - 7.7.14-SNAPSHOT + 7.7.16-SNAPSHOT hapi-fhir-jpaserver-starter diff --git a/src/test/java/ca/uhn/fhir/jpa/starter/ExampleServerR4IT.java b/src/test/java/ca/uhn/fhir/jpa/starter/ExampleServerR4IT.java index 041a4fce64..78716b4a7d 100644 --- a/src/test/java/ca/uhn/fhir/jpa/starter/ExampleServerR4IT.java +++ b/src/test/java/ca/uhn/fhir/jpa/starter/ExampleServerR4IT.java @@ -117,7 +117,7 @@ public void testCQLEvaluateMeasureEXM130() throws IOException { Parameters inParams = new Parameters(); inParams.addParameter().setName("periodStart").setValue(new StringType("2019-01-01")); inParams.addParameter().setName("periodEnd").setValue(new StringType("2019-12-31")); - inParams.addParameter().setName("reportType").setValue(new StringType("summary")); + inParams.addParameter().setName("reportType").setValue(new StringType("population")); Parameters outParams = ourClient .operation()