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: Comment Activity Example


<act xmlns="urn:hl7-org:v3" moodCode="EVN" classCode="ACT">
  <templateId root="2.16.840.1.113883.10.20.22.4.64"/>
  <code displayName="Annotation Comment" codeSystemName="LOINC"
        codeSystem="2.16.840.1.113883.6.1" code="48767-8"/>
  <text>The patient stated that he was looking forward to an upcoming 
    vacation to New York with his family.  He was concerned that he may
    not have enough medication for the trip.  An additional prescription 
    was provided to cover that period of time.</text>
  <author>
    <templateId root="2.16.840.1.113883.10.20.22.4.119"/>
    <time value="20050329224411+0500"/>
    <assignedAuthor>
      <id root="2.16.840.1.113883.19.5" extension="KP00017"/>
      <addr use="H">
        <streetAddressLine>21 North Ave.</streetAddressLine>
        <city>Burlington</city>
        <state>MA</state>
        <postalCode>02368</postalCode>
        <country>US</country>
      </addr>
      <telecom value="tel:(555)555-1003" use="WP"/>
      <assignedPerson>
        <name>
          <given>Henry</given>
          <family>Seven</family>
        </name>
      </assignedPerson>
    </assignedAuthor>
  </author>
</act>