-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtools.json
More file actions
244 lines (244 loc) · 9.81 KB
/
Copy pathtools.json
File metadata and controls
244 lines (244 loc) · 9.81 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
{
"meta": {
"title": "臨床藥學工具集",
"subtitle": "梁哲嘉藥師",
"author": "Liang",
"lastUpdated": "2026-09-08"
},
"categories": [
{ "id": "clinical", "label": "臨床計算", "icon": "💊" },
{ "id": "adr", "label": "藥物安全", "icon": "⚠️" },
{ "id": "gov", "label": "政府資料庫", "icon": "🏛️" },
{ "id": "internal", "label": "院內工具", "icon": "🏥" }
],
"tools": [
{
"id": "faers-suspect-ranker",
"name": "FAERS Suspect Ranker",
"nameZh": "多藥ADR嫌疑排序",
"description": "以ROR/PRR不相稱性統計,反向分析多重用藥中最可能致ADR之藥品",
"category": "adr",
"url": "https://liangrxdev.github.io/faers-suspect-ranker/",
"repo": "https://github.com/liangRXdev/faers-suspect-ranker",
"platform": "github-pages",
"status": "active",
"tags": ["pharmacovigilance", "OpenFDA", "disproportionality"]
},
{
"id": "medication-safety-minesweeper",
"name": "Medication Safety Minesweeper",
"nameZh": "用藥安全踩雷",
"description": "以合成病例訓練辨識具臨床可行動性的用藥問題:於藥品配對矩陣插旗標記交互作用,並勾選整體處方層級問題,送出後計分並提供逐題解析",
"category": "adr",
"url": "https://medication-safety-minesweeper.pages.dev/",
"repo": "https://github.com/liangRXdev/Medication-Safety-Minesweeper",
"platform": "cloudflare-pages",
"status": "active",
"tags": ["education", "DRP", "drug-interaction", "training"]
},
{
"id": "bicarb-dosing-calc",
"name": "Bicarb Dosing Calculator",
"nameZh": "碳酸氫鈉劑量計算",
"description": "依體重與目標pH計算NaHCO₃補充劑量",
"category": "clinical",
"url": "https://liangrxdev.github.io/bicarb-dosing-calc/",
"repo": "https://github.com/liangRXdev/bicarb-dosing-calc",
"platform": "github-pages",
"status": "active",
"tags": ["ICU", "acid-base", "dosing"]
},
{
"id": "opioid-converter",
"name": "Opioid Converter",
"nameZh": "鴉片類藥物換算",
"description": "台灣院內常用鴉片類藥物等效劑量換算(含口服/注射途徑)",
"category": "clinical",
"url": "https://liangrxdev.github.io/opioid-converter-zh/",
"repo": "https://github.com/liangRXdev/opioid-converter-zh",
"platform": "github-pages",
"status": "active",
"tags": ["pain", "equianalgesic", "conversion"]
},
{
"id": "dopamine-dose-calc",
"name": "Dopamine Dose Calculator",
"nameZh": "Dopamine 劑量計算",
"description": "依體重與目標劑量範圍計算Dopamine滴速",
"category": "clinical",
"url": "https://liangrxdev.github.io/dopamine-dose-calculator/",
"repo": "https://github.com/liangRXdev/dopamine-dose-calculator",
"platform": "github-pages",
"status": "active",
"tags": ["ICU", "vasopressor", "infusion"]
},
{
"id": "kdigo-aki-stage",
"name": "KDIGO AKI Staging",
"nameZh": "KDIGO急性腎損傷分期",
"description": "依KDIGO指引判定AKI分期與處置建議",
"category": "clinical",
"url": "https://liangrxdev.github.io/kdigo-aki-stage/",
"repo": "https://github.com/liangRXdev/kdigo-aki-stage",
"platform": "github-pages",
"status": "active",
"tags": ["nephrology", "AKI", "KDIGO"]
},
{
"id": "o2-cylinder-timer",
"name": "O₂ Cylinder Timer",
"nameZh": "氧氣小鋼瓶可用時間估算",
"description": "估算攜帶式醫用氧氣小鋼瓶(3.4 L)於設定流速下的可用時間",
"category": "clinical",
"url": "https://liangrxdev.github.io/o2-cylinder-timer/",
"repo": "https://github.com/liangRXdev/o2-cylinder-timer",
"platform": "github-pages",
"status": "active",
"tags": ["oxygen", "cylinder", "respiratory"]
},
{
"id": "dx-ebm-calc",
"name": "Diagnostic Test EBM Calculator",
"nameZh": "診斷檢驗EBM計算器",
"description": "由2×2或sens/spec算概似比(LR),貝氏更新前後機率,互動Fagan nomogram,附常見檢驗LR速查庫",
"category": "clinical",
"url": "https://liangrxdev.github.io/dx-ebm-calc/",
"repo": "https://github.com/liangRXdev/dx-ebm-calc",
"platform": "github-pages",
"status": "active",
"tags": ["EBM", "likelihood-ratio", "diagnosis", "nomogram"]
},
{
"id": "tx-ebm-calc",
"name": "Treatment Effect EBM Calculator",
"nameZh": "治療效益EBM計算器",
"description": "由四宮格/百分比/人年算ARR、NNT/NNH、RRR/RR/OR,產生白話說明與百人效益圖(Cates plot),可列印總表",
"category": "clinical",
"url": "https://liangrxdev.github.io/tx-ebm-calc/",
"repo": "https://github.com/liangRXdev/tx-ebm-calc",
"platform": "github-pages",
"status": "active",
"tags": ["EBM", "NNT", "absolute-risk-reduction", "Cates-plot"]
},
{
"id": "vanco-auc-calc",
"name": "Vancomycin AUC Calculator",
"nameZh": "萬古黴素AUC劑量計算",
"description": "AUC導向萬古黴素劑量:經驗起始、雙點反算(Sawchuk-Zaske)、Bayesian AUC(Goti 2018二室先驗),含資料信心分層與安全閘門,純前端",
"category": "clinical",
"url": "https://liangrxdev.github.io/vanco-auc-calc/",
"repo": "https://github.com/liangRXdev/vanco-auc-calc",
"platform": "github-pages",
"status": "active",
"tags": ["ICU", "TDM", "pharmacokinetics", "AUC", "Bayesian"]
},
{
"id": "tfda-drug-search",
"name": "TFDA Drug Info Search",
"nameZh": "TFDA藥品資訊查詢",
"description": "查詢台灣TFDA藥品適應症、成分、外觀、仿單及健保規範",
"category": "gov",
"url": "https://liangrxdev.github.io/TFDA-drug-info-search/",
"repo": "https://github.com/liangRXdev/TFDA-drug-info-search",
"platform": "github-pages",
"status": "active",
"tags": ["TFDA", "license", "drug-info"]
},
{
"id": "pill-detective-tw",
"name": "Pill Detective TW",
"nameZh": "藥丸偵探",
"description": "依刻字、顏色、形狀與刻痕搜尋TFDA藥品外觀資料,縮小候選清單供人工比對確認",
"category": "gov",
"url": "https://liangrxdev.github.io/pill-detective-tw/",
"repo": "https://github.com/liangRXdev/pill-detective-tw",
"platform": "github-pages",
"status": "active",
"tags": ["TFDA", "pill-identification", "appearance"]
},
{
"id": "tfda-drug-shortage-dashboard",
"name": "TFDA Drug Shortage Dashboard",
"nameZh": "TFDA藥品缺藥替代儀表板",
"description": "視覺化呈現TFDA缺藥平台替代藥品資訊",
"category": "gov",
"url": "https://liangrxdev.github.io/TFDA-drug-shortage-dashboard/",
"repo": "https://github.com/liangRXdev/TFDA-drug-shortage-dashboard",
"platform": "github-pages",
"status": "active",
"tags": ["TFDA", "shortage", "dashboard"]
},
{
"id": "tfda-recall-dashboard",
"name": "TFDA Drug Recall Dashboard",
"nameZh": "TFDA藥品回收儀表板",
"description": "視覺化呈現TFDA藥品回收公告趨勢與分類統計",
"category": "gov",
"url": "https://liangrxdev.github.io/TFDA-drug-recall-dashboard/",
"repo": "https://github.com/liangRXdev/TFDA-drug-recall-dashboard",
"platform": "github-pages",
"status": "active",
"tags": ["TFDA", "recall", "dashboard"]
},
{
"id": "tfda-drug-id-quiz",
"name": "TFDA Drug Identification Quiz",
"nameZh": "藥品辨識王",
"description": "以TFDA藥品外觀資料集出題,三種難度練習藥品外觀辨識,另有不計分閃卡模式",
"category": "gov",
"url": "https://liangrxdev.github.io/TFDA-drug-id-quiz/",
"repo": "https://github.com/liangRXdev/TFDA-drug-id-quiz",
"platform": "github-pages",
"status": "active",
"tags": ["TFDA", "education", "drug-identification"]
},
{
"id": "iv-compatibility",
"name": "IV Compatibility Checker",
"nameZh": "IV共用管路相容性查詢",
"description": "查詢注射藥品Y-site相容性,支援多藥同時比對,自動提供管路分配建議",
"category": "internal",
"url": null,
"repo": null,
"platform": "gas",
"status": "active",
"tags": ["IV", "Y-site", "compatibility"]
},
{
"id": "antithrombotic-periop",
"name": "Antithrombotic Periop Advisor",
"nameZh": "抗血栓藥品停復藥建議",
"description": "依手術風險與藥品種類提供圍術期停藥/復藥時程建議,支援多藥且提醒字卡下載",
"category": "internal",
"url": null,
"repo": null,
"platform": "gas",
"status": "active",
"tags": ["perioperative", "antithrombotic", "bridging"]
},
{
"id": "drug-appearance",
"name": "Drug Appearance Lookup",
"nameZh": "院內藥品外觀仿單查詢",
"description": "以藥品代碼或名稱查詢院內藥品外觀圖片與仿單連結",
"category": "internal",
"url": null,
"repo": null,
"platform": "gas",
"status": "active",
"tags": ["identification", "appearance", "formulary"]
},
{
"id": "multilingual-rx",
"name": "Multilingual Rx Translator",
"nameZh": "用藥多語言轉換工具",
"description": "將中文用藥指示轉譯為英/越/印/泰等多語版本,並提供字卡列印",
"category": "internal",
"url": null,
"repo": null,
"platform": "gas",
"status": "active",
"tags": ["translation", "patient-education", "multilingual"]
}
]
}