EU Health Data API
1.0.0-ballot - ballot 150

This page is part of the EU Health Data API (v1.0.0-ballot: STU1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Example - Imaging Report DocumentReference

Raw json | Download

{
  "resourceType" : "DocumentReference",
  "id" : "ExampleDocumentReferenceImagingReport",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.eu/fhir/health-data-api/StructureDefinition/EehrxfMhdDocumentReference"
    ]
  },
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference ExampleDocumentReferenceImagingReport</b></p><a name=\"ExampleDocumentReferenceImagingReport\"> </a><a name=\"hcExampleDocumentReferenceImagingReport\"> </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</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-EehrxfMhdDocumentReference.html\">EEHRxF MHD DocumentReference Profile</a></p></div><p><b>masterIdentifier</b>: <code>urn:oid:2.999.3.4.5.6.7.8.9</code>/urn:uuid:e5f6a7b8-c9d0-1234-ef01-345678901234\u00a0(use:\u00a0usual,\u00a0)</p><p><b>status</b>: Current</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 85430-7}\">Diagnostic imaging report</span></p><p><b>category</b>: <span title=\"Codes:{http://hl7.eu/fhir/health-data-api/CodeSystem/eehrxf-document-priority-category-cs Medical-Imaging}\">medical imaging studies and related imaging reports</span></p><p><b>subject</b>: <a href=\"http://example.org/fhir/Patient/example-patient\">Jan Jansen</a></p><p><b>date</b>: 2026-02-20 15:30:00+0100</p><p><b>custodian</b>: <a href=\"http://example.org/fhir/Organization/example-hospital\">Amsterdam University Medical Center</a></p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Url</b></td><td><b>Creation</b></td></tr><tr><td style=\"display: none\">*</td><td>application/fhir+json</td><td><a href=\"http://example.org/fhir/Bundle/imaging-report-jan-jansen\">http://example.org/fhir/Bundle/imaging-report-jan-jansen</a></td><td>2026-02-20 15:30:00+0100</td></tr></table><p><b>format</b>: unknown: http://hl7.eu/fhir/imaging-r5/StructureDefinition/BundleReportEuImaging (http://hl7.eu/fhir/imaging-r5/StructureDefinition/BundleReportEuImaging)</p></blockquote></div>"
  },
  "masterIdentifier" : {
    "use" : "usual",
    "system" : "urn:oid:2.999.3.4.5.6.7.8.9",
    "value" : "urn:uuid:e5f6a7b8-c9d0-1234-ef01-345678901234"
  },
  "status" : "current",
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "85430-7",
        "display" : "Diagnostic imaging report"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.eu/fhir/health-data-api/CodeSystem/eehrxf-document-priority-category-cs",
          "code" : "Medical-Imaging",
          "display" : "medical imaging studies and related imaging reports"
        }
      ]
    }
  ],
  "subject" : {
    "reference" : "http://example.org/fhir/Patient/example-patient",
    "display" : "Jan Jansen"
  },
  "date" : "2026-02-20T15:30:00+01:00",
  "custodian" : {
    "reference" : "http://example.org/fhir/Organization/example-hospital",
    "display" : "Amsterdam University Medical Center"
  },
  "content" : [
    {
      "attachment" : {
        "contentType" : "application/fhir+json",
        "url" : "http://example.org/fhir/Bundle/imaging-report-jan-jansen",
        "creation" : "2026-02-20T15:30:00+01:00"
      },
      "format" : {
        "system" : "urn:ietf:rfc:3986",
        "code" : "http://hl7.eu/fhir/imaging-r5/StructureDefinition/BundleReportEuImaging"
      }
    }
  ]
}