View source: R/noncovid_essentials.R
reference_hcw | R Documentation |
Provides reference values of HCWs taken from the WHO ESFT, and populates the list with standard values if estimates are not available. One question: why aren't the reference values proportional to the country population size?
reference_hcw(
iso3c = NULL,
params,
who,
throughput,
default = list(n_docs = 8000, n_nurses = 5000, n_labs = 300, n_midwives = 500,
n_dentists = 10, n_physiotherapists = 50, n_trad_comp_med = 4000, n_chws = 245,
n_pharmacists = 818)
)
iso3c |
ISO3C country code. |
params |
From get_parameters |
who |
WHO summary data from the esft package, who.rda |
throughput |
Either diagnostic_capacity or throughput |
default |
These are the base values supplied by the ESFT worksheet - and are replaced by calculated values if not supplied. |
Dataframe of reference HCWs
Number of medical doctors (non-COVID-19)
Number of nurses (non-COVID-19)
Number of laboratory scientists and techs (non-COVID-19)
Number of midwives
Number of dentists
Number of physiotherapists
Number of traditional and complementary medical personnel
Number of community health workers
Number of pharmacists
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.