臺灣重大傷病實作指引, published by 衛生福利部中央健康保險署. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/TWNHIFHIR/ci/ and changes regularly. See the Directory of published versions
以下為本IG使用到的所有查詢參數(SearchParameter)。
GET [base]/Task?patient.identifier=[身分證號]
例子:
(1) GET [base]/Task?patient.identifier=A123456789
GET [base]/Task?patient.name=[姓名]
例子:
(1) GET [base]/Task?patient.name=A123456789
GET [base]/Task?period={gt|lt|ge|le}[受理日期]{&period={gt|lt|ge|le}[受理日期]}
例子:
(1) GET [base]/Task?period=gt2025-04-30&period=lt2025-01-07
GET [base]/Task?modified={gt|lt|ge|le}[核定日期]{&modified={gt|lt|ge|le}[核定日期]}
例子:
(1) GET [base]/Task?modified=gt2025-01-05&modified=lt2025-01-07
GET [base]/Task?identifier=[受理編號]
例子:
(1) GET [base]/Task?identifier=20241231010109051701
GET [base]/Task?authored-on={gt|lt|ge|le}[收件日期]{&authored-on={gt|lt|ge|le}[收件日期]}
例子:
(1) GET [base]/Task?authored-on=gt2025-04-30&authored-on=lt2025-01-07
GET [base]/Task?status=[查詢進度]
例子:
(1) GET [base]/Task?status=completed