forked from vanallenlab/moalmanac-db
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathagents.json
More file actions
104 lines (104 loc) · 2.6 KB
/
Copy pathagents.json
File metadata and controls
104 lines (104 loc) · 2.6 KB
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
98
99
100
101
102
103
104
[
{
"id": "vanallenlab",
"type": "Agent",
"agentType": "contributor",
"name": "Van Allen lab",
"description": "Van Allen lab, Dana-Farber Cancer Institute"
},
{
"id": "ema",
"type": "Agent",
"agentType": "organization",
"name": "European Medicines Agency",
"description": "Regulatory agency that approves medicines for use in the European Union.",
"extensions": [
{
"name": "last_updated",
"value": "2025-10-01",
"description": ""
},
{
"name": "url",
"value": "https://www.ema.europa.eu/en/medicines",
"description": ""
}
]
},
{
"id": "fda",
"type": "Agent",
"agentType": "organization",
"name": "Food and Drug Administration",
"description": "Regulatory agency that approves drugs for use in the United States.",
"extensions": [
{
"name": "last_updated",
"value": "2026-03-02",
"description": ""
},
{
"name": "url",
"value": "https://www.accessdata.fda.gov/scripts/cder/daf/index.cfm",
"description": ""
}
]
},
{
"id": "hse",
"type": "Agent",
"agentType": "organization",
"name": "Health Service Executive",
"description": "Regulatory agency that approves medicines for reimbursement by the public health system in the Republic of Ireland.",
"extensions": [
{
"name": "last_updated",
"value": "2025-10-01",
"description": ""
},
{
"name": "url",
"value": "https://www.hse.ie/eng/services/list/5/cancer/profinfo/chemoprotocols/",
"description": ""
}
]
},
{
"id": "hpra",
"type": "Agent",
"agentType": "organization",
"name": "Health Products Regulatory Authority",
"description": "National register of authorized medicines in the Republic of Ireland.",
"extensions": [
{
"name": "last_updated",
"value": "2025-10-01",
"description": ""
},
{
"name": "url",
"value": "http://www.hpra.ie/homepage/medicines/medicines-information/find-a-medicine",
"description": ""
}
]
},
{
"id": "hc",
"type": "Agent",
"agentType": "organization",
"name": "Health Canada",
"description": "Regulatory agency that approves drugs for sale and use in Canada.",
"extensions": [
{
"name": "last_updated",
"value": "2025-06-11",
"description": ""
},
{
"name": "url",
"value": "https://health-products.canada.ca/dpd-bdpp/",
"description": ""
}
]
}
]