Health Care Surveys Reporting
2.0.0-ballot - STU 2 - Ballot United States of America flag

This page is part of the Making EHR Data MOre available for Research and Public Health (MedMorph) Healthcare Surveys Reporting Content IG (v2.0.0-ballot: STU 2 Ballot) based on FHIR (HL7® FHIR® Standard) R4. This version is a pre-release. The current official version is 1.0.0. For a full list of available versions, see the Directory of published versions

: Diagnostic CBC Report Laboratory Example - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "DiagnosticReport",
  "id" : "diagnosticreport-example",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab|6.1.0"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport diagnosticreport-example</b></p><a name=\"diagnosticreport-example\"> </a><a name=\"hcdiagnosticreport-example\"> </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=\"http://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-diagnosticreport-lab.html\">US Core DiagnosticReport Profile for Laboratory Results Reportingversion: null6.1.0)</a></p></div><h2><span title=\"Codes:{http://loinc.org 58410-2}\">CBC panel - Blood by Automated count</span> (<span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0074 LAB}\">Laboratory</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>Dominique369 Ledner144  Female, DoB: 1965-06-22 ( MRN:\u00a0Alaska Driver's License#abc123\u00a0(use:\u00a0usual,\u00a0))</td></tr><tr><td>When For</td><td>2025-01-02</td></tr><tr><td>Reported</td><td>2025-01-02 11:00:00+0000</td></tr><tr><td>Performer</td><td> <a href=\"Practitioner-practitioner-1.html\">Practitioner Joseph P Nichols (official)</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>Flags</b></td><td><b>Reported</b></td></tr><tr><td><a href=\"Observation-observation-lab-example.html\"><span title=\"Codes:{http://loinc.org 26464-8}\">Leukocytes [#/volume] in Blood</span></a></td><td>6.8 10^3/uL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code10^3/uL = '10^3/uL')</span></td><td>Final, <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation N}\">Normal</span></td><td>2025-01-02 10:30:00+0000</td></tr></table><p>CBC within normal limits</p></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v2-0074",
          "code" : "LAB"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "58410-2",
        "display" : "CBC panel - Blood by Automated count"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/patient-ledner"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/encounter-ambulatory"
  },
  "effectiveDateTime" : "2025-01-02",
  "issued" : "2025-01-02T11:00:00Z",
  "performer" : [
    {
      🔗 "reference" : "Practitioner/practitioner-1"
    }
  ],
  "result" : [
    {
      🔗 "reference" : "Observation/observation-lab-example"
    }
  ],
  "conclusion" : "CBC within normal limits"
}