Skip to content

Commit 2895a9c

Browse files
author
Michael Becker
committed
presentation: Move guidance to user docs
1 parent d9c1f27 commit 2895a9c

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

src/penn_chime/presentation.py

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -343,19 +343,8 @@ def show_more_info_about_this_tool(st, model, parameters, defaults, notes: str =
343343
def write_definitions(st):
344344
st.subheader("Guidance on Selecting Inputs")
345345
st.markdown(
346-
"""* **Hospitalized COVID-19 Patients:** The number of patients currently hospitalized with COVID-19 **at your hospital(s)**. This number is used in conjunction with Hospital Market Share and Hospitalization % to estimate the total number of infected individuals in your region.
347-
* **Doubling Time (days):** This parameter drives the rate of new cases during the early phases of the outbreak. The American Hospital Association currently projects doubling rates between 7 and 10 days. This is the doubling time you expect under status quo conditions. To account for reduced contact and other public health interventions, modify the _Social distancing_ input.
348-
* **Social distancing (% reduction in person-to-person physical contact):** This parameter allows users to explore how reduction in interpersonal contact & transmission (hand-washing) might slow the rate of new infections. It is your estimate of how much social contact reduction is being achieved in your region relative to the status quo. While it is unclear how much any given policy might affect social contact (eg. school closures or remote work), this parameter lets you see how projections change with percentage reductions in social contact.
349-
* **Hospitalization %(total infections):** Percentage of **all** infected cases which will need hospitalization.
350-
* **ICU %(total infections):** Percentage of **all** infected cases which will need to be treated in an ICU.
351-
* **Ventilated %(total infections):** Percentage of **all** infected cases which will need mechanical ventilation.
352-
* **Hospital Length of Stay:** Average number of days of treatment needed for hospitalized COVID-19 patients.
353-
* **ICU Length of Stay:** Average number of days of ICU treatment needed for ICU COVID-19 patients.
354-
* **Vent Length of Stay:** Average number of days of ventilation needed for ventilated COVID-19 patients.
355-
* **Hospital Market Share (%):** The proportion of patients in the region that are likely to come to your hospital (as opposed to other hospitals in the region) when they get sick. One way to estimate this is to look at all of the hospitals in your region and add up all of the beds. The number of beds at your hospital divided by the total number of beds in the region times 100 will give you a reasonable starting estimate.
356-
* **Regional Population:** Total population size of the catchment region of your hospital(s).
357-
* **Currently Known Regional Infections**: The number of infections reported in your hospital's catchment region. This is only used to compute detection rate - **it will not change projections**. This input is used to estimate the detection rate of infected individuals.
358-
"""
346+
"""**This information has been moved to the
347+
[User Documentation](https://code-for-philly.gitbook.io/chime/what-is-chime/parameters#guidance-on-selecting-inputs)**"""
359348
)
360349

361350

0 commit comments

Comments
 (0)