@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/ImagingStudy/img-example> a fhir:ImagingStudy ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "img-example"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/ImagingStudy-twcore"^^xsd:anyURI ;
       fhir:l <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/ImagingStudy-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/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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:use [ fhir:v "official" ] ;
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/v2-0203>
         ] ;
         fhir:code [ fhir:v "ACSN" ] ;
         fhir:display [ fhir:v "Accession ID" ]
       ] )
     ] ;
     fhir:system [
       fhir:v "http://www.moi.gov.tw"^^xsd:anyURI ;
       fhir:l <http://www.moi.gov.tw>
     ] ;
     fhir:value [ fhir:v "2ffe0c20-50d8-49df-85f6-6452d1d201b9" ]
  ] ) ; # 
  fhir:status [ fhir:v "available"] ; # 
  fhir:subject [
     fhir:l <https://twcore.mohw.gov.tw/ig/twcore/Patient/pat-example> ;
     fhir:reference [ fhir:v "Patient/pat-example" ]
  ] ; # 
  fhir:encounter [
     fhir:l <https://twcore.mohw.gov.tw/ig/twcore/Encounter/enc-example> ;
     fhir:reference [ fhir:v "Encounter/enc-example" ]
  ] ; # 
  fhir:started [ fhir:v "2022-08-01T19:00:14+08:00"^^xsd:dateTime] ; # 
  fhir:numberOfSeries [ fhir:v "1"^^xsd:nonNegativeInteger] ; # 
  fhir:numberOfInstances [ fhir:v "1"^^xsd:nonNegativeInteger] ; # 
  fhir:procedureReference [
     fhir:l <https://twcore.mohw.gov.tw/ig/twcore/Procedure/pro-example> ;
     fhir:reference [ fhir:v "Procedure/pro-example" ]
  ] ; # 
  fhir:procedureCode ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/icd-10-pcs-2021-tw"^^xsd:anyURI ;
         fhir:l <https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/icd-10-pcs-2021-tw>
       ] ;
       fhir:code [ fhir:v "BW40ZZZ" ] ;
       fhir:display [ fhir:v "腹部超音波" ]
     ] )
  ] ) ; # 
  fhir:series ( [
     fhir:uid [ fhir:v "2.25.88017001449189502323411118737039844242" ] ;
     fhir:modality [
       fhir:system [
         fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ;
         fhir:l <http://dicom.nema.org/resources/ontology/DCM>
       ] ;
       fhir:code [ fhir:v "US" ]
     ] ;
     fhir:bodySite [
       a sct:251007 ;
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:code [ fhir:v "251007" ] ;
       fhir:display [ fhir:v "Pectoral region" ]
     ] ;
     fhir:performer ( [
       fhir:actor [
         fhir:l <https://twcore.mohw.gov.tw/ig/twcore/Practitioner/pra-radio-example> ;
         fhir:reference [ fhir:v "Practitioner/pra-radio-example" ]
       ]
     ] ) ;
     fhir:instance ( [
       fhir:uid [ fhir:v "2.25.284548087604447302186649612333159050027" ] ;
       fhir:sopClass [
         fhir:system [
           fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ;
           fhir:l <urn:ietf:rfc:3986>
         ] ;
         fhir:code [ fhir:v "urn:oid:1.2.840.10008.5.1.4.1.1.3.1" ]
       ]
     ] )
  ] ) . # 

# -------------------------------------------------------------------------------------

