I am using vocab version from May 2017
I am not able to find in ATC vocabulary ID the concept
Glucagon-like peptide-1 receptor (GLP-1) analogues A10BJ
Also code A10BK.
Would it be possible to refresh ATC in Athena to the latest version so that new-ish codes are there?
library(OHDSIVocab)
get_version()
VOCABULARY_ID VOCABULARY_NAME VOCABULARY_REFERENCE VOCABULARY_VERSION VOCABULARY_CONCEPT_ID
1 None OMOP Standardized Vocabularies OMOP generated v5.0 03-MAY-17 44819096
see 0 rows results below
concept %>% filter(VOCABULARY_ID==‘ATC’) %>% filter(CONCEPT_CODE==‘A10BJ’)
[1] CONCEPT_ID CONCEPT_NAME DOMAIN_ID VOCABULARY_ID CONCEPT_CLASS_ID STANDARD_CONCEPT
[7] CONCEPT_CODE VALID_START_DATE VALID_END_DATE INVALID_REASON
<0 rows> (or 0-length row.names)