Replies: 1 comment 3 replies
-
The
From: See https://github.com/synthetichealth/synthea/wiki/Common-Configuration#generation-settings. If you have a town with a census population of 100 people, that means 100 living people. In the simulation, sometimes people die. So, they don't count in terms of total population. If you don't like how that works, you can modify the following settings in # Set to true if you want every patient to be dead.
generate.only_dead_patients = false
# Set to true if you want every patient to be alive.
generate.only_alive_patients = false
# If both only_dead_patients and only_alive_patients are set to true,
# It they will both default back to false |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Any clue that how come I got 124 records in patients.csv file after I issued the following command ?
java -jar synthea-with-dependencies.jar -c /{PATH_TO synthea.properties file} -p 100
My JDK version is 11.0.16.1 running on Windows 11 and the Database in using is PostgreSQL 15.0 , and in the synthea.properties:
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions