Imaging Diagnostic Report
0.0.1-current - ci-build International flag

Imaging Diagnostic Report, published by IHE Radiology Technical Committee. This guide is not an authorized publication; it is the continuous build for version 0.0.1-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/RAD.IDR/ and changes regularly. See the Directory of published versions

: IMR ImagingStudy example - 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 -------------------------------------------------------------------

 a fhir:ImagingStudy ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-ImagingStudy"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://profiles.ihe.net/RAD/IDR/StructureDefinition/idr-imaging-study-in-imaging-report"^^xsd:anyURI ;
fhir:link <https://profiles.ihe.net/RAD/IDR/StructureDefinition/idr-imaging-study-in-imaging-report>     ] )
  ] ; # 
  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=\"example-ImagingStudy\"> </a><a name=\"hcexample-ImagingStudy\"> </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;example-ImagingStudy&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-idr-imaging-study-in-imaging-report.html\">IDR 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:1.2.3.4.5</p><p><b>status</b>: available</p><p><b>modality</b>: Computed Radiography <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (DICOM#CR)</span></p><p><b>subject</b>: <a href=\"Patient-example-Patient.html\">Patient/example-Patient</a> &quot; SMITH&quot;</p><p><b>started</b>: 2020-12-31 23:30:50-0500</p><p><b>endpoint</b>: <a href=\"Endpoint-example-ImagingStudyEndpoint-Study.html\">Endpoint/example-ImagingStudyEndpoint-Study</a></p><h3>Procedures</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td>RADIOLOGIC EXAMINATION, CHEST; SINGLE VIEW <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (CodeSystem-CPT.html#71045)</span></td></tr></table><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>1.2.3.4.5.1</td><td>Computed Radiography <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (DICOM#CR)</span></td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:dicom:uid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:1.2.3.4.5" ]
  ] ) ; # 
  fhir:status [ fhir:v "available"] ; # 
  fhir:modality ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CR" ] ;
fhir:display [ fhir:v "Computed Radiography" ]     ] )
  ] ) ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example-Patient" ]
  ] ; # 
  fhir:started [ fhir:v "2020-12-31T23:30:50-05:00"^^xsd:dateTime] ; # 
  fhir:endpoint ( [
fhir:reference [ fhir:v "Endpoint/example-ImagingStudyEndpoint-Study" ]
  ] ) ; # 
  fhir:procedure ( [
fhir:concept [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/5.0.0/CodeSystem-CPT.html"^^xsd:anyURI ] ;
fhir:code [ fhir:v "71045" ] ;
fhir:display [ fhir:v "RADIOLOGIC EXAMINATION, CHEST; SINGLE VIEW" ]       ] )     ]
  ] ) ; # 
  fhir:series ( [
fhir:uid [ fhir:v "1.2.3.4.5.1" ] ;
fhir:modality [
      ( fhir:coding [
fhir:system [ fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CR" ] ;
fhir:display [ fhir:v "Computed Radiography" ]       ] )     ]
  ] ) . #