{
  "resourceType" : "DiagnosticReport",
  "id" : "example-diagnosticreport",
  "meta" : {
    "profile" : ["https://senaite-fhir.naralabs.com/StructureDefinition/SenaiteDiagnosticReport"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport example-diagnosticreport</b></p><a name=\"example-diagnosticreport\"> </a><a name=\"hcexample-diagnosticreport\"> </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-SenaiteDiagnosticReport.html\">SenaiteDiagnosticReport</a></p></div><h2><span title=\"Codes:{http://loinc.org 57021-8}\">Full Blood Count Panel</span> </h2><table class=\"grid\"><tr><td>Subject</td><td>Jane Doe  Female, DoB: 1980-01-01 ( http://hospital.senaite.com/patients#123456)</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-hb.html\"><span title=\"Codes:{http://loinc.org 718-7}\">Hemoglobin</span></a></td><td>13.5 g/dL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeg/dL = 'g/dL')</span></td><td>Final</td></tr><tr><td><a href=\"Observation-rbc.html\"><span title=\"Codes:{http://loinc.org 789-8}\">Red Blood Cells</span></a></td><td>4.7 10^12/L<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code10*12/L = '10*12/L')</span></td><td>Final</td></tr><tr><td><a href=\"Observation-wbc.html\"><span title=\"Codes:{http://loinc.org 777-3}\">White Blood Cells</span></a></td><td>6.2 10^9/L<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code10*9/L = '10*9/L')</span></td><td>Final</td></tr><tr><td><a href=\"Observation-plt.html\"><span title=\"Codes:{http://loinc.org 4544-3}\">Platelets</span></a></td><td>250 10^9/L<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code10*9/L = '10*9/L')</span></td><td>Final</td></tr></table></div>"
  },
  "basedOn" : [{
    "reference" : "ServiceRequest/example-servicerequest",
    "type" : "ServiceRequest"
  }],
  "status" : "final",
  "code" : {
    "coding" : [{
      "system" : "http://loinc.org",
      "code" : "57021-8",
      "display" : "CBC panel - Blood by Automated count"
    }],
    "text" : "Full Blood Count Panel"
  },
  "subject" : {
    "reference" : "Patient/example-patient"
  },
  "result" : [{
    "reference" : "Observation/hb"
  },
  {
    "reference" : "Observation/rbc"
  },
  {
    "reference" : "Observation/wbc"
  },
  {
    "reference" : "Observation/plt"
  }],
  "presentedForm" : [{
    "contentType" : "application/pdf",
    "language" : "en",
    "data" : "JVBERi0xLjQKJcfs",
    "title" : "CBC Report"
  }]
}