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: Care Team Organizer Example

This content is an example of the Care Team Organizer Logical Model and is not a FHIR Resource

    
<?xml version="1.0"?>
<!--Care Team Organizer-->
<organizer xmlns="urn:hl7-org:v3" xmlns:sdtc="urn:hl7-org:sdtc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" classCode="CLUSTER" moodCode="EVN">
	<templateId root="2.16.840.1.113883.10.20.22.4.500" extension="2022-06-01"/>
	<!--NEW Care Team Organizer Entry Template ID and extension-->
	<id root="1.1.1.1.1.1"/>
	<code code="86744-0" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Care Team">
		<originalText>
			<reference value="#CareTeamName1"/>
		</originalText>
	</code>
	<!--Care Team Status - https://vsac.nlm.nih.gov/valueset/2.16.840.1.113883.1.11.15933/expansion-->
	<statusCode code="active"/>
	<effectiveTime>
		<low value="201810081426-0500"/>
	</effectiveTime>
	<!-- This participant is the Care Team Lead (1..1)-->
	<!-- Care Team Lead is one of the contained care team members in the list of care team members-->
	<participant typeCode="PPRF">
		<participantRole>
			<!--<This id matches at least one of the member's id in the Care Team Member act template-->
			<id root="1.5.5.5.5.5.5"/>
		</participantRole>
	</participant>
	<!-- #1 Care Team Member Act - This component is a care team member who is a provider -->
	<component>
		<act classCode="PCPR" moodCode="EVN">
			<templateId root="2.16.840.1.113883.10.20.22.4.500.1" extension="2024-05-01"/>
			<id root="1.5.5.5.5.5.5"/>
			<code code="92707-9" codeSystem="2.16.840.1.113883.6.1" />
			<!--Care Team Member Status - https://vsac.nlm.nih.gov/valueset/2.16.840.1.113883.1.11.15933/expansion-->
			<statusCode code="active"/>
			<effectiveTime>
				<low value="201810081426-0500"/>
			</effectiveTime>
			<!--Attributes about the provider member - name-->
			<performer typeCode="PRF">
				<functionCode xmlns="urn:hl7-org:sdtc" code="PCP" displayName="primary care physician" codeSystem="2.16.840.1.113883.5.88" codeSystemName="ParticipationFunction">
					<originalText xmlns="urn:hl7-org:v3">
						<reference value="#CT1_M01"/>
					</originalText>
				</functionCode>
				<!-- A care team member role -->
				<assignedEntity>
					<id root="B00B14E8-CDE4-48EA-8A09-01BC4945122A" extension="1"/>
					<id root="1.5.5.5.5.5.5"/>
					<assignedPerson>
						<name><given>John</given><given>D</given><family>Smith</family><suffix>MD</suffix></name>
					</assignedPerson>
				</assignedEntity>
			</performer>
		</act>
	</component>
</organizer>