## Codes for mechanical_ventilation
# Description:
desc <- "Mechanical Ventilation"
# Diagnosis codes:
icd9_codes <- as.character(children_safe(c()))
icd10_codes <- as.character(children_safe(c()))
# Procedure codes:
pr_codes_icd9 <- c("967", "9671", "9672")
pr_codes_icd10 <- c("5A1935Z", "5A1945Z", "5A1955Z")
pr_codes_cpt <- c("94002","94003","94004","94656","94657")
# Medication codes
rx_codes <- c()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.