臺灣核心實作指引(TW Core IG), published by 衛生福利部. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/TU9IVy1UV0NvcmVJRw/VFcgQ29yZSBJRyBJVFJJ/ and changes regularly. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/ImagingStudy/img-example> a fhir:ImagingStudy ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "img-example"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/ImagingStudy-twcore" ;
fhir:index 0 ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/ImagingStudy-twcore>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>腹部超音波</b></h3><p><b>狀態</b>:Available <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/imagingstudy-status\">ImagingStudyStatus</a>#available)</span></p><p><b>識別碼(official)</b>:2ffe0c20-50d8-49df-85f6-6452d1d201b9</p><p><b>檢查開始日期與時間</b>:2022-08-01T19:00:14</p><p><b>病人</b>:<a href=\"Patient-pat-example.html\">Patient/pat-example</a> \"陳加玲\"</p><p><b>就醫事件</b>:<a href=\"Encounter-enc-example.html\">Encounter/enc-example</a> \"就醫資料\"</p><p><b>檢查相關Series的數量</b>:1</p><p><b>檢查相關Instances的數量</b>:1</p><p><b>處置或手術</b>:<a href=\"Procedure-pro-example.html\">Procedure/pro-example</a> \"處置或手術基本資料\"<br/><b>執行的處置或手術代碼</b>:腹部超音波<span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ( <a href=\"CodeSystem-icd-10-pcs-2021-tw.html\">TW2021ICD10PCS</a>#BW40ZZZ)</span></p><blockquote><p><b>系列(series)實例</b>:</p><p><b>DICOM系列實例UID</b>:2.25.88017001449189502323411118737039844242<br/><b>所使用的成像儀器</b>: Ultrasound <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://dicom.nema.org/resources/ontology/DCM\">CID 29 Acquisition Modality</a>#US)</span><br/><b>身體部位</b>:Pectoral region <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://snomed.info/sct\">SNOMED CT</a>#251007)</span><br/><b>檢查執行者</b>:<a href=\"Practitioner-pra-radio-example.html\">Practitioner/pra-radio-example</a> \"王曉明\"</p><blockquote><p/><p><b>SOP實例</b>:</p><b>UID</b>:2.25.284548087604447302186649612333159050027<br/><b>DICOM class 類型</b>: urn:oid:1.2.840.10008.5.1.4.1.1.3.1<p/></blockquote></blockquote></div>"
] ;
fhir:ImagingStudy.identifier [
fhir:index 0 ;
fhir:Identifier.use [ fhir:value "official" ] ;
fhir:Identifier.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
fhir:Coding.code [ fhir:value "ACSN" ] ;
fhir:Coding.display [ fhir:value "Accession ID" ]
]
] ;
fhir:Identifier.system [ fhir:value "http://www.moi.gov.tw" ] ;
fhir:Identifier.value [ fhir:value "2ffe0c20-50d8-49df-85f6-6452d1d201b9" ]
] ;
fhir:ImagingStudy.status [ fhir:value "available"] ;
fhir:ImagingStudy.subject [
fhir:link <http://hl7.org/fhir/Patient/pat-example> ;
fhir:Reference.reference [ fhir:value "Patient/pat-example" ]
] ;
fhir:ImagingStudy.encounter [
fhir:link <http://hl7.org/fhir/Encounter/enc-example> ;
fhir:Reference.reference [ fhir:value "Encounter/enc-example" ]
] ;
fhir:ImagingStudy.started [ fhir:value "2022-08-01T19:00:14+08:00"^^xsd:dateTime] ;
fhir:ImagingStudy.numberOfSeries [ fhir:value "1"^^xsd:nonNegativeInteger] ;
fhir:ImagingStudy.numberOfInstances [ fhir:value "1"^^xsd:nonNegativeInteger] ;
fhir:ImagingStudy.procedureReference [
fhir:link <http://hl7.org/fhir/Procedure/pro-example> ;
fhir:Reference.reference [ fhir:value "Procedure/pro-example" ]
] ;
fhir:ImagingStudy.procedureCode [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/icd-10-pcs-2021-tw" ] ;
fhir:Coding.code [ fhir:value "BW40ZZZ" ] ;
fhir:Coding.display [ fhir:value "腹部超音波" ]
]
] ;
fhir:ImagingStudy.series [
fhir:index 0 ;
fhir:ImagingStudy.series.uid [ fhir:value "2.25.88017001449189502323411118737039844242" ] ;
fhir:ImagingStudy.series.modality [
fhir:Coding.system [ fhir:value "http://dicom.nema.org/resources/ontology/DCM" ] ;
fhir:Coding.code [ fhir:value "US" ]
] ;
fhir:ImagingStudy.series.bodySite [
a sct:251007 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "251007" ] ;
fhir:Coding.display [ fhir:value "Pectoral region" ]
] ;
fhir:ImagingStudy.series.performer [
fhir:index 0 ;
fhir:ImagingStudy.series.performer.actor [
fhir:link <http://hl7.org/fhir/Practitioner/pra-radio-example> ;
fhir:Reference.reference [ fhir:value "Practitioner/pra-radio-example" ]
]
] ;
fhir:ImagingStudy.series.instance [
fhir:index 0 ;
fhir:ImagingStudy.series.instance.uid [ fhir:value "2.25.284548087604447302186649612333159050027" ] ;
fhir:ImagingStudy.series.instance.sopClass [
fhir:Coding.system [ fhir:value "urn:ietf:rfc:3986" ] ;
fhir:Coding.code [ fhir:value "urn:oid:1.2.840.10008.5.1.4.1.1.3.1" ]
]
]
] .
<http://hl7.org/fhir/Patient/pat-example> a fhir:Patient .
<http://hl7.org/fhir/Encounter/enc-example> a fhir:Encounter .
<http://hl7.org/fhir/Procedure/pro-example> a fhir:Procedure .
<http://hl7.org/fhir/Practitioner/pra-radio-example> a fhir:Practitioner .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/ImagingStudy/img-example.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/ImagingStudy/img-example.ttl> .
IG © 2022+ 衛生福利部. Package tw.gov.mohw.twcore#1.0.0 based on FHIR 4.0.1. Generated 2026-08-18
Links: Table of Contents |
QA Report
| Version History |
聯絡我們
