From 879849c285d9d66fdf5e059fc43a80d73b753b2e Mon Sep 17 00:00:00 2001 From: Kevin Dougan Date: Fri, 27 Nov 2020 15:10:19 -0500 Subject: [PATCH] Added some files for CQL support - more work to be done on this.. --- pom.xml | 10 ++++++++-- .../fhir/jpa/starter/cql/CqlConfigCondition.java | 15 +++++++++++++++ .../uhn/fhir/jpa/starter/cql/CqlConfigDstu3.java | 13 +++++++++++++ .../ca/uhn/fhir/jpa/starter/cql/CqlConfigR4.java | 13 +++++++++++++ src/main/resources/application.yaml | 1 + src/main/resources/logback.xml | 8 +++++++- .../fhir/jpa/starter/ExampleServerDstu3IT.java | 11 +++++++++++ .../uhn/fhir/jpa/starter/ExampleServerR4IT.java | 1 + .../resources/application-integrationtest.yaml | 1 + 9 files changed, 70 insertions(+), 3 deletions(-) create mode 100644 src/main/java/ca/uhn/fhir/jpa/starter/cql/CqlConfigCondition.java create mode 100644 src/main/java/ca/uhn/fhir/jpa/starter/cql/CqlConfigDstu3.java create mode 100644 src/main/java/ca/uhn/fhir/jpa/starter/cql/CqlConfigR4.java diff --git a/pom.xml b/pom.xml index 8c2b2bc..78398db 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ ca.uhn.hapi.fhir hapi-fhir - 5.2.0 + 5.3.0-SNAPSHOT hapi-fhir-jpaserver-starter @@ -106,6 +106,12 @@ hapi-fhir-jpaserver-empi ${project.version} + + + ca.uhn.hapi.fhir + hapi-fhir-jpaserver-cql + ${project.version} + ca.uhn.hapi.fhir @@ -393,7 +399,7 @@ - true + false false