@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 -------------------------------------------------------------------

<https://twcore.mohw.gov.tw/ig/twcore/Specimen/spe-stool-example> a fhir:Specimen ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "spe-stool-example"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Specimen-twcore"^^xsd:anyURI ;
       fhir:l <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Specimen-twcore>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<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>：Stool specimen <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://snomed.info/sct\">SpecimenType</a>#119339001)</span></p><p><b>病人</b>：<a href=\"Patient-pat-example.html\">Patient/pat-example</a> \"陳加玲\"</p><p><b>病人採檢前禁食狀況</b>：The patient indicated they did not fast 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>#NF)</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-05T08:30:08<br/><b>執行檢體採集的技術</b>：糞便採集(Collection of stool specimen) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://snomed.info/sct\">SNOMED CT</a>#225105004)</span><br/><b>解剖採集部位</b>：肛門(Anus part) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://snomed.info/sct\">SNOMED CT</a>#123956007)</span><br/><b>採集檢體的數量</b>：10 g</p></blockquote><blockquote><p><b>檢體處理資料</b></p><b>處理步驟</b>：糞便隱血試驗<br/><b>檢體處理的日期和時間</b>：2023-11-05T09:30:00<br/><p><b>檢體容器資料</b></p><p><b>容器類型</b>：Fecal specimen container <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://snomed.info/sct\">SNOMED CT</a>#706047007)</span><br/><b>容器說明</b>：糞便標本容器<br/><b>容器的大小</b>：20 mL<br/><b>容器內的檢體量</b>：10 g</p></blockquote><p><b>備註</b>：此糞便樣本來自患者的排便觀察</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "available"] ; # 
  fhir:type [
     fhir:coding ( [
       a sct:119339001 ;
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:code [ fhir:v "119339001" ] ;
       fhir:display [ fhir:v "Stool specimen" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:l <https://twcore.mohw.gov.tw/ig/twcore/Patient/pat-example> ;
     fhir:reference [ fhir:v "Patient/pat-example" ] ;
     fhir:display [ fhir:v "陳加玲" ]
  ] ; # 
  fhir:receivedTime [ fhir:v "2023-11-05T09:00:00.000Z"^^xsd:dateTime] ; # 
  fhir:collection [
     fhir:collector [
       fhir:l <https://twcore.mohw.gov.tw/ig/twcore/Practitioner/pra-dr-example> ;
       fhir:reference [ fhir:v "Practitioner/pra-dr-example" ] ;
       fhir:display [ fhir:v "王依昇" ]
     ] ;
     fhir:collected [
       a fhir:DateTime ;
       fhir:v "2023-11-05T08:30:08.000Z"^^xsd:dateTime
     ] ;
     fhir:quantity [
       fhir:value [ fhir:v "10"^^xsd:decimal ] ;
       fhir:unit [ fhir:v "g" ]
     ] ;
     fhir:method [
       fhir:coding ( [
         a sct:225105004 ;
         fhir:system [
           fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
           fhir:l <http://snomed.info/sct>
         ] ;
         fhir:code [ fhir:v "225105004" ] ;
         fhir:display [ fhir:v "Collection of stool specimen" ]
       ] ) ;
       fhir:text [ fhir:v "糞便採集" ]
     ] ;
     fhir:bodySite [
       fhir:coding ( [
         a sct:123956007 ;
         fhir:system [
           fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
           fhir:l <http://snomed.info/sct>
         ] ;
         fhir:code [ fhir:v "123956007" ] ;
         fhir:display [ fhir:v "Anus part" ]
       ] ) ;
       fhir:text [ fhir:v "肛門" ]
     ] ;
     fhir:fastingStatus [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/v2-0916"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/v2-0916>
         ] ;
         fhir:code [ fhir:v "NF" ] ;
         fhir:display [ fhir:v "The patient indicated they did not fast prior to the procedure." ]
       ] )
     ]
  ] ; # 
  fhir:processing ( [
     fhir:description [ fhir:v "糞便隱血試驗" ] ;
     fhir:time [
       a fhir:DateTime ;
       fhir:v "2023-11-05T09:30:00Z"^^xsd:dateTime
     ]
  ] ) ; # 
  fhir:container ( [
     fhir:description [ fhir:v "糞便標本容器" ] ;
     fhir:type [
       fhir:coding ( [
         a sct:706047007 ;
         fhir:system [
           fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
           fhir:l <http://snomed.info/sct>
         ] ;
         fhir:code [ fhir:v "706047007" ] ;
         fhir:display [ fhir:v "Fecal specimen container" ]
       ] )
     ] ;
     fhir:capacity [
       fhir:value [ fhir:v "20"^^xsd:decimal ] ;
       fhir:unit [ fhir:v "mL" ]
     ] ;
     fhir:specimenQuantity [
       fhir:value [ fhir:v "10"^^xsd:decimal ] ;
       fhir:unit [ fhir:v "g" ]
     ]
  ] ) ; # 
  fhir:note ( [
     fhir:text [ fhir:v "此糞便樣本來自患者的排便觀察" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

