Hospital stay [days] = 3 (is this for ICU flow + counter flow?) #703
-
About the average number of days, a severe case stays in regular hospital beds (epidemiology parameter), which is preset by default for the USA integrated scenario with 3 days. In data/scripts/model.py it is considering duration for both periods (before and after) the patient goes to ICU. dpop[Sub.H] = +flux_I_H + flux_C_H - flux_H_R - flux_H_C Why you are setting default as 3 days, isn't it too low according to other USA references? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
The policies on when a patient gets admitted to a hospital (as opposed to outpatient care) or when/if a patient is moved to ICU differ from place to place. These numbers are meant as a starting point for adjustment by the user. But we can update them to different presets (e.g. 4 days instead of 3). And you are right that the patient flux in our model is |
Beta Was this translation helpful? Give feedback.
-
Prof @rneher thanks for open this space. In southern Brazil, we have measured around 17% of cases (>70 years) are going from regular ward direct to death. We believe that it is due to palliative care on very severe cases with death in less than 24 hrs and possibly other characteristics from our public healthcare system. I am bringing as a suggestion the possibility of an adaptation to include this new flow (green arrow) shown in the attached image. Adding a new column to the interface to set "Fatal % of Severe" age-group-specific parameters. Adjusting the model to:
and
Our team is working to load data from the State of Rio Grande do Sul and we have implemented a parser and other customs with successes using our fork. Do you think that this new suggested flow is an effort that may be of interest to all? |
Beta Was this translation helpful? Give feedback.
-
Prof. @rneher PR done! Please let me know if I can help to set the documentation accordingly! Thanks, |
Beta Was this translation helpful? Give feedback.
The policies on when a patient gets admitted to a hospital (as opposed to outpatient care) or when/if a patient is moved to ICU differ from place to place. These numbers are meant as a starting point for adjustment by the user. But we can update them to different presets (e.g. 4 days instead of 3).
And you are right that the patient flux in our model is
regular ward
toICU
and back toregular ward
. The complexities of different disease courses are not covered by simple models like ours. But if you have specific suggestions, let us know.