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

: Slide Microscopy - 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-sm-example> a fhir:ImagingStudy ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "img-sm-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>Slide Microscopy</b></h3><p><b>識別碼(official)</b>:urn:oid: 2.16.886.103.102695.293755960071087971037154104444119427201<br/><b>識別碼(usual)</b>:A20210527083803 <b>識別碼(secondary)</b>:D1M_18S_1</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>檢查相關Series的數量</b>:1</p><p><b>檢查相關Instances的數量</b>:6</p><p><b>檢查開始日期與時間</b>:2021-05-27T00:00:00+08:00</p><blockquote><p><b>系列(series)實例</b>:</p><p><b>DICOM系列實例UID</b>:2.16.886.103.102695.7661805881534741258144674448294792877<br/><b>所使用的成像儀器</b>: Slide Microscopy <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://dicom.nema.org/resources/ontology/DCM\">CID 29 Acquisition Modality</a>#SM)</span><br/></p></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.293755960071087971037154104444119427201" ]
  ], [
     fhir:index 1 ;
     fhir:Identifier.use [ fhir:value "usual" ] ;
     fhir:Identifier.value [ fhir:value "A20210527083803" ]
  ], [
     fhir:index 2 ;
     fhir:Identifier.use [ fhir:value "secondary" ] ;
     fhir:Identifier.value [ fhir:value "D1M_18S_1" ]
  ] ;
  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 "2021-05-27T00:00:00+08:00"^^xsd:dateTime] ;
  fhir:ImagingStudy.numberOfSeries [ fhir:value "1"^^xsd:nonNegativeInteger] ;
  fhir:ImagingStudy.numberOfInstances [ fhir:value "6"^^xsd:nonNegativeInteger] ;
  fhir:ImagingStudy.series [
     fhir:index 0 ;
     fhir:ImagingStudy.series.uid [ fhir:value "2.16.886.103.102695.7661805881534741258144674448294792877" ] ;
     fhir:ImagingStudy.series.modality [
       fhir:Coding.system [ fhir:value "http://dicom.nema.org/resources/ontology/DCM" ] ;
       fhir:Coding.code [ fhir:value "SM" ] ;
       fhir:Coding.display [ fhir:value "Slide Microscopy" ]
     ]
  ] .

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

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

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