@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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 -------------------------------------------------------------------

<http://fhir.ehdsi.eu/imaging/DiagnosticReport/ExampleDiagnosticReportImg> a fhir:DiagnosticReport ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleDiagnosticReportImg"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://fhir.ehdsi.eu/imaging/StructureDefinition/diagnosticreport-myhealtheu-img"^^xsd:anyURI ;
       fhir:l <http://fhir.ehdsi.eu/imaging/StructureDefinition/diagnosticreport-myhealtheu-img>
     ] )
  ] ; # 
  fhir:language [ fhir:v "en-IE"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-IE\" lang=\"en-IE\"><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport ExampleDiagnosticReportImg</b></p><a name=\"ExampleDiagnosticReportImg\"> </a><a name=\"hcExampleDiagnosticReportImg\"> </a><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\">Language: en-IE</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-diagnosticreport-myhealtheu-img.html\">DiagnosticReport MyHealthEu Imaging</a></p></div><h2><span title=\"Codes:{http://loinc.org 24725-4}\">CT Head</span> (<span title=\"Codes:{http://loinc.org 85430-7}\">Diagnostic imaging report - example sections and entries</span>, <span title=\"Codes:{http://hl7.eu/fhir/eu-health-data-api/CodeSystem/eehrxf-document-priority-category-cs Medical-Imaging}\">Medical-Imaging</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>John Albertus Doe  Male, DoB: 1989-12-12 ( https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin#89121210976 (use: official, ))</td></tr><tr><td>When For</td><td>2024-11-10 14:30:00+0100</td></tr><tr><td>Performer</td><td> <a href=\"Organization-ff4d98d1-69c9-43db-896e-58d11c15662c.html\">Organization University Hospital Berlin</a></td></tr><tr><td>Identifier</td><td> <code>http://example.org/fhir/imaging-report</code>/IMG-REP-987654</td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td><td><b>Flags</b></td><td><b>When For</b></td><td><b>Reported</b></td></tr><tr><td><a href=\"Observation-ExampleObservationResultsImg.html\"><span title=\"Codes:{http://loinc.org 100915-8}\">Burr cells [Presence] in Body fluid by Light microscopy</span></a></td><td><span title=\"Codes:{http://snomed.info/sct 17621005}\">Normal</span></td><td>Final, <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation N}\">Normal</span></td><td>2024-06-01 14:30:00+0000</td><td>2024-06-01 15:00:00+0000</td></tr></table><p>No evidence of acute intracranial pathology.</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.composition"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.composition>
     ] ;
     fhir:value [
       a fhir:Reference ;
       fhir:l <http://fhir.ehdsi.eu/imaging/Composition/ExampleCompositionImg> ;
       fhir:reference [ fhir:v "Composition/ExampleCompositionImg" ]
     ]
  ] ) ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "http://example.org/fhir/imaging-report"^^xsd:anyURI ;
       fhir:l <http://example.org/fhir/imaging-report>
     ] ;
     fhir:value [ fhir:v "IMG-REP-987654" ]
  ] ) ; # 
  fhir:basedOn ( [
     fhir:l <http://fhir.ehdsi.eu/imaging/ServiceRequest/ExampleServiceRequestImg> ;
     fhir:reference [ fhir:v "ServiceRequest/ExampleServiceRequestImg" ] ;
     fhir:identifier [
       fhir:type [
         fhir:coding ( [
           fhir:system [
             fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ;
             fhir:l <http://terminology.hl7.org/CodeSystem/v2-0203>
           ] ;
           fhir:code [ fhir:v "ACSN" ] ;
           fhir:display [ fhir:v "Accession ID" ]
         ] )
       ] ;
       fhir:system [
         fhir:v "http://example.org/fhir/accession"^^xsd:anyURI ;
         fhir:l <http://example.org/fhir/accession>
       ] ;
       fhir:value [ fhir:v "ACC-IMG-123456" ]
     ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
     fhir:coding ( [
       a loinc:85430-7 ;
       fhir:system [
         fhir:v "http://loinc.org"^^xsd:anyURI ;
         fhir:l <http://loinc.org>
       ] ;
       fhir:code [ fhir:v "85430-7" ]
     ] )
  ] [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://hl7.eu/fhir/eu-health-data-api/CodeSystem/eehrxf-document-priority-category-cs"^^xsd:anyURI ;
         fhir:l <http://hl7.eu/fhir/eu-health-data-api/CodeSystem/eehrxf-document-priority-category-cs>
       ] ;
       fhir:code [ fhir:v "Medical-Imaging" ]
     ] )
  ] ) ; # 
  fhir:code [
     fhir:coding ( [
       a loinc:24725-4 ;
       fhir:system [
         fhir:v "http://loinc.org"^^xsd:anyURI ;
         fhir:l <http://loinc.org>
       ] ;
       fhir:code [ fhir:v "24725-4" ] ;
       fhir:display [ fhir:v "CT Head" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:l <http://fhir.ehdsi.eu/imaging/Patient/1d4bbc93-63b7-4f2b-8f0f-8380aa138f49> ;
     fhir:reference [ fhir:v "Patient/1d4bbc93-63b7-4f2b-8f0f-8380aa138f49" ]
  ] ; # 
  fhir:effective [
     a fhir:DateTime ;
     fhir:v "2024-11-10T14:30:00+01:00"^^xsd:dateTime
  ] ; # 
  fhir:performer ( [
     fhir:l <http://fhir.ehdsi.eu/imaging/Organization/ff4d98d1-69c9-43db-896e-58d11c15662c> ;
     fhir:reference [ fhir:v "Organization/ff4d98d1-69c9-43db-896e-58d11c15662c" ]
  ] ) ; # 
  fhir:resultsInterpreter ( [
     fhir:l <http://fhir.ehdsi.eu/imaging/PractitionerRole/ExampleRadiologistRoleImg> ;
     fhir:reference [ fhir:v "PractitionerRole/ExampleRadiologistRoleImg" ]
  ] ) ; # 
  fhir:result ( [
     fhir:l <http://fhir.ehdsi.eu/imaging/Observation/ExampleObservationResultsImg> ;
     fhir:reference [ fhir:v "Observation/ExampleObservationResultsImg" ]
  ] ) ; # 
  fhir:imagingStudy ( [
     fhir:l <http://fhir.ehdsi.eu/imaging/ImagingStudy/ExampleImagingStudyImg> ;
     fhir:reference [ fhir:v "ImagingStudy/ExampleImagingStudyImg" ]
  ] ) ; # 
  fhir:conclusion [ fhir:v "No evidence of acute intracranial pathology."] ; # 
  fhir:presentedForm ( [
     fhir:contentType [ fhir:v "application/pdf" ] ;
     fhir:language [ fhir:v "en" ] ;
     fhir:url [
       fhir:v "http://example.org/fhir/Binary/report123"^^xsd:anyURI ;
       fhir:l <http://example.org/fhir/Binary/report123>
     ] ;
     fhir:title [ fhir:v "Imaging Report PDF" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

