HL7 Europe Imaging Report R5
1.0.0-ballot - ci-build 150

HL7 Europe Imaging Report R5, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/imaging-r5/ and changes regularly. See the Directory of published versions

: Composition: Replacement example

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 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://hl7.org/fhir/Composition/ImagingReportReplacementComposition> a fhir:Composition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ImagingReportReplacementComposition"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.eu/fhir/imaging-r5/StructureDefinition/CompositionEuImaging"^^xsd:anyURI ;
       fhir:link <http://hl7.eu/fhir/imaging-r5/StructureDefinition/CompositionEuImaging>
     ] )
  ] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xml:lang=\"en\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en\"><p>Replacement imaging report.</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:system [ fhir:v "https://example.org/imaging-report-identifiers"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "report-replacement-example" ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:type [
     fhir:coding ( [
       a loinc:18748-4 ;
       fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "18748-4" ] ;
       fhir:display [ fhir:v "Diagnostic imaging study" ]
     ] )
  ] ; # 
  fhir:category ( [
     fhir:coding ( [
       a loinc:85430-7 ;
       fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
       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:code [ fhir:v "Medical-Imaging" ]
     ] )
  ] ) ; # 
  fhir:subject ( [
     fhir:link <http://hl7.org/fhir/Patient/PatientStructuredReport> ;
     fhir:reference [ fhir:v "Patient/PatientStructuredReport" ]
  ] ) ; # 
  fhir:date [ fhir:v "2026-07-27T10:00:00Z"^^xsd:dateTime] ; # 
  fhir:author ( [
     fhir:link <http://hl7.org/fhir/Organization/OrganizationStructuredReport> ;
     fhir:reference [ fhir:v "Organization/OrganizationStructuredReport" ]
  ] ) ; # 
  fhir:title [ fhir:v "Replacement imaging report"] ; # 
  fhir:relatesTo ( [
     fhir:type [ fhir:v "replaces" ] ;
     fhir:resourceReference [
       fhir:identifier [
         fhir:system [ fhir:v "https://example.org/imaging-document-identifiers"^^xsd:anyURI ] ;
         fhir:value [ fhir:v "prior-document" ]
       ]
     ]
  ] ) ; # 
  fhir:section ( [
     fhir:code [
       fhir:coding ( [
         a loinc:18726-0 ;
         fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "18726-0" ]
       ] )
     ] ;
     fhir:text [
       fhir:status [ fhir:v "generated" ] ;
       fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Imaging study information</div>"^^rdf:XMLLiteral ]
     ] ;
     fhir:entry ( [
       fhir:link <http://hl7.org/fhir/ImagingStudy/ImagingStudyStructuredReport> ;
       fhir:reference [ fhir:v "ImagingStudy/ImagingStudyStructuredReport" ]
     ] )
  ] [
     fhir:code [
       fhir:coding ( [
         a loinc:55115-0 ;
         fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "55115-0" ]
       ] )
     ] ;
     fhir:text [
       fhir:status [ fhir:v "generated" ] ;
       fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Order information</div>"^^rdf:XMLLiteral ]
     ] ;
     fhir:emptyReason [
       fhir:coding ( [
         fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/list-empty-reason"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "nilknown" ] ;
         fhir:display [ fhir:v "Nil Known" ]
       ] )
     ]
  ] [
     fhir:code [
       fhir:coding ( [
         a loinc:11329-0 ;
         fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "11329-0" ]
       ] )
     ] ;
     fhir:text [
       fhir:status [ fhir:v "generated" ] ;
       fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">History information</div>"^^rdf:XMLLiteral ]
     ] ;
     fhir:emptyReason [
       fhir:coding ( [
         fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/list-empty-reason"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "nilknown" ] ;
         fhir:display [ fhir:v "Nil Known" ]
       ] )
     ]
  ] [
     fhir:code [
       fhir:coding ( [
         a loinc:55111-9 ;
         fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "55111-9" ]
       ] )
     ] ;
     fhir:text [
       fhir:status [ fhir:v "generated" ] ;
       fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Procedure information</div>"^^rdf:XMLLiteral ]
     ] ;
     fhir:emptyReason [
       fhir:coding ( [
         fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/list-empty-reason"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "nilknown" ] ;
         fhir:display [ fhir:v "Nil Known" ]
       ] )
     ]
  ] [
     fhir:code [
       fhir:coding ( [
         a loinc:59776-5 ;
         fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "59776-5" ]
       ] )
     ] ;
     fhir:text [
       fhir:status [ fhir:v "generated" ] ;
       fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Technical placeholder required by R5 validation.</div>"^^rdf:XMLLiteral ]
     ] ;
     fhir:entry ( [
       fhir:link <http://hl7.org/fhir/Observation/ObservationNarrative> ;
       fhir:reference [ fhir:v "Observation/ObservationNarrative" ]
     ] )
  ] ) . # 

<http://hl7.org/fhir/Patient/PatientStructuredReport> a fhir:Patient .

<http://hl7.org/fhir/Organization/OrganizationStructuredReport> a fhir:Organization .

<http://hl7.org/fhir/ImagingStudy/ImagingStudyStructuredReport> a fhir:ImagingStudy .

<http://hl7.org/fhir/Observation/ObservationNarrative> a fhir:Observation .