You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please ensure following mappings are available at specified path. They are should be automatically generated when core graph updated (refers to LinkedSPLs-update/README)
25
28
26
-
mappings/active-ingredient-omopid-rxcui.dsv
29
+
(1) PT (preferred term) to UNII: LinkedSPLs-update/data/FDA/FDAPreferredSubstanceToUNII.txt
30
+
(2) UNII to RxNORM: LinkedSPLs-update/data/UMLS/UNIIs-Rxcuis-from-UMLS.txt
31
+
(3) PT to Drugbank: LinkedSPLs-update/mappings/ChEBI-DrugBank-bio2rdf-mapping/fda-substance-preferred-name-to-drugbank.txt
32
+
(4) PT to ChEBI: LinkedSPLs-update/mappings/PT-UNII-ChEBI-mapping/UNIIToChEBI.txt
33
+
(5) RxNORM to DrOn: LinkedSPLs-update/mappings/DrOn-to-RxNorm/cleaned-dron-chebi-rxcui-ingredient.txt
34
+
(6) RxNORM to NDFRT (EPC): LinkedSPLs-update/mappings/pharmacologic_class_indexing/EPC_extraction_most_recent.txt
35
+
36
+
(7) OMOP concept Id from OHDSI or query OMOP CDM V5 (GeriOMOP) by SQL query
27
37
28
-
29
38
query OMOP CDM V5 (GeriOMOP) by SQL query below:
30
39
SELECT cpt.CONCEPT_ID as omopid, cpt.CONCEPT_CODE as rxcui FROM
31
40
CONCEPT cpt
32
41
WHERE
33
42
cpt.CONCEPT_CLASS = 'Ingredient';
34
43
35
-
09/04/2015: 17049 results
36
-
37
44
right click result table and export to csv ('|' delimited)
45
+
save name as: active-ingredient-omopid-rxcui-<DATE>.dsv
46
+
to dir: LinkedSPLs-activeMoiety/mappings/active-ingredient-omopid-rxcui.dsv
38
47
48
+
01/18/2017: 17049 results
39
49
40
-
<STEP 2>: run python script to merge those mappings together
0 commit comments