Skip to content

Commit 8ffe69c

Browse files
authored
Merge pull request #1613 from synthetichealth/us-core-6-default
Use US Core 6 as default in properties file
2 parents 4b8d3bd + a64f01f commit 8ffe69c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/synthea.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ exporter.fhir_stu3.export = false
1818
exporter.fhir_dstu2.export = false
1919
exporter.fhir.use_shr_extensions = false
2020
exporter.fhir.use_us_core_ig = true
21-
exporter.fhir.us_core_version = 5.0.1
21+
exporter.fhir.us_core_version = 6.1.0
2222
exporter.fhir.transaction_bundle = true
2323
# using bulk_data=true will ignore exporter.pretty_print
2424
exporter.fhir.bulk_data = false

0 commit comments

Comments
 (0)