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