CDA File

The CDA file contains Clinical Data Attachment rules for the Translator Attachment Adapter to use when building the 275.

The CDA file is an HL7 XML file in CDA format created by the user. A sample CDA file is shipped with the Translator Attachment Adapter. The sample CDA file is based on "HL7 Implementation Guide for CDA® Release 2: IHE Health Story Consolidation, Release 1.1 - US Realm" using proposed standards for 275 attachment and the Patient Information Unspecified Content (PIUC) format.

Here is an example of a CDA file.

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<ClinicalDocument>
	<typeID extension="POCD_HD000040" root="2.16.840.1.113883.1.3"/>
	<id extension="Foresight" root="2.16.840.1.113883.19.2744.1.1"/>
	<title>Patient Information Unspecified Content</title>
	<confidentialityCode Display="Normal" code="N" codeSystem="2.16.840.1.113883.5.25" codeSystemName="Confidentiality"/>
	<effectiveTime value="20140709"/>
	<recordTarget conextControlCode="OP" typeCode="RCT">
		<patientRole classCode="PAT">
		<patient>
			<name>
				<given>John</given>
				<given>Andrew</given>
				<family>Doe</family>
			</name>
			<administrativeGenderCode/>
			<birthTime/>
		</patient></patientRole>
	</recordTarget>
	<author conextControlCode="OP" typeCode="AUT">
		<assignedAuthor classCode="ASSIGNED">
			<assignedPerson>
				<name>
					<given>Jane</given>
					<given/>
					<family>Smith</family>
				</name>
			</assignedPerson>
		</assignedAuthor>
	</author>
	<custodian typeCode="CST">
		<assignedCustodian classCode="ASSIGNED">
			<representedCustodianOrganization classCode="ORG">
				<name>
					<given>Robert</given>
					<given>Quincy</given>
					<family>Jones</family>
				</name>
			</representedCustodianOrganization>
		</assignedCustodian>
	</custodian>
	<inFulfillmentOf>
		<order>
			<id extension="1" root="2.16.840.1.113883.19.2744.1.1"/>
		</order>
	</inFulfillmentOf>
	<body>
		<text mediaType="image/jpg"/>
		<nonXMLBody>
			<reference value="xray.jpg"/>
		</nonXMLBody>
	</body>
</ClinicalDocument>