switched to R4

This commit is contained in:
patrick-werner
2019-08-07 13:42:30 +02:00
parent 0113ff5e9f
commit a4949ef08f

View File

@@ -1,7 +1,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