US Core Implementation Guide
7.0.0 - CI Build United States of America flag

US Core Implementation Guide, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 7.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/US-Core/ and changes regularly. See the Directory of published versions

: DiagnosticReport Cardiology Report Example - XML Representation

Page standards status: Informative

Raw xml | Download



<DiagnosticReport xmlns="http://hl7.org/fhir">
  <id value="cardiology-report"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note|7.0.0"/>
  </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. Baxter </b> female, DoB: 1987-02-20 ( Medical Record Number/1032702 (use: USUAL))</td></tr><tr><td>When For</td><td>2021-11-10 21:39:30+0000</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>When For</b></td></tr><tr><td><a href="Observation-qrs-dur-ekg-lead.html"><span title="Codes: {http://loinc.org 44973-6}">QRS dur {EKG lead}</span></a></td><td>60 ms</td><td>2021-11-10 16:48:57-0800</td></tr><tr><td><a href="Observation-pulse-intensity-palpation.html"><span title="Codes: {http://loinc.org 44974-4}">Pulse intensity Palpation</span></a></td><td><span title="Codes: {http://loinc.org LA11841-6}">1+</span></td><td>2021-11-10 16:48:57-0800</td></tr><tr><td><a href="Observation-p-r-interval-ekg-lead.html"><span title="Codes: {http://loinc.org 44976-9}">P-R interval {EKG lead}</span></a></td><td>0.2 s</td><td>2021-11-10 16:48:57-0800</td></tr><tr><td><a href="Observation-q-t-interval-ekg-lead.html"><span title="Codes: {http://loinc.org 44975-1}">Q-T interval {EKG lead}</span></a></td><td>0.4 s</td><td>2021-11-10 16:48:57-0800</td></tr><tr><td><a href="Observation-jugular-vein-distension.html"><span title="Codes: {http://loinc.org 69428-1}">Jugular vein distension</span></a></td><td><span title="Codes: {http://loinc.org LA9634-2}">Absent</span></td><td>2021-11-10 16:48:57-0800</td></tr><tr><td><a href="Observation-heart-rate-rhythm.html"><span title="Codes: {http://loinc.org 8884-9}">Heart rate rhythm</span></a></td><td>Regular (R)</td><td>2021-11-10 16:48:57-0800</td></tr><tr><td><a href="Observation-ekg-lead.html"><span title="Codes: {http://loinc.org 44967-8}">EKG lead</span></a></td><td>II</td><td>2021-11-10 16:48:57-0800</td></tr><tr><td><a href="Observation-ekg-impression.html"><span title="Codes: {http://loinc.org 8601-7}">EKG impression</span></a></td><td>Normal Sinus Rhythm (NSR)</td><td>2021-11-10 16:48:57-0800</td></tr><tr><td><a href="Observation-capillary-refill-time-nail-bed.html"><span title="Codes: {http://loinc.org 44963-7}">Capillary refill Time Nail Bed</span></a></td><td>1 s</td><td>2021-11-10 16:48:57-0800</td></tr></table></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="2021-11-10T21:39:30.000Z"/>
  <result>🔗 
    <reference value="Observation/qrs-dur-ekg-lead"/>
  </result>
  <result>🔗 
    <reference value="Observation/pulse-intensity-palpation"/>
  </result>
  <result>🔗 
    <reference value="Observation/p-r-interval-ekg-lead"/>
  </result>
  <result>🔗 
    <reference value="Observation/q-t-interval-ekg-lead"/>
  </result>
  <result>🔗 
    <reference value="Observation/jugular-vein-distension"/>
  </result>
  <result>🔗 
    <reference value="Observation/heart-rate-rhythm"/>
  </result>
  <result>🔗 
    <reference value="Observation/ekg-lead"/>
  </result>
  <result>🔗 
    <reference value="Observation/ekg-impression"/>
  </result>
  <result>🔗 
    <reference value="Observation/capillary-refill-time-nail-bed"/>
  </result>
  <media>
    <link>🔗 
      <reference value="Media/ekg-strip"/>
      <display value="EKG Strip"/>
    </link>
  </media>
  <presentedForm>
    <contentType value="application/pdf"/>
    <url value="http://example.org/pdfdownloads/cardiopanel-report-123.pdf"/>
    <hash value="RVFILy4uQWdNRQo="/>
  </presentedForm>
</DiagnosticReport>