{
  "resourceType" : "DiagnosticReport",
  "id" : "AtApsExampleDiagnosticReport01",
  "meta" : {
    "profile" : ["https://fhir.hl7.at/elga/aps/r4/StructureDefinition/at-aps-diagnosticreport"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport AtApsExampleDiagnosticReport01</b></p><a name=\"AtApsExampleDiagnosticReport01\"> </a><a name=\"hcAtApsExampleDiagnosticReport01\"> </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-at-aps-diagnosticreport.html\">AT APS DiagnosticReport</a></p></div><h2><span title=\"Codes:{http://loinc.org 58410-2}\">Laborbefund</span> (<span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0074 LAB}\">Labor</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>Maria Musterfrau  Female, DoB: 1998-04-17 ( Social Security number: 0000121150)</td></tr><tr><td>When For</td><td>2024-09-15 10:30:00+0100</td></tr><tr><td>Reported</td><td>2024-09-15 11:00:00+0100</td></tr><tr><td>Performer</td><td> <a href=\"Practitioner-at-aps-example-practitioner-01.html\">Hanna Hausärztin</a></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>Reference Range</b></td><td><b>Flags</b></td><td><b>When For</b></td></tr><tr><td><a href=\"Observation-AtApsExampleObservation01.html\"><span title=\"Codes:{http://loinc.org 718-7}\">Hämoglobin</span></a></td><td>13.6 g/dL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeg/dL = 'g/dL')</span></td><td>12 g/dL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeg/dL = 'g/dL')</span> - 17.5 g/dL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeg/dL = 'g/dL')</span></td><td>Final</td><td>2024-10-10 09:30:00+0100</td></tr></table></div>"
  },
  "status" : "final",
  "category" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/v2-0074",
      "code" : "LAB",
      "display" : "Labor"
    }]
  }],
  "code" : {
    "coding" : [{
      "system" : "http://loinc.org",
      "code" : "58410-2",
      "display" : "Laboratory report"
    }],
    "text" : "Laborbefund"
  },
  "subject" : {
    "reference" : "Patient/at-aps-example-patient-01",
    "display" : "Maria Musterfrau"
  },
  "effectiveDateTime" : "2024-09-15T10:30:00+01:00",
  "issued" : "2024-09-15T11:00:00+01:00",
  "performer" : [{
    "reference" : "Practitioner/at-aps-example-practitioner-01",
    "display" : "Hanna Hausärztin"
  }],
  "specimen" : [{
    "reference" : "Specimen/AtApsExampleSpecimen01",
    "display" : "Blutprobe"
  }],
  "result" : [{
    "reference" : "Observation/AtApsExampleObservation01",
    "display" : "Hämoglobin"
  }]
}