R/disease_codes/clubbing.R

## Codes for clubbing


# Description:

desc <- "Hypertrophic osteoarthropathy/clubbing"

tokens <- c("hypertrophic osteoarthropathy","clubbing","digital clubbing")

# Diagnosis codes:

icd9_codes <- as.character(children_safe(c("7815","7312")))

icd10_codes <- as.character(children_safe(c("M8940","R683")))

# Procedure codes:

pr_codes_icd9 <- c()

pr_codes_icd10 <- c()

pr_codes_cpt <- c()

# Medication codes

rx_codes <- c()
aarmiller/codeBuildr documentation built on April 14, 2025, 1:59 p.m.