CDA Examples
1.0.0 - active United States of America flag

CDA Examples, published by Health Level Seven. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/CDA-Examples/ and changes regularly. See the Directory of published versions

Example: Results panel with pending component

Approval Status: Approved
Task Force Approval: 2014-05-01
SDWG Approval: 2014-05-22, 2016-12-01

This is an example of a results panel with pending component.

This file includes examples of the following templates:


<section xmlns="urn:hl7-org:v3">
  <templateId root="2.16.840.1.113883.10.20.22.2.3.1"/>
  <templateId root="2.16.840.1.113883.10.20.22.2.3.1" extension="2015-08-01"/>
  <code displayName="RESULTS" codeSystemName="LOINC"
        codeSystem="2.16.840.1.113883.6.1" code="30954-2"/>
  <title>RESULTS</title>
  <text>
    <table width="100%" border="1">
      <thead>
        <tr>
          <th>Name</th>
          <th>Actual Result</th>
          <th>Date</th>
        </tr>
      </thead>
      <tbody>
        <tr>
          <td>CBC with Ordered Manual Differential panel - Blood</td>
          <td/>
          <td>8/6/2012</td>
        </tr>
        <tr>
          <td>
            <content ID="result5">Leukocytes [#/volume] in Blood by Manual count [LOINC: 804-5]</content>
          </td>
          <!--  Representation of the pending test in the narrative section  -->
          <td>Pending</td>
          <td>8/6/2012</td>
        </tr>
      </tbody>
    </table>
  </text>
  <entry typeCode="DRIV">
    <organizer moodCode="EVN" classCode="BATTERY">
      <templateId root="2.16.840.1.113883.10.20.22.4.1"/>
      <templateId root="2.16.840.1.113883.10.20.22.4.1"
                  extension="2015-08-01"/>
      <templateId root="2.16.840.1.113883.10.20.22.4.1"
                  extension="2023-05-01"/>
      <id root="7d5a02b0-67a4-11db-bd13-0800200c9a66"/>
      <code displayName="CBC with Ordered Manual Differential panel - Blood"
            codeSystemName="LOINC" codeSystem="2.16.840.1.113883.6.1" code="57782-5"/>
      <!--  Status is active since all components are not complete  -->
      <statusCode code="active"/>
      <component>
        <observation moodCode="EVN" classCode="OBS">
          <templateId root="2.16.840.1.113883.10.20.22.4.2"/>
          <templateId root="2.16.840.1.113883.10.20.22.4.2"
                      extension="2015-08-01"/>
          <templateId root="2.16.840.1.113883.10.20.22.4.2"
                      extension="2023-05-01"/>
          <id root="68762391-bfa5-4dfa-9f6f-d37109a97d19"/>
          <code xsi:type="CD"
                displayName="Leukocytes [#/volume] in Blood by Manual count" codeSystemName="LOINC" codeSystem="2.16.840.1.113883.6.1"
                code="804-5"/>
          <text xsi:type="ED">
            <reference value="#result5"/>
          </text>
          <!--  Status of this test is active  -->
          <statusCode code="active"/>
          <effectiveTime value="20120806"/>
          <!--  This should represent what the EHR or other system received from the lab  -->
          <!--  The more common scenario is the result is not present  -->
          <!--  The task force created this example becasue it came up during certification testing -->
          <!--  We do not believe this is a common scenario  -->
          <value xsi:type="PQ" unit="1" nullFlavor="NA"/>
        </observation>
      </component>
    </organizer>
  </entry>
</section>