This page is part of the 臺灣重大傷病實作指引 (v1.0.0: STU1.0.0) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, 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-06-11&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-06-11&authored-on=lt2025-01-07
GET [base]/Task?status=[查詢進度]
例子:
(1) GET [base]/Task?status=completed