| antibiotic_icd_indications | R Documentation | 
Look up table of common infections and whether they are commonly treated with antibiotics.
antibiotic_icd_indications
Data frame of 276 rows describing ICD-10 codes with 6 columns:
icd_rootcharacter vector of 3- to 4-character ICD-10 codes
infection_group1_labelcharacter vector referencing 17 infection groups
infection_group2_labelcharacter vector referencing 74 infections
antibiotics_indicatedcharacter vector indicating whether antibiotics are indicated ("potentially", "rarely", "usually")
infection_group1_codecharacter vector containing 3-character short codes for infection groups
infection_group2_codecharacter vector containing 5-character short codes for infections
Adapted from Supplementary Table S1 in \insertCiteHashimoto2020Ramses.
data("antibiotic_icd_indications")
head(antibiotic_icd_indications)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.