-
Download 100 Sample Synthetic Patient Records, FHIR R4: 36 MB
-
Unzip the file to a directory of your choice, e.g.,
~/synthea-sample-data-fhir
unzip synthea_sample_data_fhir_latest.zip -d ~/synthea-sample-data-fhir- convert the fhir resources to xlsx extract the
ConditionandPatientresources:
fhiry -i ~/synthea-sample-data-fhir -o ~/synthea-sample-data-fhir/output.xlsx --resource-types=Condition,Patient- You can load a config file to specify the resource types and other options:
fhiry -i ~/synthea-sample-data-fhir -o ~/synthea-sample-data-fhir/output.xlsx --config-file ~/synthea-sample-data-fhir/config.json --resource-types=Condition,PatientConfig file example (config.json):
{
"REMOVE": ["text.div", "meta"],
"RENAME": {}
}