電子病歷交換單張實作指引(EMR-IG)
0.1.0 - ci-build

This page is part of the 電子病歷交換單張實作指引(EMR-IG) (v0.1.0: Releases) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

CapabilityStatement: CapabilityStatementEMRServer

Official URL: https://twcore.mohw.gov.tw/ig/emr/CapabilityStatement/CapabilityStatementEMRServer Version: 0.1.0
Draft as of 2023-11-20 Computable Name: CapabilityStatementEMRServer

電子病歷交換單張-伺服端(Server)之能力聲明

Raw OpenAPI-Swagger Definition file | Download

  • 實作指引版本:0.1.0
  • FHIR版本:4.0.1
  • 發佈日:2023-11-20

電子病歷交換單張-伺服端

  • 電子病歷交換單張-伺服端 必須(SHALL)
    1. 可透過FHIR RESTful API查詢Resources
    2. 根據FHIR規範實作RESTful
    3. HTTP回傳狀態碼:
      • (Status 400):無效參數(invalid parameter)
      • (Status 401/4xx):未經授權的請求(unauthorized request)
      • (Status 403):未充分授權的資料存取範圍(insufficient premission scope)
      • (Status 404):未知的resource(unknown resource)
    4. Server提供的API操作皆支援JSON格式
    5. 可識別每個新增到Server的實例(instance)之meta.profile是否為EMR Profiles Defining URL,並確認實例是否依循profile製作。【註:實例是指依據profile實作,將真實資料以JSON、XML或Turtle格式存放的檔案】
  • 安全性
    1. Server必須(SHALL)透過回傳HTTP 401未授權」,HTTP 403「禁止」,或HTTP 404「未找到」,來拒絕任何未經授權的請求。
  • 系統互動能力:
    • 可能可以(MAY)支援交易(transaction
    • 可能可以(MAY)支援批次(batch
    • 可能可以(MAY)支援查詢系統(search-system

應用說明

  • 此「電子病歷交換單張實作指引(EMR-IG)」中使用的 Bundle type為「document」,根據 HL7 FHIR 中規定,Bundle type為「document」時第一個資源須為Composition,並且將整個Bundle視為一個文件或報告來傳遞資料。但為了未來支援各醫院將 Bundle 轉換為 「transaction」形式儲存個別資源,因此Composition僅作為資料關聯功能,不放置任何欄位內容。

Resources或Profiles的RESTful功能

Bundle