US Core Implementation Guide
3.2.0 - ballot

This page is part of the US Core (v3.2.0: STU4 Ballot 1) 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

: Diagnosticreport Cardiology Report Example - XML Representation

Raw xml | Download



<DiagnosticReport xmlns="http://hl7.org/fhir">
  <id value="cardiology-report"/>
  <meta>
    <extension url="http://hl7.org/fhir/StructureDefinition/instance-name">
      <valueString value="Diagnosticreport Cardiology Report Example"/>
    </extension>
    <extension
               url="http://hl7.org/fhir/StructureDefinition/instance-description">
      <valueMarkdown
                     value="This is a DiagnosticReport cardiology report example for the *US Core Diagnosticreport Note Profile*."/>
    </extension>
    <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>Jan 1, 2011 9:39:30 PM</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="RVFILy4uQWdNRQo="/>
  </presentedForm>
</DiagnosticReport>