WHO GLASS
@owid.antimicrobial_usage
@owid.antimicrobial_usage
Inappropriate use of antimicrobials in humans is a primary driver of antimicrobial resistance (AMR) emergence and spread. In 2020, WHO launched GLASS antimicrobial use (GLASS AMU), previously called GLASS AMC, to monitor the quantity and types of antimicrobial s us ed at the national and global levels. WHO invites Countries, Areas, and Territories (CTAs) to enrol in GLASS AMU and commit to building or strengthening their national AMU surveillance system and, when ready, to reporting their national AMU data. Data calls are opened every year.
CREATE TABLE owid_aware (
"country" VARCHAR,
"year" INTEGER,
"awarelabel" VARCHAR,
"ddd" FLOAT,
"did" FLOAT
);CREATE TABLE owid_class (
"country" VARCHAR,
"year" INTEGER,
"antimicrobialclass" VARCHAR,
"atc4name" VARCHAR,
"routeofadministration" VARCHAR,
"ddd" FLOAT,
"did" FLOAT
);CREATE TABLE owid_class_aggregated (
"country" VARCHAR,
"year" INTEGER,
"ddd_anti_malarials" FLOAT,
"ddd_antibacterials_and_antituberculosis" UINTEGER,
"ddd_antifungals" UINTEGER,
"ddd_antituberculosis" FLOAT,
"ddd_antivirals" FLOAT,
"did_anti_malarials" FLOAT,
"did_antibacterials_and_antituberculosis" FLOAT,
"did_antifungals" FLOAT,
"did_antituberculosis" FLOAT,
"did_antivirals" FLOAT
);Anyone who has the link will be able to view this.