Skip to content

Restricting data to X number of Hospitals #1327

Answered by dehall
Data-Wizardry asked this question in Q&A
Discussion options

You must be logged in to vote

We don't have a direct configuration option for something like that, but two possible approaches that may work depending on your needs:

  1. Run synthea for only a single city, for example ./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)
  2. Reduce the set of hospitals that Synthea knows about - the files are in src/main/resources/providers/ https://github.com/synthetichealth/synthea/tree/master/src/main/resources/providers

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Data-Wizardry
Comment options

Answer selected by Data-Wizardry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants