Replies: 1 comment
|
The three vocabularies you're looking for (NDC, RxNorm, ATC) aren't shipped in this repository, they're downloaded from Athena, OHDSI's vocabulary distribution service:
Once loaded, the NDC → ATC mapping is a two-step path: Note that one NDC can map to multiple ATC classes (combination drugs, or ingredients used in several therapeutic groups), so expect one-to-many results. For vocabulary questions like this, the OHDSI forums and the Athena/vocabulary documentation are also good resources. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
‘’‘ndc.vocabulary_id as vocabulary1_id
, ndc.concept_class_id as NDC_class_id
, ndc.concept_id as NDC_concept_id
, ndc.concept_name as NDC_concept_name
, ndc.concept_code as NDC_concept_code
, rela.relationship_id as relationship12_id
, rxnorm.vocabulary_id as rxnorm_vocabulary_id
, rxnorm.concept_class_id as rxnorm_concept_class_id
, rxnorm.concept_id as rxnorm_concept_id
, rxnorm.concept_name as rxnorm_concept_name
, rxnorm.concept_code as rxnorm_concept_code
--, relb.relationship_id as relationship23_id
, rxnorm_ing.concept_class_id as ing_concept_class_id
, rxnorm_ing.concept_id as ing_concept_id
, rxnorm_ing.concept_name as ing_concept_name
, atcl5.vocabulary_id as atcl5_vocabulary_id
, atcl5.concept_class_id as atcl5_concept_class_id
, atcl5.concept_id as atcl5_concept_id
, atcl5.concept_name as atcl5_concept_name
, atcl5.concept_code as atcl5_concept_code’‘’
I also hope to realize the mapping from ndc to ATC.
Thank you very much for your understanding. Thank you very much for your understanding. May I ask you a favor? I haven't found these three datasets for a long time. Where can I get them?
All reactions