Global Tuberculosis Report - Expenditure And Utilisation
@owid.expenditure
@owid.expenditure
WHO has published a global tuberculosis (TB) report every year since 1997. The report provides a comprehensive and up-to-date assessment of the TB epidemic, and of progress in prevention, diagnosis and treatment of the disease at global, regional and country levels.
CREATE TABLE owid_expenditure_1 (
"country" VARCHAR,
"year" INTEGER,
"exp_cpp_dstb" UINTEGER,
"exp_cpp_mdr" UINTEGER,
"exp_cpp_xdr" INTEGER,
"exp_cpp_tpt" UINTEGER,
"exp_lab" UINTEGER,
"rcvd_lab" UINTEGER,
"exp_staff" UINTEGER,
"rcvd_staff" UINTEGER,
"exp_fld" UINTEGER,
"rcvd_fld" UINTEGER,
"exp_prog" UINTEGER,
"rcvd_prog" UINTEGER,
"exp_sld" UINTEGER,
"rcvd_sld" UINTEGER,
"exp_mdrmgt" UINTEGER,
"rcvd_mdrmgt" UINTEGER,
"exp_tpt" UINTEGER,
"rcvd_tpt" UINTEGER,
"exp_tbhiv" UINTEGER,
"rcvd_tbhiv" UINTEGER,
"exp_patsup" UINTEGER,
"rcvd_patsup" UINTEGER,
"exp_orsrvy" UINTEGER,
"rcvd_orsrvy" UINTEGER,
"exp_oth" UINTEGER,
"rcvd_oth" UINTEGER,
"exp_tot" UINTEGER,
"rcvd_tot" UINTEGER,
"rcvd_tot_domestic" UINTEGER,
"rcvd_tot_gf" UINTEGER,
"rcvd_tot_usaid" UINTEGER,
"rcvd_tot_grnt" UINTEGER,
"rcvd_tot_sources" UINTEGER,
"hcfvisit_dstb" INTEGER,
"hcfvisit_mdr" INTEGER,
"hospd_dstb_prct" INTEGER,
"hospd_mdr_prct" INTEGER,
"hospd_dstb_dur" INTEGER,
"hospd_mdr_dur" INTEGER,
"hosp_type_mdr" VARCHAR
);CREATE TABLE owid_expenditure_2 (
"country" VARCHAR,
"year" INTEGER,
"exp_cpp_dstb" UINTEGER,
"exp_cpp_mdr" UINTEGER,
"exp_cpp_xdr" UINTEGER,
"exp_cpp_tpt" UINTEGER,
"exp_lab" UINTEGER,
"rcvd_lab" UINTEGER,
"exp_staff" UINTEGER,
"rcvd_staff" UINTEGER,
"exp_fld" UINTEGER,
"rcvd_fld" UINTEGER,
"exp_prog" UINTEGER,
"rcvd_prog" UINTEGER,
"exp_sld" UINTEGER,
"rcvd_sld" UINTEGER,
"exp_mdrmgt" UINTEGER,
"rcvd_mdrmgt" UINTEGER,
"exp_tpt" UINTEGER,
"rcvd_tpt" UINTEGER,
"exp_tbhiv" UINTEGER,
"rcvd_tbhiv" UINTEGER,
"exp_patsup" UINTEGER,
"rcvd_patsup" UINTEGER,
"exp_orsrvy" UINTEGER,
"rcvd_orsrvy" UINTEGER,
"exp_oth" UINTEGER,
"rcvd_oth" UINTEGER,
"exp_tot" UINTEGER,
"rcvd_tot" UINTEGER,
"rcvd_tot_domestic" UINTEGER,
"rcvd_tot_gf" UINTEGER,
"rcvd_tot_usaid" UINTEGER,
"rcvd_tot_grnt" UINTEGER,
"rcvd_tot_sources" UINTEGER,
"hcfvisit_dstb" INTEGER,
"hcfvisit_mdr" INTEGER,
"hospd_dstb_prct" INTEGER,
"hospd_mdr_prct" INTEGER,
"hospd_dstb_dur" INTEGER,
"hospd_mdr_dur" INTEGER,
"hosp_type_mdr" VARCHAR
);Anyone who has the link will be able to view this.