QI-Core Implementation Guide
7.0.0-ballot - STU7 Ballot United States of America flag

This page is part of the Quality Improvement Core Framework (v7.0.0-ballot: STU7 (v7.0.0) Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 6.0.0. For a full list of available versions, see the Directory of published versions

: DiagnosticReportLab example - XML Representation

Raw xml | Download



<DiagnosticReport xmlns="http://hl7.org/fhir">
  <id value="example"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: DiagnosticReport example</b></p><a name="example"> </a><a name="hcexample"> </a><a name="example-en-US"> </a><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>Jim Chalmers  Male, DoB: 1974-12-25 ( Medical record number (use: usual, period: 2001-05-06 --&gt; (ongoing)))</td></tr><tr><td>When For</td><td>2005-07-05</td></tr><tr><td>Reported</td><td>2005-07-06 11:45:33+1100</td></tr><tr><td>Performer</td><td> <a href="Organization-example.html">Organization Health Level Seven International</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>When For</b></td><td><b>Reported</b></td></tr><tr><td><a href="Observation-example.html"><span title="Codes:{http://loinc.org 30350-3}">Hemoglobin [Mass/volume] in Venous blood</span></a> (<span title="Codes:{http://snomed.info/sct 308046002}">Superficial forearm vein</span>)</td><td>7.2 g/dl<span style="background: LightGoldenRodYellow"> (Details: UCUM  codeg/dL = 'g/dL')</span></td><td>Final, <span title="Codes:{http://terminology.hl7.org/CodeSystem/v2-0078 L}">Below low normal</span></td><td>2013-04-02 10:30:10+0100 --&gt; 2013-04-05 10:30:10+0100</td><td>2013-04-03 15:30:10+0100</td></tr></table></div>
  </text>
  <status value="final"/>
  <category>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v2-0074"/>
      <code value="LAB"/>
      <display value="Laboratory"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="58410-2"/>
      <display value="CBC panel - Blood by Automated count"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/example"/>
    <display value="Peter Chalmers"/>
  </subject>
  <effectiveDateTime value="2005-07-05"/>
  <issued value="2005-07-06T11:45:33+11:00"/>
  <performer>🔗 
    <reference value="Organization/example"/>
  </performer>
  <result>🔗 
    <reference value="Observation/example"/>
  </result>
</DiagnosticReport>