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-2DImageRegionSelection - 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-2d-image-region-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-2d-image-region-selection</b></p><a name=\"example-2d-image-region-selection\"> </a><a name=\"hcexample-2d-image-region-selection\"> </a><a name=\"example-2d-image-region-selection-en-US\"> </a><p><b>status</b>: Available</p><p><b>code</b>: <span title=\"Codes:{http://dicom.nema.org/resources/ontology/DCM 111030}\">Image Region</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 "urn:oid:". 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.1</p><p><b>frameOfReferenceUid</b>: 1.2.840.113747.20080222.35738167372924306270412538783781.1.0</p><blockquote><p><b>instance</b></p><p><b>uid</b>: 1.2.840.113747.20080222.35738167368358372924412538783781.1.0</p><p><b>sopClass</b>: urn:oid:1.2.840.10008.5.1.4.1.1.2</p><blockquote><p><b>imageRegion2D</b></p><p><b>regionType</b>: POLYLINE</p><p><b>coordinate</b>: 0.25, 0.25, 0.75, 0.25, 0.75, 0.75, 0.25, 0.75</p></blockquote></blockquote></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 "111030" ] ] )
] ; #
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.1"] ; #
fhir:frameOfReferenceUid [ fhir:v "1.2.840.113747.20080222.35738167372924306270412538783781.1.0"] ; #
fhir:instance ( [
fhir:uid [ fhir:v "1.2.840.113747.20080222.35738167368358372924412538783781.1.0" ] ;
fhir:sopClass [ fhir:v "urn:oid:1.2.840.10008.5.1.4.1.1.2"^^xsd:anyURI ] ;
( fhir:imageRegion2D [
fhir:regionType [ fhir:v "polyline" ] ;
( fhir:coordinate [ fhir:v 0.25 ] [ fhir:v 0.25 ] [ fhir:v 0.75 ] [ fhir:v 0.25 ] [ fhir:v 0.75 ] [ fhir:v 0.75 ] [ fhir:v 0.25 ] [ fhir:v 0.75 ] ) ] )
] ) . #