{
  "resourceType" : "DiagnosticReport",
  "id" : "example-lab-dr-histologie",
  "meta" : {
    "profile" : ["https://fhir.cognovis.de/praxis/StructureDefinition/praxis-lab-diagnostic-report"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport example-lab-dr-histologie</b></p><a name=\"example-lab-dr-histologie\"> </a><a name=\"hcexample-lab-dr-histologie\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-praxis-lab-diagnostic-report.html\">Praxis Lab DiagnosticReport</a></p></div><h2><span title=\"Codes:{http://loinc.org 60568-3}\">Pathology synoptic report</span> (<span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0074 PAT}\">Pathologie</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>Thomas Weber (official) Male, DoB: 1975-06-15</td></tr><tr><td>When For</td><td>2026-04-03</td></tr><tr><td>Reported</td><td>2026-04-03 15:00:00+0200</td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td><td><b>Flags</b></td></tr><tr><td><a href=\"Observation-lab-obs-example-bcc-histologie.html\"><span title=\"Codes:{http://loinc.org 60568-3}\">Pathology synoptic report</span></a></td><td><span title=\"Codes:{http://snomed.info/sct 254701007}\">Basal cell carcinoma of skin</span></td><td>Final</td></tr></table><p>Basalzellkarzinom, nodulaerer Typ, R0</p></div>"
  },
  "status" : "final",
  "category" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/v2-0074",
      "code" : "PAT"
    }]
  }],
  "code" : {
    "coding" : [{
      "system" : "http://loinc.org",
      "code" : "60568-3",
      "display" : "Pathology synoptic report"
    }]
  },
  "subject" : {
    "reference" : "Patient/example-patient"
  },
  "effectiveDateTime" : "2026-04-03",
  "issued" : "2026-04-03T15:00:00+02:00",
  "resultsInterpreter" : [{
    "reference" : "Practitioner/example-practitioner"
  }],
  "specimen" : [{
    "reference" : "Specimen/example-specimen-biopsy-haut"
  }],
  "result" : [{
    "reference" : "Observation/lab-obs-example-bcc-histologie"
  }],
  "conclusion" : "Basalzellkarzinom, nodulaerer Typ, R0",
  "presentedForm" : [{
    "contentType" : "application/pdf",
    "url" : "http://example.org/lab/reports/pat-2026-00099.pdf",
    "title" : "Histologiebericht Basalzellkarzinom"
  }]
}