You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. We need to generate only patients that had a surgery - ideally insertion of a pacemaker. (Or if not possible with the pacemaker, then at least any surgery).
So, for example, I have found this module
and would like to generate the patients that went through the "Surgical encounter". Or from the same module, I would like to filter out patients that went through Procedure "LVAD insertion"
This isn't documented anywhere but because of how the health record entries are modeled in Synthea, you can also use the "Active Condition" logic to also represent "Procedure Performed". You might want something like this for your keep module:
Requested Feature
Hello. We need to generate only patients that had a surgery - ideally insertion of a pacemaker. (Or if not possible with the pacemaker, then at least any surgery).
So, for example, I have found this module
synthea/src/main/resources/modules/heart/chf_lvad.json
Line 59 in 76f2925
synthea/src/main/resources/modules/heart/chf_lvad.json
Line 15 in 76f2925
I guess I need to use Keep module feature, but I cannot figure it out how to structure the JSON file in a way that it does what I want.
How can I achieve such a filtering?
Is there a module for the pacemaker insertion?
The text was updated successfully, but these errors were encountered: