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
Official URL: https://nhicore.nhi.gov.tw/ci/CapabilityStatement/CapabilityStatementTWCIClient | Version: 1.0.0 | |||
Active as of 2025-06-11 | Computable Name: CapabilityStatementTWCIClient |
臺灣健保重大傷病實作指引(TWCI IG)用戶端(Client)之能力聲明
Raw OpenAPI-Swagger Definition file | Download
json
, xml
client
臺灣重大傷病-用戶端(TWCI Client)必須(SHALL):
(1)使用使用臺灣重大傷病伺服端(TWCI Server)能力聲明中的查詢參數,支援讀取和查詢一個或多個臺灣重大傷病Profile(s)。
安全性:
(1)有關要求和建議,請參閱安全性。
共有六類Resources支援查詢,查詢參數如表列:
Resource型別 | Profile | Create | Read | VRead | Delete | Update | 支援的查詢參數 |
---|---|---|---|---|---|---|---|
Bundle | 重大傷病申請證明-Bundle TWCI | y | y | y | y | _id | |
Questionnaire | 重大傷病申請書-Questionnaire TWCI | y | y | y | y | ||
QuestionnaireResponse | 重大傷病申請書回覆-QuestionnaireResponse TWCI | y | y | y | y | ||
Task | 重大傷病申請-Task TWCI | y | y | y | y | period, patient, authored-on, modified, identifier, status | |
Patient | 病人資訊-Patient TWCI | y | y | y | y | name, identifier | |
Condition | 重大傷病-Condition TWCI | y | y | y | y |
resolves
create
, read
, vread
, update
.遵從度 | 參數 | 類型 | 範例 |
---|---|---|---|
必須(SHALL) | _id | token | GET [base]/Bundle?_id=[id] GET [base]/Bundle/[id] |
resolves
create
, read
, vread
, update
.resolves
create
, read
, vread
, update
.遵從度 | 參數 | 類型 | 範例 |
---|---|---|---|
必須(SHALL) | patient.identifier | reference , token | GET [base]/Task?patient.identifier=[code] 實作請參考查詢參數 |
必須(SHALL) | patient.name | reference , string | GET [base]/Task?patient.name=[string] 實作請參考查詢參數 |
必須(SHALL) | period | date | GET [base]/Task?period={gt|lt|ge|le}[date]{&period={gt|lt|ge|le}[date]} |
必須(SHALL) | modified | date | GET [base]/Task?modified={gt|lt|ge|le}[date]{&modified={gt|lt|ge|le}[date]} |
必須(SHALL) | identifier | token | GET [base]/Task?identifier=[code] |
必須(SHALL) | authored-on | date | GET [base]/Task?authored-on={gt|lt|ge|le}[date]{&authored-on={gt|lt|ge|le}[date]} |
必須(SHALL) | status | token | GET [base]/Task?status=[code] |
遵從度 | 參數 | 類型 | 範例 |
---|---|---|---|
必須(SHALL) | identifier | token | GET [base]/Patient?identifier=[code] 實作請參考查詢參數 |
必須(SHALL) | name | string | GET [base]/Patient?name=[string] 實作請參考查詢參數 |
resolves
create
, read
, vread
, update
.