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: Influenza Vaccination with NDC

Approval Status: Approved
Task Force Approval: 2018-09-06
SDWG Approval: 2018-10-01

This example illustrates how to structure Immunizations for the 170.314(b)(2) Transitions of care - J) Immunizations with a translation for the NDC code.

This file includes examples of the following templates:


<section xmlns="urn:hl7-org:v3">
  <!--  conforms to Immunizations section with entries optional  -->
  <templateId root="2.16.840.1.113883.10.20.22.2.2"/>
  <templateId root="2.16.840.1.113883.10.20.22.2.2" extension="2015-08-01"/>
  <!--  Immunizations section with entries required  -->
  <templateId root="2.16.840.1.113883.10.20.22.2.2.1"/>
  <templateId root="2.16.840.1.113883.10.20.22.2.2.1" extension="2015-08-01"/>
  <code displayName="History of immunizations" codeSystemName="LOINC"
        codeSystem="2.16.840.1.113883.6.1" code="11369-6"/>
  <title>IMMUNIZATIONS</title>
  <text>
    <content ID="immunSect"/>
    <table width="100%" border="1">
      <thead>
        <tr>
          <th>Vaccine</th>
          <th>Lot Number</th>
          <th>Date</th>
          <th>Status</th>
        </tr>
      </thead>
      <tbody>
        <tr ID="immun1">
          <td ID="ImmunizationProduct_100">Influenza, seasonal, injectable</td>
          <td>1</td>
          <td>8/15/2010</td>
          <td>Completed</td>
        </tr>
      </tbody>
    </table>
  </text>
  <entry typeCode="DRIV">
    <substanceAdministration negationInd="false" moodCode="EVN"
                             classCode="SBADM">
      <!--  ** Immunization activity **  -->
      <templateId root="2.16.840.1.113883.10.20.22.4.52"/>
      <templateId root="2.16.840.1.113883.10.20.22.4.52"
                  extension="2015-08-01"/>
      <id root="e6f1ba43-c0ed-4b9b-9f12-f435d8ad8f92"/>
      <text>
        <reference value="#immun1"/>
      </text>
      <!--  Indicates the status of the substanceAdministartion  -->
      <statusCode code="completed"/>
      <effectiveTime xsi:type="SXCM-TS" value="20100815"/>
      <consumable>
        <!--  Optional manufacturerOrganization
               <manufacturerOrganization>
                 <name>Health LS - Immuno Inc.</name>
               </manufacturerOrganization>  -->
        <manufacturedProduct classCode="MANU">
          <!--  ** Immunization medication information **  -->
          <templateId root="2.16.840.1.113883.10.20.22.4.54"/>
          <templateId root="2.16.840.1.113883.10.20.22.4.54"
                      extension="2014-06-09"/>
          <manufacturedMaterial>
            <code displayName="Influenza, seasonal, injectable"
                  codeSystemName="CVX" codeSystem="2.16.840.1.113883.12.292" code="141">
              <originalText>
                <reference value="#ImmunizationProduct_100"/>
              </originalText>
              <translation xsi:type="CD" displayName="FLUZONE"
                           codeSystemName="NDC" codeSystem="2.16.840.1.113883.6.69"
                           code="49281-0394-15"/>
            </code>
            <lotNumberText>1</lotNumberText>
          </manufacturedMaterial>
        </manufacturedProduct>
      </consumable>
      <!--  Optional Performer  -->
      <performer>
        <assignedEntity>
          <id root="2.16.840.1.113883.19.5.9999.456" extension="2981824"/>
          <addr>
            <streetAddressLine>1021 Health Drive</streetAddressLine>
            <city>Ann Arbor</city>
            <state>MI</state>
            <postalCode>99099</postalCode>
            <country>US</country>
          </addr>
          <telecom nullFlavor="UNK"/>
          <assignedPerson>
            <name>
              <given>Amanda</given>
              <family>Assigned</family>
            </name>
          </assignedPerson>
          <representedOrganization>
            <id root="2.16.840.1.113883.19.5.9999.1394"/>
            <name>Good Health Clinic</name>
            <telecom nullFlavor="UNK"/>
            <addr nullFlavor="UNK"/>
          </representedOrganization>
        </assignedEntity>
      </performer>
      <!--  Optional Author  -->
      <author>
        <templateId root="2.16.840.1.113883.10.20.22.4.119"/>
        <time value="20100815"/>
        <assignedAuthor>
          <id root="2.16.840.1.113883.4.6" extension="99999999"/>
          <code displayName="Family Medicine Physician"
                codeSystemName="Health Care Provider Taxonomy" codeSystem="2.16.840.1.113883.6.101" code="207Q00000X"/>
          <addr nullFlavor="UNK"/>
          <telecom value="tel:555-555-1002" use="WP"/>
          <assignedPerson>
            <name>
              <given>Henry</given>
              <family>Seven</family>
            </name>
          </assignedPerson>
        </assignedAuthor>
      </author>
    </substanceAdministration>
  </entry>
</section>