WHO Vaccine Supply And Logistics
@owid.vaccine_stock_out
@owid.vaccine_stock_out
Vaccine supply and logistics, and supply chain management system for routine services data reported annually through the WHO/UNICEF Joint Reporting Form on Immunization (JRF). Data indicate vaccine availability and stock-outs for vaccines/supplies at national and district levels. Country data is updated and available as received.
CREATE TABLE owid_derived_metrics (
"country" VARCHAR,
"year" INTEGER,
"any_district_level_vaccine_stockout" VARCHAR,
"any_national_vaccine_stockout" VARCHAR,
"num_causes_of_stockout" INTEGER
);CREATE TABLE owid_global_cause (
"country" VARCHAR,
"year" INTEGER,
"reason_for_stockout" VARCHAR,
"num_countries" INTEGER
);CREATE TABLE owid_global_stockout (
"country" VARCHAR,
"year" INTEGER,
"description" VARCHAR,
"num_countries_with_stockout" INTEGER
);CREATE TABLE owid_reason_for_stockout (
"country" VARCHAR,
"year" INTEGER,
"reason_for_stockout" VARCHAR,
"stockout" VARCHAR
);CREATE TABLE owid_vaccine_stock_out (
"country" VARCHAR,
"year" INTEGER,
"description" VARCHAR,
"value" VARCHAR
);Anyone who has the link will be able to view this.