Consolidated CDA (C-CDA)
4.0.0 - STU4 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 4.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 Team Organizer Example


  <!-- Care Team Organizer -->
<organizer xmlns="urn:hl7-org:v3" moodCode="EVN" classCode="CLUSTER">
  <templateId root="2.16.840.1.113883.10.20.22.4.500" extension="2022-06-01"/>
  <!-- NEW Care Team Organizer Entry Template ID and extension -->
  <id root="1.1.1.1.1.1"/>
  <code displayName="Care Team" codeSystemName="LOINC"
        codeSystem="2.16.840.1.113883.6.1" code="86744-0">
    <originalText/>
  </code>
  <!-- Care Team Status - https://vsac.nlm.nih.gov/valueset/2.16.840.1.113883.1.11.15933/expansion -->
  <statusCode code="active"/>
  <effectiveTime>
    <low value="20181008142600-0500"/>
  </effectiveTime>
  <!--  This participant is the Care Team Lead (1..1) -->
  <!--  Care Team Lead is one of the contained care team members in the list of care team members -->
  <participant typeCode="PPRF">
    <participantRole>
      <!-- <This id matches at least one of the member's id in the Care Team Member act template -->
      <id root="1.5.5.5.5.5.5"/>
    </participantRole>
  </participant>
  <!--  #1 Care Team Member Act - This component is a care team member who is a provider  -->
  <component>
    <act moodCode="EVN" classCode="PCPR">
      <templateId root="2.16.840.1.113883.10.20.22.4.500.1"
                  extension="2024-05-01"/>
      <id root="1.5.5.5.5.5.5"/>
      <code codeSystem="2.16.840.1.113883.6.1" code="92707-9"/>
      <!-- Care Team Member Status - https://vsac.nlm.nih.gov/valueset/2.16.840.1.113883.1.11.15933/expansion -->
      <statusCode code="active"/>
      <effectiveTime>
        <low value="20181008142600-0500"/>
      </effectiveTime>
      <!-- Attributes about the provider member - name -->
      <performer typeCode="PRF">
        <sdtc:sdtcFunctionCode xmlns:sdtc="urn:hl7-org:sdtc"
                               displayName="primary care physician" codeSystemName="ParticipationFunction"
                               codeSystem="2.16.840.1.113883.5.88" code="PCP">
          <originalText/>
        </sdtc:sdtcFunctionCode>
        <!--  A care team member role  -->
        <assignedEntity>
          <id root="B00B14E8-CDE4-48EA-8A09-01BC4945122A" extension="1"/>
          <id root="1.5.5.5.5.5.5"/>
          <assignedPerson>
            <name>
              <given>John</given>
              <given>D</given>
              <family>Smith</family>
              <suffix>MD</suffix>
            </name>
          </assignedPerson>
        </assignedEntity>
      </performer>
    </act>
  </component>
</organizer>