Variable Name
rx_antifungal-injectRefreshed Date
2023-04
Files
1 Download↓
Tags
Level of Review
Data Model
Vocabularies
The concept set was used to identify patients who had record of injectable antifungal medications.
Variable Status
Funder(s)
Provenance
Developed for Neonatal Enteroviral Sepsis (NES) study to locate injectable antifungal medications for neonates/infants.
Description
This codeset was created by searching for medication names provided by the study team. This broad concept set was developed at the SCDG drug levels and descendants were grabbed when running the code for the study.
Medication Term Classes
Clinical Subjects Headings
Development Code
## ANTIFUNGALS INJECTABLES MEDS ----
# 1160234 fluconazole Injectable Product
# 1164590 voriconazole Injectable Product
# 1151754 caspofungin Injectable Product
# 1156756 micafungin Injectable Product
# 1152913 amphotericin B Injectable Product
antifungal_injc_codes <- c('1160234',
'1164590',
'1151754',
'1156756',
'1152913'
)
antifungal_injc <- cdm_tbl('concept') %>%
filter(concept_code %in% antifungal_injc_codes & vocabulary_id == 'RxNorm') %>%
select(concept_id, concept_code, concept_name, vocabulary_id, concept_class_id) %>%
collect()
write_csv(antifungal_injc, 'specs/rx_antifungal_injectables.csv')Creative Commons license
Except where otherwised noted, this item's license is described as a CC-BY Attribution 4.0 license.

