Replies: 1 comment 2 replies
-
|
One issue is likely to be your use of the M feature. Please see this page of discussion on the M feature: https://github.com/synthetichealth/synthea/wiki/The--M-Feature If you want only CHF patients, I would suggest not using the M feature (omit that completely and run all the disease models together), and add a Keep Module. See this page about Keep Modules: https://github.com/synthetichealth/synthea/wiki/Keep-Patients-Module |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Requested Feature
Hi,
I am working on a project where I will use Synthea to generate patient records, for heart failure patients.
I saw that you provide the 'congestive_heart_failure' module, but when I run the program as below, only a small portion of the patients is related to the HF, i.e. length of patient.csv is as specified 500k patients while conditions.csv only contains a few.
run_synthea -p 500000 -a 18-90 -m congestive_heart_failure
Why is this the case, and is there any way I can generate records such that all 500k patients are related to the congestive_heart_failure module?
Thanks for now, and thanks for providing such a great tool as Synthea.
Beta Was this translation helpful? Give feedback.
All reactions