醫療保險理賠實作指引 - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Official URL: https://claim.cgh.org.tw/iclaim/CapabilityStatement/CapabilityStatementiClaimClient | Version: 1.0.0 | |||
Active as of 2024-07-19 | Computable Name: CapabilityStatementiClaimClient |
醫療保險理賠實作指引-用戶端(Client)之能力聲明
Raw OpenAPI-Swagger Definition file | Download
json
、xml
client
醫療保險理賠-用戶端(Client)必須(SHALL):支援新增、修改和查詢一個或多個Profile(s)。
共有十二類Resources支援查詢,查詢參數如表列:
Resource型別 | Profile | Create | conditionalCreate | Update | conditionalUpdate | Read | VRead | Delete | 支援的查詢參數 |
---|---|---|---|---|---|---|---|---|---|
Bundle | 理賠用收據-診斷證明-檢驗紀錄(Bundle iClaim) | y | y | y | y | y | y | - | _id, identifier |
Composition | 理賠用收據-診斷證明-檢驗紀錄(Composition iClaim) | y | y | y | y | y | y | - | _id, patient, entry |
Claim | 理賠申請書(Claim iClaim) | y | y | y | y | y | y | - | - |
Condition | 病情、問題或診斷(Condition iClaim) | y | y | y | y | y | y | - | - |
Coverage | 保險(Coverage iClaim) | y | y | y | y | y | y | - | - |
DiagnosticReport | 診斷報告(DiagnosticReport iClaim) | y | y | y | y | y | y | - | - |
Encounter | 就醫事件(Encounter iClaim) | y | y | y | y | y | y | - | identifier |
Observation | 檢驗檢查(Observation iClaim) | y | y | y | y | y | y | - | - |
Organization | 支援的Profiles 臺灣核心-醫事機構(TW Core Organization Hospital Department) 臺灣核心-公司行號(TW Core Organization Company) | y | y | y | y | y | y | - | - |
Patient | 病人資料(Patient iClaim) | y | y | y | y | y | y | - | identifier |
Practitioner | 健康照護服務提供人員資料(Practitioner iClaim) | y | y | y | y | y | y | - | - |
PractitionerRole | 健康照護服務提供者角色(PractitionerRole iClaim) | y | y | y | y | y | y | - | - |
遵從度 | 參數 | 類型 | 範例 |
---|---|---|---|
必須(SHALL) | _id | token | GET [base]/Bundle?_id=[id] GET [base]/Bundle/[id] |
必須(SHALL) | identifier | token | GET [base]/Bundle?identifier={system|}[code] |
遵從度 | 參數 | 類型 | 範例 |
---|---|---|---|
必須(SHALL) | _id | token | GET [base]/Composition?_id=[id] ,GET [base]/Composition/[id] |
必須(SHALL) | patient | reference | GET [base]/Composition?patient=[patient] ,實作請參考Composition-Notes |
必須(SHALL) | entry | reference | GET [base]/Composition?entry=[encounter] ,實作請參考Composition-Notes |
遵從度 | 參數 | 類型 | 範例 |
---|---|---|---|
必須(SHALL) | identifier | token | GET [base]/Encounter?identifier=[identifier] ,實作請參考Composition-Notes |
resolves
遵從度 | 參數 | 類型 | 範例 |
---|---|---|---|
必須(SHALL) | identifier | token | GET [base]/Patient?identifier=[identifier] ,實作請參考Composition-Notes |