MyHealth@EU Core
1.0.0 - trial-use 150

This page is part of the MyHealth@Eu Core (v1.0.0: Wave 9) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: DiagnosticReport: example - XML Representation

Raw xml | Download


<DiagnosticReport xmlns="http://hl7.org/fhir">
  <id value="a3b4c5d6-e7f8-9012-abcd-123456789012"/>
  <meta>
    <profile
             value="http://fhir.ehdsi.eu/core/StructureDefinition/diagnosticReport-myhealtheu-core"/>
  </meta>
  <language value="en-GB"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Laboratory Report - John Doe</div>
  </text>
  <identifier>
    <system value="http://example.org/report-ids"/>
    <value value="LAB-2024-001"/>
  </identifier>
  <status value="final"/>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="58410-2"/>
      <display value="CBC panel - Blood by Automated count"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/1d4bbc93-63b7-4f2b-8f0f-8380aa138f49"/>
  </subject>
  <effectiveDateTime value="2024-01-10"/>
  <issued value="2024-01-10T14:00:00Z"/>
  <performer>🔗 
    <reference value="Organization/ff4d98d1-69c9-43db-896e-58d11c15662c"/>
  </performer>
  <result>🔗 
    <reference value="Observation/e1f2a3b4-c5d6-7890-efab-901234567890"/>
  </result>
</DiagnosticReport>