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


<procedure xmlns="urn:hl7-org:v3" moodCode="EVN" classCode="PROC">
  <!--  Procedure Activity Procedure  -->
  <templateId root="2.16.840.1.113883.10.20.22.4.14" extension="2024-05-01"/>
  <id root="d5b614bd-01ce-410d-8726-e1fd01dcc72a"/>
  <code displayName="Stent Placement" codeSystemName="SNOMED CT"
        codeSystem="2.16.840.1.113883.6.96" code="103716009">
    <originalText/>
  </code>
  <statusCode code="completed"/>
  <effectiveTime value="20130512120000-0700"/>
  <targetSiteCode displayName="bile duct" codeSystemName="SNOMED CT"
                  codeSystem="2.16.840.1.113883.6.96" code="28273000"/>
  <specimen typeCode="SPC">
    <specimenRole classCode="SPEC">
      <id root="a6d7b927-2b70-43c7-bdf3-0e7c4133062c"/>
      <specimenPlayingEntity>
        <code displayName="gallbladder bile"
              codeSystem="2.16.840.1.113883.6.96" code="57259009"/>
      </specimenPlayingEntity>
    </specimenRole>
  </specimen>
  <performer typeCode="PRF">
    <assignedEntity>
      <id root="2.16.840.1.113883.19.5" extension="IO00017"/>
      <code displayName="Gastroenterologist" codeSystemName="NUCC"
            codeSystem="2.16.840.1.113883.6.96" code="207RG0100X"/>
      <addr use="WP">
        <streetAddressLine>1001 Hospital Lane</streetAddressLine>
        <city>Ann Arbor</city>
        <state>MI</state>
        <postalCode>99999</postalCode>
        <country>US</country>
      </addr>
      <telecom value="tel:(999)555-1212"/>
      <assignedPerson>
        <name>
          <prefix>Dr.</prefix>
          <given>Tony</given>
          <family>Tum</family>
        </name>
      </assignedPerson>
      <representedOrganization classCode="ORG">
        <id root="2.16.840.1.113883.19.5"/>
        <name>Good Health Hospital</name>
        <telecom value="tel:(999)555-1212"/>
        <addr use="WP">
          <streetAddressLine>1001 Hospital Lane</streetAddressLine>
          <city>Ann Arbor</city>
          <state>MI</state>
          <postalCode>99999</postalCode>
          <country>US</country>
        </addr>
      </representedOrganization>
    </assignedEntity>
  </performer>
</procedure>