Two data sets containing all antibiotics/antimycotics and antivirals. Use as.ab()
or one of the ab_*
functions to retrieve values from the antibiotics data set. Three identifiers are included in this data set: an antibiotic ID (ab
, primarily used in this package) as defined by WHONET/EARS-Net, an ATC code (atc
) as defined by the WHO, and a Compound ID (cid
) as found in PubChem. Other properties in this data set are derived from one or more of these codes. Note that some drugs have multiple ATC codes.
Format
For the antibiotics data set: a tibble with 483 observations and 14 variables:
ab
Antibiotic ID as used in this package (such asAMC
), using the official EARS-Net (European Antimicrobial Resistance Surveillance Network) codes where available. This is a unique identifier.cid
Compound ID as found in PubChem. This is a unique identifier.name
Official name as used by WHONET/EARS-Net or the WHO. This is a unique identifier.group
A short and concise group name, based on WHONET and WHOCC definitionsatc
ATC codes (Anatomical Therapeutic Chemical) as defined by the WHOCC, likeJ01CR02
atc_group1
Official pharmacological subgroup (3rd level ATC code) as defined by the WHOCC, like"Macrolides, lincosamides and streptogramins"
atc_group2
Official chemical subgroup (4th level ATC code) as defined by the WHOCC, like"Macrolides"
abbr
List of abbreviations as used in many countries, also for antibiotic susceptibility testing (AST)synonyms
Synonyms (often trade names) of a drug, as found in PubChem based on their compound IDoral_ddd
Defined Daily Dose (DDD), oral treatment, currently available for 179 drugsoral_units
Units oforal_ddd
iv_ddd
Defined Daily Dose (DDD), parenteral (intravenous) treatment, currently available for 153 drugsiv_units
Units ofiv_ddd
loinc
All codes associated with the name of the antimicrobial drug from Logical Observation Identifiers Names and Codes (LOINC), Version 2.76 (18 September, 2023). Useab_loinc()
to retrieve them quickly, seeab_property()
.
For the antivirals data set: a tibble with 120 observations and 11 variables:
av
Antiviral ID as used in this package (such asACI
), using the official EARS-Net (European Antimicrobial Resistance Surveillance Network) codes where available. This is a unique identifier. Combinations are codes that contain a+
to indicate this, such asATA+COBI
for atazanavir/cobicistat.name
Official name as used by WHONET/EARS-Net or the WHO. This is a unique identifier.atc
ATC codes (Anatomical Therapeutic Chemical) as defined by the WHOCCcid
Compound ID as found in PubChem. This is a unique identifier.atc_group
Official pharmacological subgroup (3rd level ATC code) as defined by the WHOCCsynonyms
Synonyms (often trade names) of a drug, as found in PubChem based on their compound IDoral_ddd
Defined Daily Dose (DDD), oral treatmentoral_units
Units oforal_ddd
iv_ddd
Defined Daily Dose (DDD), parenteral treatmentiv_units
Units ofiv_ddd
loinc
All codes associated with the name of the antiviral drug from Logical Observation Identifiers Names and Codes (LOINC), Version 2.76 (18 September, 2023). Useav_loinc()
to retrieve them quickly, seeav_property()
.
An object of class tbl_df
(inherits from tbl
, data.frame
) with 120 rows and 11 columns.
Source
World Health Organization (WHO) Collaborating Centre for Drug Statistics Methodology (WHOCC): https://atcddd.fhi.no/atc_ddd_index/
Logical Observation Identifiers Names and Codes (LOINC), Version 2.76 (18 September, 2023). Accessed from https://loinc.org on October 19th, 2023.
European Commission Public Health PHARMACEUTICALS - COMMUNITY REGISTER: https://ec.europa.eu/health/documents/community-register/html/reg_hum_atc.htm
Details
Properties that are based on an ATC code are only available when an ATC is available. These properties are: atc_group1
, atc_group2
, oral_ddd
, oral_units
, iv_ddd
and iv_units
.
Synonyms (i.e. trade names) were derived from the PubChem Compound ID (column cid
) and consequently only available where a CID is available.
Direct download
Like all data sets in this package, these data sets are publicly available for download in the following formats: R, MS Excel, Apache Feather, Apache Parquet, SPSS, SAS, and Stata. Please visit our website for the download links. The actual files are of course available on our GitHub repository.
WHOCC
This package contains all ~550 antibiotic, antimycotic and antiviral drugs and their Anatomical Therapeutic Chemical (ATC) codes, ATC groups and Defined Daily Dose (DDD) from the World Health Organization Collaborating Centre for Drug Statistics Methodology (WHOCC, https://atcddd.fhi.no) and the Pharmaceuticals Community Register of the European Commission (https://ec.europa.eu/health/documents/community-register/html/reg_hum_atc.htm).
These have become the gold standard for international drug utilisation monitoring and research.
The WHOCC is located in Oslo at the Norwegian Institute of Public Health and funded by the Norwegian government. The European Commission is the executive of the European Union and promotes its general interest.
NOTE: The WHOCC copyright does not allow use for commercial purposes, unlike any other info from this package. See https://atcddd.fhi.no/copyright_disclaimer/.
Examples
antibiotics
#> # A tibble: 483 × 14
#> ab cid name group atc atc_group1 atc_group2 abbreviations synonyms
#> <ab> <dbl> <chr> <chr> <lis> <chr> <chr> <list> <named >
#> 1 AMA 4649 4-ami… Anti… <chr> Drugs for… Aminosali… <chr [1]> <chr>
#> 2 ACM 6450012 Acety… Macr… <chr> NA NA <chr [1]> <chr>
#> 3 ASP 49787020 Acety… Macr… <chr> NA NA <chr [1]> <chr>
#> 4 ALS 8954 Aldes… Othe… <chr> Drugs for… Drugs for… <chr [1]> <chr>
#> 5 AMK 37768 Amika… Amin… <chr> Aminoglyc… Other ami… <chr [5]> <chr>
#> 6 AKF NA Amika… Amin… <chr> NA NA <chr [1]> <chr>
#> 7 AMX 33613 Amoxi… Beta… <chr> Beta-lact… Penicilli… <chr [3]> <chr>
#> 8 AMC 23665637 Amoxi… Beta… <chr> Beta-lact… Combinati… <chr [5]> <chr>
#> 9 AXS 465441 Amoxi… Beta… <chr> NA NA <chr [1]> <chr>
#> 10 AMB 5280965 Ampho… Anti… <chr> Antimycot… Antibioti… <chr [3]> <chr>
#> # ℹ 473 more rows
#> # ℹ 5 more variables: oral_ddd <dbl>, oral_units <chr>, iv_ddd <dbl>,
#> # iv_units <chr>, loinc <list>
antivirals
#> # A tibble: 120 × 11
#> av name atc cid atc_group synonyms oral_ddd oral_units iv_ddd
#> <av> <chr> <chr> <dbl> <chr> <list> <dbl> <chr> <dbl>
#> 1 ABA Abacavir J05A… 4.41e5 Nucleosi… <chr> 0.6 g NA
#> 2 ACI Aciclovir J05A… 1.35e8 Nucleosi… <chr> 4 g 4
#> 3 ADD Adefovir… J05A… 6.09e4 Nucleosi… <chr> 10 mg NA
#> 4 AME Amenamev… J05A… 1.14e7 Other an… <chr> 0.4 g NA
#> 5 AMP Amprenav… J05A… 6.50e4 Protease… <chr> 1.2 g NA
#> 6 ASU Asunapre… J05A… 1.61e7 Antivira… <chr> 0.2 g NA
#> 7 ATA Atazanav… J05A… 1.48e5 Protease… <chr> 0.3 g NA
#> 8 ATA+COBI Atazanav… J05A… 8.66e7 Antivira… <chr> NA NA NA
#> 9 ATA+RIT Atazanav… J05A… 2.51e7 Antivira… <chr> 0.3 g NA
#> 10 BAM Baloxavi… J05A… 1.24e8 Other an… <chr> 40 mg NA
#> # ℹ 110 more rows
#> # ℹ 2 more variables: iv_units <chr>, loinc <list>