synthetichealth / synthea

Synthetic Patient Population Simulator
https://synthetichealth.github.io/synthea
Apache License 2.0
2.17k stars 650 forks source link

Custom number of organisations #932

Open matbujnowicz opened 3 years ago

matbujnowicz commented 3 years ago

Is it possible to specify an arbitrary number of organisations that we want to be generated for Patients? I am also interested in specifying amount of Care Plans / Care Teams or how many patients could be assigned to one Care Team. Any ideas on this matter?

jawalonoski commented 3 years ago

No, you cannot currently specify how many organizations each patient will visit. If you have a minimum, you might try over generating patients, and filtering the results to those that meet your criteria.

You also cannot specify the numbers of care plans or care teams.

Care plans can be added to any module using the CarePlan State, so it is easy enough to add more using the Module Builder or editing the JSON by hand.

Care teams are not under user control at the moment, and only contain three fixed participants: the patient, the provider, and the organization.