Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unresolved symptoms causing an unreasonable number of emergency visits #1304

Open
eedrummer opened this issue Jun 2, 2023 · 0 comments
Open
Labels

Comments

@eedrummer
Copy link
Collaborator

What happened?

The EncounterModule in Synthea has code that, based on a person's symptoms, will potentially trigger an emergency visits (ER, urgent care or PCP, depending on symptom severity). This code does not resolve symptoms. It is essentially the responsibility of the module that created the symptom to eventually resolve it.

Some patients get into a state where they have a number of symptoms that don't resolve but exceed the emergency visit threshold. For these patients, they will have an emergency visit at every time step in the simulation (usually weekly) until they die or the simulation ends.

To reproduce this, run a simulation to generate >= 100 patients. Sort the resulting FHIR Bundles by size. Open one of the larger ones.

Environment

- OS: macOS 13.4
- Java: openjdk 17.0.3

Relevant log output

No response

@eedrummer eedrummer added the bug label Jun 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant