臺灣核心實作指引(TW Core IG)
0.3.2 - Trial Use

This page is part of the 臺灣核心實作指引(TW Core IG) (v0.3.2: Releases) 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

Resource Profile: TW Core Implantable Device

Official URL: https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Device-twcore Version: 0.3.2
Active as of 2024-12-12 Computable Name: TWCoreImplantableDevice

此臺灣核心-植入式裝置(TW Core Implantable Device) Profile說明本IG如何進一步定義FHIR的Device Resource以呈現植入式裝置資料。

Usage:

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

This structure is derived from Device

NameFlagsCard.TypeDescription & Constraintsdoco
.. Device 0..* Device 植入式醫療器材
... identifier S 0..* Identifier 植入式醫療器材識別代碼,可為機構內器材代碼或為醫療器材單一識別碼之產品識別碼(UDI-DI)
... udiCarrier S 0..1 BackboneElement 醫療器材單一識別標示,詳細規定可參考「醫療器材標籤應刊載單一識別碼規定」。
.... deviceIdentifier S 1..1 string 醫療器材單一識別碼之產品識別碼(UDI-DI)。可於食品藥物管理署「醫療器材單一識別系統資訊管理平台(udid.fda.gov.tw)」查詢相關資訊。
Example General: 08436569590324
.... carrierHRF S 0..1 string 醫療器材單一識別標示之人眼可識別資訊(HRI)
Example General: (01)08436569590324(17)250101(10)PT13254
... manufacturer S 0..1 string 製造商
... lotNumber S 0..1 string 批號
Example General: 250101
... serialNumber S 0..1 string 序號
Example S1538501: S1538501
... type S 0..1 CodeableConcept 醫療器材產品類別
... patient S 1..1 Reference(TW Core Patient) 病人資訊
... owner 0..1 Reference(TW Core Organization) Organization responsible for device
... location 0..1 Reference(TW Core Location) Where the device is found
... parent 0..1 Reference(TW Core Implantable Device) The parent device

doco Documentation for this format

 

Other representations of profile: CSV, Excel, Schematron

Notes:

以下概述了此Profile所需的RESTful FHIR互動功能。有關TW Core IG支援的RESTful互動功能的完整清單,請參閱TW Core Server能力聲明

必須應該支援以下查詢參數:

  1. 必須(SHALL) 支援透過查詢參數 patient 查詢所有Device:
    (如何透過reference查詢)
    GET [base]/Device?patient={Type/}[id]

    例子:
    (1) GET [base]/Device?patient=Patient/pat-example

建議應該支援以下查詢參數:

  1. 建議應該(SHOULD) 支援透過查詢參數 patienttype 查詢所有Device:
    (如何透過reference查詢)
    (如何透過token查詢)
    GET [base]/Device?patient={Type/}[id]&type={system|}[code]

    例子:
    (1) GET [base]/Device?patient=Patient/pat-example&type=http://snomed.info/sct|468063009

  2. 建議應該(SHOULD) 支援透過查詢參數 patientstatus 查詢所有Device:
    (如何透過reference查詢)
    (如何透過token查詢)
    GET [base]/Device?patient={Type/}[id]&status=[code]

    例子:
    (1) GET [base]/Device?patient=Patient/pat-example&status=active