Gives information about the Clinical Summary section

Clinical Summary Section Content

The Clinical Summary section carries information about the Clinical Summary details used. PRSB Elements should be formatted as subheadings in any HTML sent.

CLINICAL NARRATIVE          
Data Item Description Cardinality Values Mandatory/required/ optional FHIR Target
Clinical Summary A description detailing a patient’s reason for attendance, results from the diagnostic and treatment process. 1 ONLY Free text Mandatory Composition.section.text

Example Clinical Summary Section

<!--<xml>-->
<!--Clinical Summary-->
	<section>
		<title value="Clinical Summary"/>
		<code>
			<coding>
				<system value="http://snomed.info/sct"/>
				<code value="887181000000106"/>
				<display value="Clinical Summary"/>
			</coding>
		</code>
		<text>
			<status value="additional"/>
			<div xmlns="http://www.w3.org/1999/xhtml">
			<table width="100%">
				<tbody>
				<tr>
					<th>Clinical Summary</th>
					<td>A description detailing a patient’s reason for attendance, results from the diagnostic and treatment process.</td>
				</tr>
				</tbody>
			</table>
			</div>
		</text>
	</section>
<!--</xml>-->
Tags: fhir