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

: Positron emission tomography - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/ImagingStudy/img-pet-example> a fhir:ImagingStudy ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "img-pet-example"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/ImagingStudy-twcore" ;
       fhir:index 0 ;
       fhir:link <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/ImagingStudy-twcore>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>Positron emission tomography</b></h3><p><b>識別碼(official)</b>:urn:oid:2.16.886.103.102695.312603252934799756197864329946<br/><b>識別碼(usual)</b>:a142485449496602a142485449496602</p><p><b>狀態</b>:Available<span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ( <a href=\"http://hl7.org/fhir/R4/valueset-imagingstudy-status.html\">ImagingStudyStatus</a>#available)</span></p><p><b>病人</b>:<a href=\"Patient-pat-example.html\">Patient/pat-example</a> \"陳加玲\"</p><p><b>檢查開始日期與時間</b>:1996-05-14T12:56:26+08:00</p><p><b>影像描述</b>:PET WB &amp; reg Restag Hd &amp; Nck Ca</p><blockquote><p><b>系列(series)實例</b>:</p><p><b>DICOM系列實例UID</b>:2.16.886.103.102695.308323898107272214360495873340<br/><b>數字識別碼</b>: 607<br/><b>所使用的成像儀器</b>: Positron emission tomography <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://dicom.nema.org/resources/ontology/DCM\">CID 29 Acquisition Modality</a>#PT)</span><br/><b>摘要</b>:CORONALS [MPR Range]<br/><b>身體部位</b>:HEADNECK</p><blockquote><p><b>SOP實例(1)</b>:</p><p><b>UID</b>:2.16.886.103.102695.204472109808701101171643476459<br/><b>DICOM class 類型</b>: urn:oid:1.2.840.10008.5.1.4.1.1.128<br/><b>序號</b>: 1<br/><b>實例的描述</b>: DERIVED&amp;SECONDARY&amp;OTHER&amp;CSA MPR&amp;CSAMANIPULATED<br/></p></blockquote><blockquote><p><b>SOP實例(2)</b>:</p><p><b>UID</b>:2.16.886.103.102695.211371491775300429718822081671<br/><b>DICOM class 類型</b>: urn:oid:1.2.840.10008.5.1.4.1.1.2<br/><b>序號</b>: 2<br/><b>實例的描述</b>: DERIVED&amp;SECONDARY&amp;LOCALIZER&amp;CT_SOM5 TOP&amp;CSA RESAMPLED<br/></p></blockquote><blockquote><p><b>SOP實例(3)</b>:</p><p><b>UID</b>:2.16.886.103.102695.157108816098836770904535991652<br/><b>DICOM class 類型</b>: urn:oid:1.2.840.10008.5.1.4.1.1.2<br/><b>序號</b>: 3<br/><b>實例的描述</b>:ORIGINAL&amp;PRIMARY&amp;AXIAL&amp;CT_SOM5 SPI<br/></p></blockquote></blockquote></div>"
  ] ;
  fhir:ImagingStudy.identifier [
     fhir:index 0 ;
     fhir:Identifier.use [ fhir:value "official" ] ;
     fhir:Identifier.system [ fhir:value "urn:dicom:uid" ] ;
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.886.103.102695.312603252934799756197864329946" ]
  ], [
     fhir:index 1 ;
     fhir:Identifier.use [ fhir:value "usual" ] ;
     fhir:Identifier.value [ fhir:value "a142485449496602" ]
  ] ;
  fhir:ImagingStudy.status [ fhir:value "available"] ;
  fhir:ImagingStudy.subject [
     fhir:link <http://hl7.org/fhir/Patient/pat-example> ;
     fhir:Reference.reference [ fhir:value "Patient/pat-example" ]
  ] ;
  fhir:ImagingStudy.started [ fhir:value "1996-05-14T12:56:26+08:00"^^xsd:dateTime] ;
  fhir:ImagingStudy.description [ fhir:value "PET WB/reg Restag Hd/Nck Ca"] ;
  fhir:ImagingStudy.series [
     fhir:index 0 ;
     fhir:ImagingStudy.series.uid [ fhir:value "2.16.886.103.102695.308323898107272214360495873340" ] ;
     fhir:ImagingStudy.series.number [ fhir:value "607"^^xsd:nonNegativeInteger ] ;
     fhir:ImagingStudy.series.modality [
       fhir:Coding.system [ fhir:value "http://dicom.nema.org/resources/ontology/DCM" ] ;
       fhir:Coding.code [ fhir:value "PT" ]
     ] ;
     fhir:ImagingStudy.series.description [ fhir:value "CORONALS [MPR Range]" ] ;
     fhir:ImagingStudy.series.bodySite [
       fhir:Coding.display [ fhir:value "HEADNECK" ]
     ] ;
     fhir:ImagingStudy.series.instance [
       fhir:index 0 ;
       fhir:ImagingStudy.series.instance.uid [ fhir:value "2.16.886.103.102695.204472109808701101171643476459" ] ;
       fhir:ImagingStudy.series.instance.sopClass [
         fhir:Coding.system [ fhir:value "urn:ietf:rfc:3986" ] ;
         fhir:Coding.code [ fhir:value "urn:oid:1.2.840.10008.5.1.4.1.1.128" ]
       ] ;
       fhir:ImagingStudy.series.instance.number [ fhir:value "1"^^xsd:nonNegativeInteger ] ;
       fhir:ImagingStudy.series.instance.title [ fhir:value "DERIVED\\SECONDARY\\OTHER\\CSA MPR\\CSAMANIPULATED" ]
     ]
  ] .

<http://hl7.org/fhir/Patient/pat-example> a fhir:Patient .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/ImagingStudy/img-pet-example.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ImagingStudy/img-pet-example.ttl> .