Consolidated CDA (C-CDA)
3.0.0 - STU3 United States of America flag

Consolidated CDA (C-CDA), published by Health Level Seven. This guide is not an authorized publication; it is the continuous build for version 3.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-ccda/ and changes regularly. See the Directory of published versions

Example Binary: Care Teams Section Example

This content is an example of the Care Teams Section Logical Model and is not a FHIR Resource

    
<section xmlns="urn:hl7-org:v3" xmlns:sdtc="urn:hl7-org:sdtc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
  <templateId root="2.16.840.1.113883.10.20.22.2.500" extension="2022-06-01"/>
  <code code="85847-2" codeSystem="2.16.840.1.113883.6.1"/>
  <title>Patient Care Teams</title>
  <text>
    <list>
      <item>
        <content ID= "CareTeamName1">Inpatient Diabetes Care Team</content> (
                
        <content>Active</content>) (10/08/2018 - )
                      
                
        <table>
          <thead>
            <tr>
              <th>Member</th>
              <th>Role on Team</th>
              <th>Status</th>
              <th>Date</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td>Dr. Henry Seven </td>
              <td ID="CT1_M01">PCP</td>
              <td>(Active)</td>
              <td>10/18/2019</td>
            </tr>
          </tbody>
        </table>
      </item>
    </list>
  </text>
  <!--Care Team Organizer-->
  <!-- entry info here, if coded data available for care team members -->
</section>