diff --git a/src/main/resources/synthea.properties b/src/main/resources/synthea.properties index 843845d50a..39cc12a183 100644 --- a/src/main/resources/synthea.properties +++ b/src/main/resources/synthea.properties @@ -22,6 +22,7 @@ exporter.fhir.us_core_version = 5.0.1 exporter.fhir.transaction_bundle = true # using bulk_data=true will ignore exporter.pretty_print exporter.fhir.bulk_data = false +exporter.fhir.personal_data = true # included_ and excluded_resources list out the resource types to include/exclude in the csv exporters. # only one of these may be set at a time, if both are set then both will be ignored. # if neither is set, then all resource types will be included. @@ -38,6 +39,7 @@ exporter.practitioner.fhir_dstu2.export = false exporter.encoding = UTF-8 exporter.json.export = false exporter.json.include_module_history = false +exporter.ndjson.export = true exporter.csv.export = false # 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 exporter.csv.append_mode = false