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

Raw json | Download

{
  "resourceType" : "Composition",
  "id" : "ImagingReportReplacementComposition",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.eu/fhir/imaging/StructureDefinition/CompositionEuImaging"
    ]
  },
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xml:lang=\"en\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en\"><p>Replacement imaging report.</p></div>"
  },
  "identifier" : {
    "system" : "https://example.org/imaging-report-identifiers",
    "value" : "report-replacement-example"
  },
  "status" : "final",
  "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/health-data-api/CodeSystem/eehrxf-document-priority-category-cs",
          "code" : "Medical-Imaging"
        }
      ]
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/PatientStructuredReport"
  },
  "date" : "2026-07-27T10:00:00Z",
  "author" : [
    {
      🔗 "reference" : "Organization/OrganizationStructuredReport"
    }
  ],
  "title" : "Replacement imaging report",
  "relatesTo" : [
    {
      "code" : "replaces",
      "targetIdentifier" : {
        "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\">Imaging study information</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\">Order information</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\">History information</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\">Procedure information</div>"
      },
      "emptyReason" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/list-empty-reason",
            "code" : "nilknown",
            "display" : "Nil Known"
          }
        ]
      }
    }
  ]
}