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

臺灣核心實作指引(TW Core IG), published by 衛生福利部. This guide is not an authorized publication; it is the continuous build for version 0.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cctwFHIRterm/MOHW_TWCoreIG_Build/ and changes regularly. See the Directory of published versions

: 血液檢體 - TTL Representation

Raw ttl | Download


@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 -------------------------------------------------------------------

 a fhir:Specimen ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "spe-blood-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Specimen-twcore"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Specimen-twcore>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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:identifier ( [
fhir:system [ fhir:v "https://www.tph.mohw.gov.tw"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1a3f5b7d-9e2c-4f6a-8c1e-0b2d4e6f8a9c" ]
  ] ) ; # 
  fhir:accessionIdentifier [
fhir:value [ fhir:v "20150816-0001" ]
  ] ; # 
  fhir:status [ fhir:v "available"] ; # 
  fhir:type [
    ( fhir:coding [
a sct:119297000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "119297000" ] ;
fhir:display [ fhir:v "Blood specimen" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/pat-example" ] ;
fhir:display [ fhir:v "陳加玲" ]
  ] ; # 
  fhir:receivedTime [ fhir:v "2023-11-04T09:00:00.000Z"^^xsd:dateTime] ; # 
  fhir:collection [
fhir:collector [
fhir:reference [ fhir:v "Practitioner/pra-dr-example" ] ;
fhir:display [ fhir:v "王依昇" ]     ] ;
fhir:collected [ fhir:v "2023-11-03T08:30:08.000Z"^^xsd:dateTime ] ;
fhir:quantity [
fhir:value [ fhir:v "4"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mL" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mL" ]     ] ;
fhir:method [
      ( fhir:coding [
a sct:278450005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "278450005" ] ;
fhir:display [ fhir:v "Finger-prick sampling" ]       ] ) ;
fhir:text [ fhir:v "Phlebotomy" ]     ] ;
fhir:bodySite [
      ( fhir:coding [
a sct:53130003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "53130003" ] ;
fhir:display [ fhir:v "Venous Blood" ]       ] ) ;
fhir:text [ fhir:v "Venous Blood" ]     ] ;
fhir:fastingStatus [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0916"^^xsd:anyURI ] ;
fhir:code [ fhir:v "F" ] ;
fhir:display [ fhir:v "Patient was fasting prior to the procedure." ]       ] )     ]
  ] ; # 
  fhir:processing ( [
fhir:description [ fhir:v "Centrifugation" ] ;
fhir:procedure [
      ( fhir:coding [
a sct:85457002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "85457002" ] ;
fhir:display [ fhir:v "Centrifugation" ]       ] ) ;
fhir:text [ fhir:v "Centrifugation" ]     ] ;
fhir:time [ fhir:v "2023-11-04T09:30:00.000Z"^^xsd:dateTime ]
  ] [
fhir:description [ fhir:v "Freezing" ] ;
fhir:procedure [
      ( fhir:coding [
a sct:48103003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "48103003" ] ;
fhir:display [ fhir:v "Freezing" ]       ] ) ;
fhir:text [ fhir:v "Freezing" ]     ] ;
fhir:time [ fhir:v "2023-11-04T10:00:00.000Z"^^xsd:dateTime ]
  ] ) ; # 
  fhir:container ( [
fhir:description [ fhir:v "真空採血管" ] ;
fhir:type [
      ( fhir:coding [
a sct:701516009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "701516009" ] ;
fhir:display [ fhir:v "Evacuated blood collection tube transport container" ]       ] )     ] ;
fhir:capacity [
fhir:value [ fhir:v "6"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mL" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mL" ]     ] ;
fhir:specimenQuantity [
fhir:value [ fhir:v "4"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mL" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mL" ]     ]
  ] ) ; # 
  fhir:note ( [
fhir:text [ fhir:v "此血液檢體來自患者的最後一次例行檢查" ]
  ] ) . #