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: Procedures Section Example

This content is an example of the Procedures Section Logical Model and is not a FHIR Resource

    
<section  xmlns="urn:hl7-org:v3" xmlns:sdtc="urn:hl7-org:sdtc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <templateId root="2.16.840.1.113883.10.20.22.2.7.1" extension="2014-06-09" />
  <!-- Procedures section template -->
  <code code="47519-4" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="PROCEDURES" />
  <title>Procedures</title>
  <text>
      ...
    </text>
  <entry typeCode="DRIV">
		<procedure classCode="PROC" moodCode="EVN">
		  <!-- 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 code="103716009" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT" displayName="Stent Placement">
		    <originalText>
		      <reference value="#Proc1" />
		    </originalText>
		  </code>
		  <statusCode code="completed" />
			<effectiveTime nullFlavor="UNK" />
			<!-- Would be the following, but the time must be greater than the CDA header's effectiveTime which is not present in this example. -->
		  <!-- <effectiveTime value="20130512120000-0700" /> -->
		  <targetSiteCode code="28273000" displayName="bile duct" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT" />
		  <specimen typeCode="SPC">
		    <specimenRole classCode="SPEC">
		      <id root="a6d7b927-2b70-43c7-bdf3-0e7c4133062c" />
		      <specimenPlayingEntity>
		        <code code="57259009" codeSystem="2.16.840.1.113883.6.96" displayName="gallbladder bile" />
		      </specimenPlayingEntity>
		    </specimenRole>
		  </specimen>
			<performer typeCode="PRF" xmlns="urn:hl7-org:v3">
			  <assignedEntity>
			    <id extension="IO00017" root="2.16.840.1.113883.19.5" />
			    <code code="207RG0100X" codeSystem="2.16.840.1.113883.6.96" codeSystemName="NUCC" displayName="Gastroenterologist" />
			    <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>
  </entry>
</section>