Merge pull request #29 from patrick-werner/r4_default

changed default to R4 fixes #28
This commit is contained in:
Sean McIlvenna
2019-05-28 15:14:21 -07:00
committed by GitHub
2 changed files with 1 additions and 8 deletions

View File

@@ -50,13 +50,6 @@
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>
<!-- At least one "structures" JAR must also be included -->
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-structures-dstu3</artifactId>
<version>${project.version}</version>
</dependency>
<!-- This dependency includes the JPA server itself, which is packaged separately from the rest of HAPI FHIR --> <!-- This dependency includes the JPA server itself, which is packaged separately from the rest of HAPI FHIR -->
<dependency> <dependency>
<groupId>ca.uhn.hapi.fhir</groupId> <groupId>ca.uhn.hapi.fhir</groupId>

View File

@@ -2,7 +2,7 @@
# Adjust this to set the version of FHIR supported by this server. See # Adjust this to set the version of FHIR supported by this server. See
# FhirVersionEnum for a list of available constants. Example values include # FhirVersionEnum for a list of available constants. Example values include
# DSTU2, DSTU3, R4. # DSTU2, DSTU3, R4.
fhir_version=DSTU3 fhir_version=R4
# This is the address that the FHIR server will report as its own address. # 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 # If this server will be deployed (for example) to an internet accessible