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_root
character vector of 3- to 4-character ICD-10 codes
infection_group1_label
character vector referencing 17 infection groups
infection_group2_label
character vector referencing 74 infections
antibiotics_indicated
character vector indicating whether antibiotics are indicated ("potentially", "rarely", "usually")
infection_group1_code
character vector containing 3-character short codes for infection groups
infection_group2_code
character 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.