Interactive Multimedia Report (IMR)
1.1.0 - Trial-Implementation International flag

This page is part of the IHE Interactive Multimedia Report (IMR) (v1.1.0: Publication) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: IMR ImagingStudy example - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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 -------------------------------------------------------------------

 a fhir:ImagingStudy ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ex-ImagingStudy-Comparison"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://profiles.ihe.net/RAD/IMR/StructureDefinition/imr-imagingstudy"^^xsd:anyURI ;
fhir:link <https://profiles.ihe.net/RAD/IMR/StructureDefinition/imr-imagingstudy>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ImagingStudy </b><a name=\"ex-ImagingStudy-Comparison\"> </a><a name=\"hcex-ImagingStudy-Comparison\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">ResourceImagingStudy &quot;ex-ImagingStudy-Comparison&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-imr-imagingstudy.html\">IMR ImagingStudy</a></p></div><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/5.5.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:5.6.7.8.9</p><p><b>status</b>: available</p><p><b>modality</b>: Computed Tomography (Details: DICOM code CT  = ' Computed Tomography ', stated as ' Computed Tomography ')</p><p><b>subject</b>: <a href=\"Patient-ex-Patient.html\">Patient/ex-Patient</a> &quot; SMITH&quot;</p><p><b>started</b>: 2020-01-01 23:30:50-0500</p><p><b>endpoint</b>: <a href=\"Endpoint-ex-ImagingStudyEndpoint-Study.html\">Endpoint/ex-ImagingStudyEndpoint-Study</a></p><p><b>procedureCode</b>: CT Chest WO Contrast <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#29252-4)</span></p><h3>Series</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Uid</b></td><td><b>Modality</b></td></tr><tr><td style=\"display: none\">*</td><td>5.6.7.8.9.1</td><td>Computed Tomography (Details: DICOM code CT  = ' Computed Tomography ', stated as ' Computed Tomography ')</td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:dicom:uid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:5.6.7.8.9" ]
  ] ) ; # 
  fhir:status [ fhir:v "available"] ; # 
  fhir:modality ( [
fhir:system [ fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CT" ] ;
fhir:display [ fhir:v "Computed Tomography" ]
  ] ) ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/ex-Patient" ]
  ] ; # 
  fhir:started [ fhir:v "2020-01-01T23:30:50-05:00"^^xsd:dateTime] ; # 
  fhir:endpoint ( [
fhir:reference [ fhir:v "Endpoint/ex-ImagingStudyEndpoint-Study" ]
  ] ) ; # 
  fhir:procedureCode ( [
    ( fhir:coding [
a loinc:29252-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "29252-4" ] ;
fhir:display [ fhir:v "CT Chest WO Contrast" ]     ] )
  ] ) ; # 
  fhir:series ( [
fhir:uid [ fhir:v "5.6.7.8.9.1" ] ;
fhir:modality [
fhir:system [ fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CT" ] ;
fhir:display [ fhir:v "Computed Tomography" ]     ]
  ] ) . #