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: Handoff Communication Participants Example


<act xmlns="urn:hl7-org:v3" moodCode="EVN" classCode="ACT">
  <templateId root="2.16.840.1.113883.10.20.22.4.141"/>
  <code displayName="handoff communication (procedure)"
        codeSystemName="SNOMED CT" codeSystem="2.16.840.1.113883.6.96" code="432138007"/>
  <text/>
  <statusCode code="completed"/>
  <effectiveTime value="20130712"/>
  <author typeCode="AUT">
    <templateId root="2.16.840.1.113883.10.20.22.4.119"/>
    <time value="20130730"/>
    <assignedAuthor>
      <id root="d839038b-7171-4165-a760-467925b43857"/>
      <code displayName="Registered nurse"
            codeSystemName="Healthcare Provider Taxonomy (HIPAA)" codeSystem="2.16.840.1.113883.6.101" code="163W00000X"/>
      <addr use="H">
        <streetAddressLine>23 Anywhere Street</streetAddressLine>
        <city>El Paso</city>
        <state>TX</state>
        <postalCode>90210</postalCode>
        <country>US</country>
      </addr>
      <telecom value="tel:(995)555-1006" use="WP"/>
      <assignedPerson>
        <name>
          <given>Nurse</given>
          <family>Nightingale</family>
          <suffix>RN</suffix>
        </name>
      </assignedPerson>
      <representedOrganization classCode="ORG">
        <id root="2.16.840.1.113883.19.5"/>
        <name>Good Health Hospital</name>
      </representedOrganization>
    </assignedAuthor>
  </author>
  <participant typeCode="IRCP">
    <participantRole>
      <id root="86086fe6-fa53-4f45-9ba5-0e32bf1a50b9"/>
      <code displayName="Registered Nurse"
            codeSystemName="NUCC Health Care Provider Taxonomy" codeSystem="2.16.840.1.113883.6.101" code="163W00000X"/>
      <addr use="H">
        <streetAddressLine>23 Anywhere Street</streetAddressLine>
        <city>El Paso</city>
        <state>TX</state>
        <postalCode>90210</postalCode>
        <country>US</country>
      </addr>
      <telecom value="tel:(995)555-1006" use="WP"/>
    </participantRole>
  </participant>
</act>