diff --git a/pom.xml b/pom.xml
index e411811..ca21e27 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,13 +50,6 @@
${project.version}
-
-
- ca.uhn.hapi.fhir
- hapi-fhir-structures-dstu3
- ${project.version}
-
-
ca.uhn.hapi.fhir
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