臺灣核心實作指引(TW Core IG)
1.0.0 - STU 1.0.0 Taiwan flag

臺灣核心實作指引(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

: 尿液檢體 - 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 -------------------------------------------------------------------

<http://hl7.org/fhir/Specimen/spe-ur-example> a fhir:Specimen ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "spe-ur-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>:Urine <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://snomed.info/sct\">SpecimenType</a>#122575003)</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-06T09:00:00<br/><b>執行檢體採集的技術</b>:尿液採集(Urine examination) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://snomed.info/sct\">SNOMED CT</a>#167217005)</span><br/><b>解剖採集部位</b>:尿道(Urethra part) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://snomed.info/sct\">SNOMED CT</a>#119222001)</span><br/><b>採集檢體的數量</b>:50 mL</p></blockquote><blockquote><p><b>檢體處理資料</b></p><b>處理步驟</b>:尿液檢驗試紙分析<br/><b>檢體處理的日期和時間</b>:2023-11-06T09:30:00<br/><p><b>檢體容器資料</b></p><p><b>容器類別</b>:Urine specimen container <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://snomed.info/sct\">SNOMED CT</a>#706054001)</span><br/><b>容器說明</b>:尿液檢體容器<br/><b>容器的大小</b>:60 mL<br/><b>容器內的檢體量</b>:50 mL</p></blockquote><p><b>備註</b>:此尿液樣本來自患者的尿液分析</p></div>"
  ] ;
  fhir:Specimen.status [ fhir:value "available"] ;
  fhir:Specimen.type [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:122575003 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "122575003" ] ;
       fhir:Coding.display [ fhir:value "Urine 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-06T09: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-06T08:30:08.000Z"^^xsd:dateTime ] ;
     fhir:Specimen.collection.quantity [
       fhir:Quantity.value [ fhir:value "50"^^xsd:decimal ] ;
       fhir:Quantity.unit [ fhir:value "mL" ]
     ] ;
     fhir:Specimen.collection.method [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         a sct:167217005 ;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
         fhir:Coding.code [ fhir:value "167217005" ] ;
         fhir:Coding.display [ fhir:value "Urine examination" ]
       ] ;
       fhir:CodeableConcept.text [ fhir:value "尿液採集" ]
     ] ;
     fhir:Specimen.collection.bodySite [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         a sct:119222001 ;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
         fhir:Coding.code [ fhir:value "119222001" ] ;
         fhir:Coding.display [ fhir:value "Urethra part" ]
       ] ;
       fhir:CodeableConcept.text [ fhir:value "尿道" ]
     ] ;
     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 "尿液檢驗試紙分析" ] ;
     fhir:Specimen.processing.timeDateTime [ fhir:value "2023-11-06T09:30:00Z"^^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:706054001 ;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
         fhir:Coding.code [ fhir:value "706054001" ] ;
         fhir:Coding.display [ fhir:value "Urine specimen container" ]
       ]
     ] ;
     fhir:Specimen.container.capacity [
       fhir:Quantity.value [ fhir:value "60"^^xsd:decimal ] ;
       fhir:Quantity.unit [ fhir:value "mL" ]
     ] ;
     fhir:Specimen.container.specimenQuantity [
       fhir:Quantity.value [ fhir:value "50"^^xsd:decimal ] ;
       fhir:Quantity.unit [ 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-ur-example.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Specimen/spe-ur-example.ttl> .