From a4949ef08fea770bc8bd08bd688f1a34ff71a943 Mon Sep 17 00:00:00 2001 From: patrick-werner Date: Wed, 7 Aug 2019 13:42:30 +0200 Subject: [PATCH] switched to R4 --- src/main/resources/hapi.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/hapi.properties b/src/main/resources/hapi.properties index c4468c3..dd7d758 100644 --- a/src/main/resources/hapi.properties +++ b/src/main/resources/hapi.properties @@ -1,7 +1,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