臺灣血液透析實作指引 (TW HD IG)
0.0.2 - ci-build
臺灣血液透析實作指引 (TW HD IG) - Local Development build (v0.0.2) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
本 IG 未定義自訂 SearchParameter——所有要求支援的查詢參數均為 FHIR R4 基規格之標準參數。下表彙整能力聲明中各資源應支援的查詢參數:
| 資源 | 參數 | 型別 | 用途 |
|---|---|---|---|
| Patient | identifier |
token | 以身分證號 / 病歷號查詢病患 |
| Patient | name |
string | 以姓名查詢 |
| Patient | birthdate |
date | 以生日查詢 |
| Patient | gender |
token | 以性別過濾 |
| Organization | identifier、name |
token / string | 查詢透析院所 |
| Condition | patient |
reference | 查某病患之診斷(原發病 / 合併症 / 感染) |
| Condition | code |
token | 以診斷碼查詢(SNOMED CT / KiDiT 本地碼) |
| Condition | category |
token | 以診斷類別過濾 |
| Observation | patient |
reference | 查某病患之檢驗 / 量測 |
| Observation | code |
token | 以 LOINC 查詢(如 718-7 血色素) |
| Observation | date |
date | 以採檢 / 量測日期過濾 |
| Observation | category |
token | laboratory / vital-signs / survey |
| Encounter | patient、date、status |
reference / date / token | 查住出院紀錄 |
| Procedure | patient、code、date |
reference / token / date | 查透析處方 / 治療紀錄 / 造管 |
| Device | patient、type |
reference / token | 查透析器 / 血管通路裝置 |
| MedicationStatement | patient、status |
reference / token | 查透析用藥 |
| Composition | patient、date、type |
reference / date / token | 查病歷文件 |
常用查詢示例:
GET [base]/Patient?identifier=A123456789
GET [base]/Observation?patient=Patient/123&code=http://loinc.org|718-7&date=ge2024-01-01
GET [base]/Procedure?patient=Patient/123&code=http://snomed.info/sct|302497006
本 IG 未定義自訂 OperationDefinition。透析病例交換以文件型 Bundle 的 create(POST [base]/Bundle)為主要提交方式,不需自訂操作。
建議伺服器另支援下列 FHIR 標準操作(由基礎設施提供,非本 IG 規範範圍):
| 操作 | 用途 |
|---|---|
$validate |
提交前驗證資源是否符合本 IG Profile(如 POST [base]/Bundle/$validate) |
$expand |
展開值集(術語伺服器功能,供前端下拉選單使用) |
$document |
由 Composition 即時組裝文件 Bundle(替代預組 Bundle 之提交方式) |