Baselight

Global Antimicrobial Resistance And Use Surveillance System (GLASS) - Testing Coverage

@owid.testing_coverage

Loading...
Loading...

About this Dataset

Global Antimicrobial Resistance And Use Surveillance System (GLASS) - Testing Coverage

GLASS provides a standardized approach to the collection, analysis, interpretation and sharing of data by countries and seeks to actively support capacity building and monitor the status of existing and new national surveillance systems. Furthermore, GLASS promotes a shift from surveillance approaches based solely on laboratory data to a system that includes epidemiological, clinical, and population-level data. GLASS has been conceived to progressively incorporate data from surveillance of AMR in humans, such as monitoring of resistance and the use of antimicrobial medicines, including AMR in the food chain and in the environment.

Tables

Global Antimicrobial Resistance And Use Surveillance System (GLASS) - Testing Coverage

@owid.testing_coverage.owid_specimen
  • 4.14 KB
  • 28 rows
  • 4 columns
Loading...

CREATE TABLE owid_specimen (
  "country" VARCHAR,
  "year" INTEGER,
  "total_bcis_with_ast" UINTEGER,
  "infections_not_tested_for_susceptibility" UINTEGER
);

Global Antimicrobial Resistance And Use Surveillance System (GLASS) - Testing Coverage

@owid.testing_coverage.owid_testing_coverage
  • 26.94 KB
  • 49 rows
  • 26 columns
Loading...

CREATE TABLE owid_testing_coverage (
  "country" VARCHAR,
  "year" INTEGER,
  "ctas_with_reported_bcis_bloodstream" INTEGER,
  "ctas_with_reported_bcis_gonorrhea" INTEGER,
  "ctas_with_reported_bcis_stool" INTEGER,
  "ctas_with_reported_bcis_urinary_tract" INTEGER,
  "ctas_with_reported_bcis_with_ast_gt_80_bcis_bloodstream" INTEGER,
  "ctas_with_reported_bcis_with_ast_gt_80_bcis_gonorrhea" INTEGER,
  "ctas_with_reported_bcis_with_ast_gt_80_bcis_stool" INTEGER,
  "ctas_with_reported_bcis_with_ast_gt_80_bcis_urinary_tract" INTEGER,
  "total_bcis_bloodstream" UINTEGER,
  "total_bcis_gonorrhea" INTEGER,
  "total_bcis_stool" INTEGER,
  "total_bcis_urinary_tract" UINTEGER,
  "total_bcis_with_ast_bloodstream" UINTEGER,
  "total_bcis_with_ast_gonorrhea" INTEGER,
  "total_bcis_with_ast_stool" INTEGER,
  "total_bcis_with_ast_urinary_tract" UINTEGER,
  "share_ctas_with_reported_bcis_bloodstream" FLOAT,
  "share_ctas_with_reported_bcis_gonorrhea" FLOAT,
  "share_ctas_with_reported_bcis_stool" FLOAT,
  "share_ctas_with_reported_bcis_urinary_tract" FLOAT,
  "share_ctas_with_reported_bcis_with_ast_gt_80_bcis_bloodstream" FLOAT,
  "share_ctas_with_reported_bcis_with_ast_gt_80_bcis_gonorrhea" FLOAT,
  "share_ctas_with_reported_bcis_with_ast_gt_80_bcis_stool" FLOAT,
  "share_ctas_with_reported_bcis_with_ast_gt_80_bcis_urinary_tract" FLOAT
);

Share link

Anyone who has the link will be able to view this.