forked from stuppie/semmed-biolink
-
Notifications
You must be signed in to change notification settings - Fork 0
/
blm_to_umls_nodes.json
97 lines (97 loc) · 2.12 KB
/
blm_to_umls_nodes.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"Gene": [
"Gene or Genome"
],
"Protein": [
"Amino Acid, Peptide, or Protein",
"Enzyme"
],
"CellularComponent": [
"cell component"
],
"BiologicalProcessOrActivity": [
"Molecular Function",
"Mental Process",
"Genetic Function",
"Cell Function",
"Biologic Function",
"Organism Function",
"Organ or Tissue Function"
],
"Cell": [
"cell"
],
"ActivityAndBehavior": [
"Social Behavior",
"Activity",
"Individual Behavior",
"Behavior",
"Occupational Activity",
"Daily or Recreational Activity"
],
"GenomicEntity": [
"Nucleotide Sequence",
"Amino Acid Sequence"
],
"AnatomicalEntity": [
"Body Space or Junction",
"Body Location or Region",
"Body Substance"
],
"GrossAnatomicalStructure": [
"Anatomical Structure",
"Fully Formed Anatomical Structure",
"Body Part, Organ, or Organ Component",
"Tissue",
"Embryonic Structure",
"Body System"
],
"ChemicalSubstance": [
"Hormone",
"Organic Chemical",
"Organophosphorus Compound",
"Chemical Viewed Functionally",
"Clinical Drug",
"Element, Ion, or Isotope",
"Indicator, Reagent, or Diagnostic Aid",
"Carbohydrate",
"Antibiotic",
"Pharmacologic Substance",
"Eicosanoid",
"Immunologic Factor",
"Receptor",
"Vitamin",
"Hazardous or Poisonous Substance",
"Neuroreactive Substance or Biogenic Amine",
"Biomedical or Dental Material",
"Chemical",
"Steroid",
"Biologically Active Substance",
"Chemical Viewed Structurally",
"Inorganic Chemical",
"Lipid"
],
"DiseaseOrPhenotypicFeature": [
"Congenital Abnormality",
"Injury or Poisoning",
"Mental or Behavioral Dysfunction",
"Anatomical Abnormality",
"Acquired Abnormality",
"Neoplastic Process",
"Experimental Model of Disease",
"Sign or Symptom",
"Pathologic Function",
"Cell or Molecular Dysfunction",
"Disease or Syndrome",
"Finding"
],
"IndividualOrganism": [
"Living Beings"
],
"PhenotypicFeature": [
"Laboratory or Test Result"
],
"NamedThing": [
"Objects"
]
}