Restricting data to X number of Hospitals #1327
Answered
by
dehall
Data-Wizardry
asked this question in
Q&A
-
Hello, When I generate data in Synthea, is there a way to force it to only generate data at a single hospital? Or maybe X number of hospitals? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
dehall
Jul 3, 2023
Replies: 1 comment 1 reply
-
We don't have a direct configuration option for something like that, but two possible approaches that may work depending on your needs:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Data-Wizardry
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We don't have a direct configuration option for something like that, but two possible approaches that may work depending on your needs:
./run_synthea Massachusetts Boston
. Individuals will seek care at the closest facility that provides the (high-level) service they need, so if all your patients are in a single city they will only go to the set of closest hospitals. (The hospitals will not necessarily be in that same city, but they will be reasonably close)src/main/resources/providers/
https://github.com/synthetichealth/synthea/tree/master/src/main/resources/providers…