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: No Implanted Devices

Approval Status: Approved
Task Force Approval: 2015-12-15
SDWG Approval: 2016-02-11, 2017-02-02

This is an example of how an author can record a patient has no implanted devices

This file includes examples of the following templates:


  <!--  ************** PROCEDURES and UDI *****************  -->
<section xmlns="urn:hl7-org:v3">
  <!--  Medical equipment section  -->
  <templateId root="2.16.840.1.113883.10.20.22.2.23" extension="2014-06-09"/>
  <templateId root="2.16.840.1.113883.10.20.22.2.23"/>
  <code codeSystem="2.16.840.1.113883.6.1" code="46264-8"/>
  <title>MEDICAL EQUIPMENT</title>
  <text>
    <paragraph ID="Proc">Patient has no history of implantable devices</paragraph>
  </text>
  <entry>
    <procedure negationInd="true" moodCode="EVN" classCode="PROC">
      <!--  Procedure Activity Procedure V2 -->
      <templateId root="2.16.840.1.113883.10.20.22.4.14"/>
      <templateId root="2.16.840.1.113883.10.20.22.4.14"
                  extension="2014-06-09"/>
      <templateId root="2.16.840.1.113883.10.20.22.4.14"
                  extension="2024-05-01"/>
      <!--  C-CDA 3.0  -->
      <id root="d5b614bd-01ce-410d-8726-e1fd01dcc72a"/>
      <code displayName="Procedure" codeSystem="2.16.840.1.113883.6.96"
            code="71388002"/>
      <text>
        <reference value="#Proc"/>
      </text>
      <statusCode code="completed"/>
      <effectiveTime nullFlavor="NA"/>
      <participant typeCode="DEV">
        <participantRole classCode="MANU">
          <templateId root="2.16.840.1.113883.10.20.22.4.37"/>
          <!--  UDI is 'not applicable' since no procedure  -->
          <id root="2.16.840.1.113883.3.3719" nullFlavor="NA"/>
          <playingDevice>
            <code displayName="Implant" codeSystem="2.16.840.1.113883.6.96"
                  code="40388003"/>
          </playingDevice>
          <scopingEntity>
            <id root="2.16.840.1.113883.3.3719"/>
          </scopingEntity>
        </participantRole>
      </participant>
    </procedure>
  </entry>
</section>