HL7 FHIR® US Core Implementation Guide STU 3

This page is part of the US Core (v3.0.0: STU3) based on FHIR R4. The current version which supercedes this version is 5.0.1. For a full list of available versions, see the Directory of published versions

JSON Format: DiagnosticReport-cbc

Download Raw json

{
  "resourceType" : "DiagnosticReport",
  "id" : "cbc",
  "meta" : {
    "versionId" : "205814",
    "lastUpdated" : "2016-03-09T15:35:58.045+00:00",
    "profile" : [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: cbc</p><p><b>meta</b>: </p><p><b>status</b>: final</p><p><b>category</b>: Laboratory <span style=\"background: LightGoldenRodYellow\">(Details : {http://terminology.hl7.org/CodeSystem/v2-0074 code 'LAB' = 'Laboratory', given as 'Laboratory'})</span></p><p><b>code</b>: Complete blood count (hemogram) panel - Blood by Automated count <span style=\"background: LightGoldenRodYellow\">(Details : {LOINC code '58410-2' = 'Complete blood count (hemogram) panel - Blood by Automated count', given as 'Complete blood count (hemogram) panel - Blood by Automated count'})</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">Amy Shaw. Generated Summary: id: example; Medical Record Number = 1032702 (USUAL); active; Amy V. Shaw ; ph: 555-555-5555(HOME), amy.shaw@example.com; gender: female; birthDate: Feb 20, 2007</a></p><p><b>effective</b>: Jul 5, 2005 12:00:00 AM</p><p><b>issued</b>: Jul 5, 2005 8:45:33 PM</p><p><b>performer</b>: <a href=\"Organization-acme-lab.html\">Acme Laboratory, Inc. Generated Summary: id: acme-lab; 1144221847, 2523423456; active; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</span>; name: Acme Labs; ph: (+1) 734-677-7777, hq@acme.org</a></p><p><b>result</b>: </p><ul><li><a href=\"Observation-neutrophils.html\">NEUTROPHILS. Generated Summary: id: neutrophils; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span>; <span title=\"Codes: {http://loinc.org 770-8}\">Neutrophils %</span>; effective: Jul 5, 2005 12:00:00 AM; 40.0 %</a></li><li><a href=\"Observation-mchc.html\">MCHC. Generated Summary: id: mchc; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span>; <span title=\"Codes: {http://loinc.org 786-4}\">MCHC RBC Auto-mCnc</span>; effective: Jul 5, 2005 12:00:00 AM; 34.7 g/dL</a></li><li><a href=\"Observation-hemoglobin.html\">HEMOGLOBIN. Generated Summary: id: hemoglobin; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span>; <span title=\"Codes: {http://loinc.org 718-7}\">Hgb Bld-mCnc</span>; effective: Jul 5, 2005 12:00:00 AM; 17.0 g/dL</a></li><li><a href=\"Observation-erythrocytes.html\">ERYTHROCYTES. Generated Summary: id: erythrocytes; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span>; <span title=\"Codes: {http://loinc.org 789-8}\">RBC # Bld Auto</span>; effective: Jul 5, 2005 12:00:00 AM; 4.58 10*6/uL</a></li></ul></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v2-0074",
          "code" : "LAB",
          "display" : "Laboratory"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "58410-2",
        "display" : "Complete blood count (hemogram) panel - Blood by Automated count"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/example",
    "display" : "Amy Shaw"
  },
  "effectiveDateTime" : "2005-07-05",
  "issued" : "2005-07-06T11:45:33+11:00",
  "performer" : [
    {
      "reference" : "Organization/acme-lab",
      "display" : "Acme Laboratory, Inc"
    }
  ],
  "result" : [
    {
      "reference" : "Observation/neutrophils",
      "display" : "NEUTROPHILS"
    },
    {
      "reference" : "Observation/mchc",
      "display" : "MCHC"
    },
    {
      "reference" : "Observation/hemoglobin",
      "display" : "HEMOGLOBIN"
    },
    {
      "reference" : "Observation/erythrocytes",
      "display" : "ERYTHROCYTES"
    }
  ]
}