Consolidated CDA (C-CDA)
3.0.0 - STU 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: Handoff Communication Participants Example

This content is an example of the Handoff Communication Participants Logical Model and is not a FHIR Resource

    
<act classCode="ACT" moodCode="EVN" xmlns="urn:hl7-org:v3">
  <templateId root="2.16.840.1.113883.10.20.22.4.141" />
  <code code="432138007" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT" displayName="handoff communication (procedure)" />
  <text>
    <reference value="#handoff" />
  </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 code="163W00000X" 
        displayName="Registered nurse" 
        codeSystem="2.16.840.1.113883.6.101"
        codeSystemName="Healthcare Provider Taxonomy (HIPAA)" />
      <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 code="163W00000X" codeSystem="2.16.840.1.113883.6.101" codeSystemName="NUCC Health Care Provider Taxonomy" displayName="Registered Nurse" />
      <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>