Research · FHIR Pre-step

Why Excel → FHIR conversion has no systematic solution.
A research note + working decryption tool for the encrypted export format.

研究 note 摘要

醫療互通標準(HL7 v2、FHIR R4)假設輸入是良好格式。但台灣中小型診所、護理之家、研究者最常用的資料格式是 Microsoft Excel ── 任意欄位名、混合型別、民國紀年、不一致的缺失值表示。

我們識別「FHIR pre-step」 ── 從 Excel chaos 到 FHIR Bundle 的 schema mapping 層 ── 是未被系統性研究的議題。我們調查了 9 個開源與商用 FHIR converter, 沒有任何一個同時做到:純瀏覽器處理、零安裝、PWA 離線、Excel 原生支援、模塊化架構。

三個研究方向:

  1. RQ1 · Schema mapping under uncertainty — 任意欄位名 → FHIR 欄位自動化 + 可驗證 mapping
  2. RQ2 · Privacy in browser-only architecture — 「資料從不離開瀏覽器」如何從口號變成可驗證的架構屬性
  3. RQ3 · Modular reference architecture — 同一份 codebase 能否同時服務小診所、研究者、大醫院(透過 composition 而非 fork)

🔐 解密工具(給用了「加密匯出」的使用者)

.fhir.enc.json 拖進來、輸入 passphrase、按解密 → 顯示原始 Bundle。 整個過程在你的瀏覽器、檔案 / passphrase 從不上傳