Package | tw.gov.mohw.nhi.ci |
Type | CapabilityStatement |
Id | CapabilityStatementTWCIClient |
FHIR Version | R4 |
Source | https://nhicore.nhi.gov.tw/ci/https://build.fhir.org/ig/TWNHIFHIR/ci/CapabilityStatement-CapabilityStatementTWCIClient.html |
URL | https://nhicore.nhi.gov.tw/ci/CapabilityStatement/CapabilityStatementTWCIClient |
Version | 1.0.0 |
Status | active |
Date | 2025-04-30 |
Name | CapabilityStatementTWCIClient |
Title | 臺灣重大傷病-用戶端(TWCI Client) |
Realm | tw |
Authority | national |
Description | 臺灣健保重大傷病實作指引(TWCI IG)用戶端(Client)之能力聲明 |
Kind | requirements |
No resources found
ImplementationGuide | |
tw.gov.mohw.nhi.ci | 臺灣重大傷病實作指引 |
SearchParameter | |
Bundle-id | BundleID |
Patient-identifier | PatientIdentifier |
Patient-name | PatientName |
Task-authored-on | TaskAuthoredOn |
Task-identifier | TaskIdentifier |
Task-modified | TaskModified |
Task-patient | TaskPatient |
Task-period | TaskPeriod |
Task-status | TaskStatus |
StructureDefinition | |
Bundle-twci | 重大傷病申請證明-Bundle TWCI |
Condition-twci | 重大傷病-Condition TWCI |
Patient-twci | 病人資訊-Patient TWCI |
Questionnaire-twci | 重大傷病申請書-Questionnaire TWCI |
QuestionnaireResponse-twci | 重大傷病申請書回覆-QuestionnaireResponse TWCI |
Task-twci | 重大傷病申請-Task TWCI |
Note: links and images are rebased to the (stated) source
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
.{ "resourceType": "CapabilityStatement", "id": "CapabilityStatementTWCIClient", "text": { "status": "extensions", "div": "<!-- snip (see above) -->" }, "url": "https://nhicore.nhi.gov.tw/ci/CapabilityStatement/CapabilityStatementTWCIClient", "version": "1.0.0", "name": "CapabilityStatementTWCIClient", "title": "臺灣重大傷病-用戶端(TWCI Client)", "status": "active", "experimental": false, "date": "2025-04-30", "publisher": "衛生福利部中央健康保險署", "contact": [ { "name": "衛生福利部中央健康保險署", "telecom": [ { "system": "url", "value": "https://www.nhi.gov.tw" } ] } ], "description": "臺灣健保重大傷病實作指引(TWCI IG)用戶端(Client)之能力聲明", "kind": "requirements", "fhirVersion": "4.0.1", "format": [ "json", "xml" ], "patchFormat": [ "application/json-patch+json" ], "implementationGuide": [ "https://nhicore.nhi.gov.tw/ci/ImplementationGuide/tw.gov.mohw.nhi.ci" ], "rest": [ { "mode": "client", "documentation": "臺灣重大傷病-用戶端(TWCI Client)必須(SHALL)使用臺灣重大傷病伺服端(TWCI Server)能力聲明中的查詢參數,支援讀取和查詢一個或多個臺灣重大傷病Profile(s)。", "security": { "description": "有關要求和建議,請參閱[安全性](security.html)。" }, "resource": [ { "type": "Bundle", "profile": "https://nhicore.nhi.gov.tw/ci/StructureDefinition/Bundle-twci", "interaction": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "create" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "read" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "vread" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "update" } ], "referencePolicy": [ "resolves" ], "searchParam": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "_id", "definition": "https://nhicore.nhi.gov.tw/ci/SearchParameter/Bundle-id", "type": "token" } ] }, { "type": "Questionnaire", "profile": "https://nhicore.nhi.gov.tw/ci/StructureDefinition/Questionnaire-twci", "interaction": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "create" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "read" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "vread" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "update" } ], "referencePolicy": [ "resolves" ] }, { "type": "QuestionnaireResponse", "profile": "https://nhicore.nhi.gov.tw/ci/StructureDefinition/QuestionnaireResponse-twci", "interaction": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "create" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "read" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "vread" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "update" } ], "referencePolicy": [ "resolves" ] }, { "type": "Task", "profile": "https://nhicore.nhi.gov.tw/ci/StructureDefinition/Task-twci", "interaction": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "create" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "read" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "vread" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "update" } ], "referencePolicy": [ "resolves" ], "searchParam": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "period", "definition": "https://nhicore.nhi.gov.tw/ci/SearchParameter/Task-period", "type": "date" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "patient", "definition": "https://nhicore.nhi.gov.tw/ci/SearchParameter/Task-patient", "type": "reference" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "authored-on", "definition": "https://nhicore.nhi.gov.tw/ci/SearchParameter/Task-authored-on", "type": "date" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "modified", "definition": "https://nhicore.nhi.gov.tw/ci/SearchParameter/Task-modified", "type": "date" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "identifier", "definition": "https://nhicore.nhi.gov.tw/ci/SearchParameter/Task-identifier", "type": "token" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "status", "definition": "https://nhicore.nhi.gov.tw/ci/SearchParameter/Task-status", "type": "token" } ] }, { "type": "Patient", "profile": "https://nhicore.nhi.gov.tw/ci/StructureDefinition/Patient-twci", "interaction": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "create" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "read" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "vread" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "update" } ], "referencePolicy": [ "resolves" ], "searchParam": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "name", "definition": "https://nhicore.nhi.gov.tw/ci/SearchParameter/Patient-name", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "identifier", "definition": "https://nhicore.nhi.gov.tw/ci/SearchParameter/Patient-identifier", "type": "token" } ] }, { "type": "Condition", "profile": "https://nhicore.nhi.gov.tw/ci/StructureDefinition/Condition-twci", "interaction": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "create" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "read" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "vread" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "update" } ], "referencePolicy": [ "resolves" ] } ] } ] }