From c24474f0c608d8d0ff3fa13e079184600e5ef67c Mon Sep 17 00:00:00 2001 From: patrick-werner Date: Tue, 28 May 2019 18:48:59 +0200 Subject: [PATCH 1/2] changed default to R4 fixes #28 --- pom.xml | 2 +- src/main/resources/hapi.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e411811..c021774 100644 --- a/pom.xml +++ b/pom.xml @@ -53,7 +53,7 @@ ca.uhn.hapi.fhir - hapi-fhir-structures-dstu3 + hapi-fhir-structures-r4 ${project.version} diff --git a/src/main/resources/hapi.properties b/src/main/resources/hapi.properties index e128f2c..99e6a9a 100644 --- a/src/main/resources/hapi.properties +++ b/src/main/resources/hapi.properties @@ -2,7 +2,7 @@ # Adjust this to set the version of FHIR supported by this server. See # FhirVersionEnum for a list of available constants. Example values include # DSTU2, DSTU3, R4. -fhir_version=DSTU3 +fhir_version=R4 # This is the address that the FHIR server will report as its own address. # If this server will be deployed (for example) to an internet accessible From eaa0290636a27e1f8fbd1a560b3a48c4f24517e6 Mon Sep 17 00:00:00 2001 From: patrick-werner Date: Tue, 28 May 2019 22:44:01 +0200 Subject: [PATCH 2/2] removed unnecessary fhir-structure import --- pom.xml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pom.xml b/pom.xml index c021774..ca21e27 100644 --- a/pom.xml +++ b/pom.xml @@ -50,13 +50,6 @@ ${project.version} - - - ca.uhn.hapi.fhir - hapi-fhir-structures-r4 - ${project.version} - - ca.uhn.hapi.fhir