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

HL7 Europe Imaging Report R4, 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-r4/ and changes regularly. See the Directory of published versions

: Composition: Retraction example

Raw ttl | Download


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

<http://hl7.org/fhir/Composition/ImagingReportRetractionComposition> a fhir:Composition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ImagingReportRetractionComposition"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.eu/fhir/imaging/StructureDefinition/CompositionEuImaging" ;
       fhir:index -1 ;
       fhir:link <http://hl7.eu/fhir/imaging/StructureDefinition/CompositionEuImaging>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xml:lang=\"en\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en\"><p>The previous imaging report was issued in error and has been withdrawn.</p></div>"
  ] ;
  fhir:Composition.identifier [
     fhir:Identifier.system [ fhir:value "https://example.org/imaging-report-identifiers" ] ;
     fhir:Identifier.value [ fhir:value "report-retraction-example" ]
  ] ;
  fhir:Composition.status [ fhir:value "entered-in-error"] ;
  fhir:Composition.type [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       a loinc:18748-4 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "18748-4" ] ;
       fhir:Coding.display [ fhir:value "Diagnostic imaging study" ]
     ]
  ] ;
  fhir:Composition.category [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       a loinc:85430-7 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "85430-7" ]
     ]
  ], [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://hl7.eu/fhir/health-data-api/CodeSystem/eehrxf-document-priority-category-cs" ] ;
       fhir:Coding.code [ fhir:value "Medical-Imaging" ]
     ]
  ] ;
  fhir:Composition.subject [
     fhir:link <http://hl7.org/fhir/Patient/PatientStructuredReport> ;
     fhir:Reference.reference [ fhir:value "Patient/PatientStructuredReport" ]
  ] ;
  fhir:Composition.date [ fhir:value "2026-07-27T11:00:00Z"^^xsd:dateTime] ;
  fhir:Composition.author [
     fhir:index -1 ;
     fhir:link <http://hl7.org/fhir/Organization/OrganizationStructuredReport> ;
     fhir:Reference.reference [ fhir:value "Organization/OrganizationStructuredReport" ]
  ] ;
  fhir:Composition.title [ fhir:value "Retracted imaging report"] ;
  fhir:Composition.relatesTo [
     fhir:index -1 ;
     fhir:Composition.relatesTo.code [ fhir:value "replaces" ] ;
     fhir:Composition.relatesTo.targetIdentifier [
       fhir:Identifier.system [ fhir:value "https://example.org/imaging-document-identifiers" ] ;
       fhir:Identifier.value [ fhir:value "prior-document" ]
     ]
  ] ;
  fhir:Composition.section [
     fhir:index -1 ;
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         a loinc:18726-0 ;
         fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
         fhir:Coding.code [ fhir:value "18726-0" ]
       ]
     ] ;
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "generated" ] ;
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">The previous imaging report was issued in error and has been withdrawn.</div>"
     ] ;
     fhir:Composition.section.entry [
       fhir:index -1 ;
       fhir:link <http://hl7.org/fhir/ImagingStudy/ImagingStudyStructuredReport> ;
       fhir:Reference.reference [ fhir:value "ImagingStudy/ImagingStudyStructuredReport" ]
     ]
  ], [
     fhir:index -1 ;
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         a loinc:55115-0 ;
         fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
         fhir:Coding.code [ fhir:value "55115-0" ]
       ]
     ] ;
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "generated" ] ;
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">No report content is provided.</div>"
     ] ;
     fhir:Composition.section.emptyReason [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/list-empty-reason" ] ;
         fhir:Coding.code [ fhir:value "nilknown" ] ;
         fhir:Coding.display [ fhir:value "Nil Known" ]
       ]
     ]
  ], [
     fhir:index -1 ;
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         a loinc:11329-0 ;
         fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
         fhir:Coding.code [ fhir:value "11329-0" ]
       ]
     ] ;
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "generated" ] ;
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">No report content is provided.</div>"
     ] ;
     fhir:Composition.section.emptyReason [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/list-empty-reason" ] ;
         fhir:Coding.code [ fhir:value "nilknown" ] ;
         fhir:Coding.display [ fhir:value "Nil Known" ]
       ]
     ]
  ], [
     fhir:index -1 ;
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         a loinc:55111-9 ;
         fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
         fhir:Coding.code [ fhir:value "55111-9" ]
       ]
     ] ;
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "generated" ] ;
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">No report content is provided.</div>"
     ] ;
     fhir:Composition.section.emptyReason [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/list-empty-reason" ] ;
         fhir:Coding.code [ fhir:value "nilknown" ] ;
         fhir:Coding.display [ fhir:value "Nil Known" ]
       ]
     ]
  ] .

<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 .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Composition/ImagingReportRetractionComposition.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Composition/ImagingReportRetractionComposition.ttl> .