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: Retraction example

Raw json | Download

{
  "resourceType" : "Composition",
  "id" : "ImagingReportRetractionComposition",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.eu/fhir/imaging-r5/StructureDefinition/CompositionEuImaging"
    ]
  },
  "language" : "en",
  "text" : {
    "status" : "generated",
    "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>"
  },
  "identifier" : [
    {
      "system" : "https://example.org/imaging-report-identifiers",
      "value" : "report-retraction-example"
    }
  ],
  "status" : "entered-in-error",
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "18748-4",
        "display" : "Diagnostic imaging study"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "85430-7"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://hl7.eu/fhir/eu-health-data-api/CodeSystem/eehrxf-document-priority-category-cs",
          "code" : "Medical-Imaging"
        }
      ]
    }
  ],
  "subject" : [
    {
      🔗 "reference" : "Patient/PatientStructuredReport"
    }
  ],
  "date" : "2026-07-27T11:00:00Z",
  "author" : [
    {
      🔗 "reference" : "Organization/OrganizationStructuredReport"
    }
  ],
  "title" : "Retracted imaging report",
  "relatesTo" : [
    {
      "type" : "replaces",
      "resourceReference" : {
        "identifier" : {
          "system" : "https://example.org/imaging-document-identifiers",
          "value" : "prior-document"
        }
      }
    }
  ],
  "section" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "18726-0"
          }
        ]
      },
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">The previous imaging report was issued in error and has been withdrawn.</div>"
      },
      "entry" : [
        {
          🔗 "reference" : "ImagingStudy/ImagingStudyStructuredReport"
        }
      ]
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "55115-0"
          }
        ]
      },
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">No report content is provided.</div>"
      },
      "emptyReason" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/list-empty-reason",
            "code" : "nilknown",
            "display" : "Nil Known"
          }
        ]
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "11329-0"
          }
        ]
      },
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">No report content is provided.</div>"
      },
      "emptyReason" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/list-empty-reason",
            "code" : "nilknown",
            "display" : "Nil Known"
          }
        ]
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "55111-9"
          }
        ]
      },
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">No report content is provided.</div>"
      },
      "emptyReason" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/list-empty-reason",
            "code" : "nilknown",
            "display" : "Nil Known"
          }
        ]
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "59776-5"
          }
        ]
      },
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">No report content is provided; this entry is a technical placeholder required by R5 validation.</div>"
      },
      "entry" : [
        {
          🔗 "reference" : "Observation/ObservationNarrative"
        }
      ]
    }
  ]
}