FHIR Imaging ServiceRequest Profile IG
0.1.0 - ci-build International flag

FHIR Imaging ServiceRequest Profile IG, published by HL7 International / Imaging Integration. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/imaging-service-request-ig/ and changes regularly. See the Directory of published versions

: ImagingSelection-MultiframeImageSelection - TTL Representation

Raw ttl | Download


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

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

 a fhir:ImagingSelection ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-multiframe-image-selection"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ImagingSelection example-multiframe-image-selection</b></p><a name=\"example-multiframe-image-selection\"> </a><a name=\"hcexample-multiframe-image-selection\"> </a><a name=\"example-multiframe-image-selection-en-US\"> </a><p><b>status</b>: Available</p><p><b>code</b>: <span title=\"Codes:{http://dicom.nema.org/resources/ontology/DCM 113036}\">Group of Frames for Display</span></p><p><b>subject</b>: Identifier: <code>https://fhirhospital.org</code>/KUTGIQCVCDRHVBUK</p><p><b>derivedFrom</b>: Identifier: <a href=\"http://terminology.hl7.org/6.2.0/NamingSystem-dui.html\" title=\"An OID issued under DICOM OID rules. DICOM OIDs are represented as plain OIDs, with a prefix of &quot;urn:oid:&quot;. See https://www.dicomstandard.org/\">DICOM Unique Id</a>/urn:oid:1.2.840.113747.20080222.35738167372924306270412538783781</p><p><b>studyUid</b>: 1.2.840.113747.20080222.35738167372924306270412538783781</p><p><b>seriesUid</b>: 1.2.840.113747.20080222.35738167372924306270412538783781.2</p><p><b>frameOfReferenceUid</b>: 1.2.840.113747.20080222.35738167372924306270412538783781.0</p><h3>Instances</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Uid</b></td><td><b>SopClass</b></td><td><b>Subset</b></td></tr><tr><td style=\"display: none\">*</td><td>1.2.840.113747.20080222.35738167368358372924412538783781.2.1</td><td>urn:oid:1.2.840.10008.5.1.4.1.1.2.1</td><td>1,2,3,4</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "available"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ] ;
fhir:code [ fhir:v "113036" ]     ] )
  ] ; # 
  fhir:subject [
fhir:type [ fhir:v "Patient"^^xsd:anyURI ] ;
fhir:identifier [
fhir:system [ fhir:v "https://fhirhospital.org"^^xsd:anyURI ] ;
fhir:value [ fhir:v "KUTGIQCVCDRHVBUK" ]     ]
  ] ; # 
  fhir:derivedFrom ( [
fhir:type [ fhir:v "ImagingStudy"^^xsd:anyURI ] ;
fhir:identifier [
fhir:system [ fhir:v "urn:dicom:uid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:1.2.840.113747.20080222.35738167372924306270412538783781" ]     ]
  ] ) ; # 
  fhir:studyUid [ fhir:v "1.2.840.113747.20080222.35738167372924306270412538783781"] ; # 
  fhir:seriesUid [ fhir:v "1.2.840.113747.20080222.35738167372924306270412538783781.2"] ; # 
  fhir:frameOfReferenceUid [ fhir:v "1.2.840.113747.20080222.35738167372924306270412538783781.0"] ; # 
  fhir:instance ( [
fhir:uid [ fhir:v "1.2.840.113747.20080222.35738167368358372924412538783781.2.1" ] ;
fhir:sopClass [ fhir:v "urn:oid:1.2.840.10008.5.1.4.1.1.2.1"^^xsd:anyURI ] ;
    ( fhir:subset [ fhir:v "1,2,3,4" ] )
  ] ) . #