antibiotic_icd_indications: Common infections and indications for antimicrobial therapy

antibiotic_icd_indicationsR Documentation

Common infections and indications for antimicrobial therapy

Description

Look up table of common infections and whether they are commonly treated with antibiotics.

Usage

antibiotic_icd_indications

Format

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

Source

Adapted from Supplementary Table S1 in \insertCiteHashimoto2020Ramses.

References

\insertAllCited

Examples

data("antibiotic_icd_indications")
head(antibiotic_icd_indications)

ramses-antibiotics/ramses-package documentation built on Feb. 13, 2024, 1:01 p.m.