臺灣核心實作指引(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/Specimen/spe-blood-example> a fhir:Specimen ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "spe-blood-example"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Specimen-twcore" ;
fhir:index 0 ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Specimen-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/specimen-status\">SpecimenStatus</a>#available)</span></p><p><b>檢體識別碼</b>:1a3f5b7d-9e2c-4f6a-8c1e-0b2d4e6f8a9c</p><p><b>實驗室識別碼</b>:20150816-0001</p><p><b>檢體類型</b>:Blood, Autopsy <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://snomed.info/sct\">SNOMED CT</a>#119297000)</span></p><p><b>病人</b>:<a href=\"Patient-pat-example.html\">Patient/pat-example</a> \"陳加玲\"</p><p><b>病人採檢前禁食狀況</b>:Patient was fasting prior to the procedure. <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://terminology.hl7.org/CodeSystem/v2-0916\">v2 Relevant Clincial Information</a>#F)</span></p><p><b>檢查者</b>:<a href=\"Practitioner-pra-dr-example.html\">Practitioner/pra-dr-example</a> \"王依昇\"</p><blockquote><p><b>檢體資料</b></p><p><b>採集檢體的時間</b>:2023-11-03T08:30:08.000Z<br/><b>執行檢體採集的技術</b>:Finger-prick sampling <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://snomed.info/sct\">SNOMED CT</a>#278450005)</span><br/><b>解剖採集部位</b>:Venous Blood <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://snomed.info/sct\">SNOMED CT</a>#53130003)</span><br/><b>採集檢體的數量</b>:4 mL <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://unitsofmeasure.org\">UCUM</a>#mL)</span></p></blockquote><blockquote><p><b>檢體處理資料</b></p><b>處理步驟(一)</b>:Centrifugation <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://snomed.info/sct\">SNOMED CT</a>#85457002)</span><br/><b>檢體處理的日期和時間(一)</b>:2023-11-04T09:30:00.000Z<br/><b>處理步驟(二)</b>:Freezing <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://snomed.info/sct\">SNOMED CT</a>#48103003)</span><br/><b>檢體處理的日期和時間(二)</b>:2023-11-04T10:00:00.000Z<br/><p><b>檢體容器資料</b></p><p><b>容器類別</b>:Evacuated blood collection tube transport container <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://snomed.info/sct\">SNOMED CT</a>#701516009)</span><br/><b>容器說明</b>:真空採血管<br/><b>容器的大小</b>:6 mL <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://unitsofmeasure.org\">UCUM</a>#mL)</span><br/><b>容器內的檢體量</b>:4 mL <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://unitsofmeasure.org\">UCUM</a>#mL)</span></p></blockquote><p><b>備註</b>:此血液檢體來自患者的最後一次例行檢查</p></div>"
] ;
fhir:Specimen.identifier [
fhir:index 0 ;
fhir:Identifier.system [ fhir:value "https://www.tph.mohw.gov.tw" ] ;
fhir:Identifier.value [ fhir:value "1a3f5b7d-9e2c-4f6a-8c1e-0b2d4e6f8a9c" ]
] ;
fhir:Specimen.accessionIdentifier [
fhir:Identifier.value [ fhir:value "20150816-0001" ]
] ;
fhir:Specimen.status [ fhir:value "available"] ;
fhir:Specimen.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:119297000 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "119297000" ] ;
fhir:Coding.display [ fhir:value "Blood specimen" ]
]
] ;
fhir:Specimen.subject [
fhir:link <http://hl7.org/fhir/Patient/pat-example> ;
fhir:Reference.reference [ fhir:value "Patient/pat-example" ] ;
fhir:Reference.display [ fhir:value "陳加玲" ]
] ;
fhir:Specimen.receivedTime [ fhir:value "2023-11-04T09:00:00.000Z"^^xsd:dateTime] ;
fhir:Specimen.collection [
fhir:Specimen.collection.collector [
fhir:link <http://hl7.org/fhir/Practitioner/pra-dr-example> ;
fhir:Reference.reference [ fhir:value "Practitioner/pra-dr-example" ] ;
fhir:Reference.display [ fhir:value "王依昇" ]
] ;
fhir:Specimen.collection.collectedDateTime [ fhir:value "2023-11-03T08:30:08.000Z"^^xsd:dateTime ] ;
fhir:Specimen.collection.quantity [
fhir:Quantity.value [ fhir:value "4"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "mL" ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
fhir:Quantity.code [ fhir:value "mL" ]
] ;
fhir:Specimen.collection.method [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:278450005 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "278450005" ] ;
fhir:Coding.display [ fhir:value "Finger-prick sampling" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Phlebotomy" ]
] ;
fhir:Specimen.collection.bodySite [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:53130003 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "53130003" ] ;
fhir:Coding.display [ fhir:value "Venous Blood" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Venous Blood" ]
] ;
fhir:Specimen.collection.fastingStatusCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0916" ] ;
fhir:Coding.code [ fhir:value "F" ] ;
fhir:Coding.display [ fhir:value "Patient was fasting prior to the procedure." ]
]
]
] ;
fhir:Specimen.processing [
fhir:index 0 ;
fhir:Specimen.processing.description [ fhir:value "Centrifugation" ] ;
fhir:Specimen.processing.procedure [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:85457002 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "85457002" ] ;
fhir:Coding.display [ fhir:value "Centrifugation" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Centrifugation" ]
] ;
fhir:Specimen.processing.timeDateTime [ fhir:value "2023-11-04T09:30:00.000Z"^^xsd:dateTime ]
], [
fhir:index 1 ;
fhir:Specimen.processing.description [ fhir:value "Freezing" ] ;
fhir:Specimen.processing.procedure [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:48103003 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "48103003" ] ;
fhir:Coding.display [ fhir:value "Freezing" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Freezing" ]
] ;
fhir:Specimen.processing.timeDateTime [ fhir:value "2023-11-04T10:00:00.000Z"^^xsd:dateTime ]
] ;
fhir:Specimen.container [
fhir:index 0 ;
fhir:Specimen.container.description [ fhir:value "真空採血管" ] ;
fhir:Specimen.container.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:701516009 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "701516009" ] ;
fhir:Coding.display [ fhir:value "Evacuated blood collection tube transport container" ]
]
] ;
fhir:Specimen.container.capacity [
fhir:Quantity.value [ fhir:value "6"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "mL" ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
fhir:Quantity.code [ fhir:value "mL" ]
] ;
fhir:Specimen.container.specimenQuantity [
fhir:Quantity.value [ fhir:value "4"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "mL" ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
fhir:Quantity.code [ fhir:value "mL" ]
]
] ;
fhir:Specimen.note [
fhir:index 0 ;
fhir:Annotation.text [ fhir:value "此血液檢體來自患者的最後一次例行檢查" ]
] .
<http://hl7.org/fhir/Patient/pat-example> a fhir:Patient .
<http://hl7.org/fhir/Practitioner/pra-dr-example> a fhir:Practitioner .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Specimen/spe-blood-example.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Specimen/spe-blood-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 |
聯絡我們
