HL7 FHIR® US Core Implementation Guide STU3 Release 3.1.1

This page is part of the US Core (v3.1.1: 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

XML Format: DiagnosticReport-cardiology-report

Download Raw xml


<DiagnosticReport xmlns="http://hl7.org/fhir">
  <id value="cardiology-report"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h2><span title="Codes: {http://loinc.org 45033-8}">Cardiovascular physiologic and EKG assessment panel</span> (<span title="Codes: {http://loinc.org LP29708-2}">Cardiology</span>) </h2><table class="grid"><tr><td>Subject</td><td><b>Amy V. Shaw </b>  1987-02-20 ( Medical Record Number: 1032702 (USUAL))</td></tr><tr><td>When For</td><td>02/01/2011 8:39:30 AM</td></tr></table><p><b>Report Details</b></p></div>
  </text>
  <status value="final"/>
  <category>
    <coding>
      <system value="http://loinc.org"/>
      <code value="LP29708-2"/>
      <display value="Cardiology"/>
    </coding>
    <text value="Cardiology"/>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="45033-8"/>
      <display value="Cardiovascular physiologic and EKG assessment panel"/>
    </coding>
    <text value="Cardiovascular physiologic and EKG assessment panel"/>
  </code>
  <subject>
    <reference value="Patient/example"/>
  </subject>
  <effectiveDateTime value="2011-01-01T21:39:30.000Z"/>
  <presentedForm>
    <contentType value="application/pdf"/>
    <url value="http://example.org/pdfdownloads/cardiopanel-report-123.pdf"/>
    <hash value="EQH/..AgME"/>
  </presentedForm>
</DiagnosticReport>