Skip to content

Commit 3f356f3

Browse files
committed
synthea.properties
1 parent a9d1c1d commit 3f356f3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/resources/synthea.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ exporter.fhir.us_core_version = 5.0.1
2222
exporter.fhir.transaction_bundle = true
2323
# using bulk_data=true will ignore exporter.pretty_print
2424
exporter.fhir.bulk_data = false
25+
exporter.fhir.personal_data = false
2526
# included_ and excluded_resources list out the resource types to include/exclude in the csv exporters.
2627
# only one of these may be set at a time, if both are set then both will be ignored.
2728
# if neither is set, then all resource types will be included.
@@ -38,6 +39,7 @@ exporter.practitioner.fhir_dstu2.export = false
3839
exporter.encoding = UTF-8
3940
exporter.json.export = false
4041
exporter.json.include_module_history = false
42+
exporter.ndjson.export = false
4143
exporter.csv.export = false
4244
# if exporter.csv.append_mode = true, then each run will add new data to any existing CSVs. if false, each run will clear out the files and start fresh
4345
exporter.csv.append_mode = false

0 commit comments

Comments
 (0)