EU Health Data API
0.1.0 - ci-build 150

EU Health Data API, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/euridice-org/eu-health-data-api/ and changes regularly. See the Directory of published versions

: Example - Imaging Study Manifest (FHIR)

Raw xml | Download


<DocumentReference xmlns="http://hl7.org/fhir">
  <id value="ExampleDocumentReferenceImagingManifestFHIR"/>
  <meta>
    <profile
             value="http://hl7.eu/fhir/eu-health-data-api/StructureDefinition/EehrxfMhdDocumentReference"/>
  </meta>
  <language value="en"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><p class="res-header-id"><b>Generated Narrative: DocumentReference ExampleDocumentReferenceImagingManifestFHIR</b></p><a name="ExampleDocumentReferenceImagingManifestFHIR"> </a><a name="hcExampleDocumentReferenceImagingManifestFHIR"> </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:a1b2c3d4-e5f6-7890-abcd-ef1234567890 (use: usual, )</p><p><b>status</b>: Current</p><p><b>type</b>: <span title="Codes:{http://loinc.org 18748-4}">Diagnostic imaging study</span></p><p><b>category</b>: <span title="Codes:{http://hl7.eu/fhir/eu-health-data-api/CodeSystem/eehrxf-document-priority-category-cs Medical-Imaging}">medical imaging</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 14:00:00+0100</p><p><b>author</b>: <a href="http://example.org/fhir/Organization/example-radiology-dept">Radiology Department, Amsterdam UMC</a></p><p><b>custodian</b>: <a href="http://example.org/fhir/Organization/example-hospital">Amsterdam University Medical Center</a></p><h3>RelatesTos</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Code</b></td><td><b>Target</b></td></tr><tr><td style="display: none">*</td><td>Transforms</td><td><a href="DocumentReference-ExampleDocumentReferenceImagingManifestKOS.html">DocumentReference: masterIdentifier = urn:oid:2.999.3.4.5.6.7.8.9#urn:uuid:b2c3d4e5-f6a7-8901-bcde-f12345678901 (use: usual, ); status = current; type = Diagnostic imaging study; category = medical imaging; date = 2026-02-20 14:00:00+0100; description = DICOM KOS manifest for CT Chest study</a></td></tr></table><p><b>description</b>: FHIR ImagingStudy manifest for CT Chest study</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>Title</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/ImagingStudy/ct-chest-study">http://example.org/fhir/ImagingStudy/ct-chest-study</a></td><td>CT Chest - FHIR Manifest</td><td>2026-02-20 14:00:00+0100</td></tr></table></blockquote></div>
  </text>
  <masterIdentifier>
    <use value="usual"/>
    <system value="urn:oid:2.999.3.4.5.6.7.8.9"/>
    <value value="urn:uuid:a1b2c3d4-e5f6-7890-abcd-ef1234567890"/>
  </masterIdentifier>
  <status value="current"/>
  <type>
    <coding>
      <system value="http://loinc.org"/>
      <code value="18748-4"/>
      <display value="Diagnostic imaging study"/>
    </coding>
  </type>
  <category>
    <coding>
      <system
              value="http://hl7.eu/fhir/eu-health-data-api/CodeSystem/eehrxf-document-priority-category-cs"/>
      <code value="Medical-Imaging"/>
      <display value="medical imaging"/>
    </coding>
  </category>
  <subject>
    <reference value="http://example.org/fhir/Patient/example-patient"/>
    <display value="Jan Jansen"/>
  </subject>
  <date value="2026-02-20T14:00:00+01:00"/>
  <author>
    <reference
               value="http://example.org/fhir/Organization/example-radiology-dept"/>
    <display value="Radiology Department, Amsterdam UMC"/>
  </author>
  <custodian>
    <reference value="http://example.org/fhir/Organization/example-hospital"/>
    <display value="Amsterdam University Medical Center"/>
  </custodian>
  <relatesTo>
    <code value="transforms"/>
    <target>🔗 
      <reference
                 value="DocumentReference/ExampleDocumentReferenceImagingManifestKOS"/>
    </target>
  </relatesTo>
  <description value="FHIR ImagingStudy manifest for CT Chest study"/>
  <content>
    <attachment>
      <contentType value="application/fhir+json"/>
      <url value="http://example.org/fhir/ImagingStudy/ct-chest-study"/>
      <title value="CT Chest - FHIR Manifest"/>
      <creation value="2026-02-20T14:00:00+01:00"/>
    </attachment>
  </content>
</DocumentReference>