Gives information about the GP Practice section
   
   
    
    
    
  
 Important: This specification is based on the Professional Records Standards Body's Community Pharmacy Standard V2.2 standard which provides further information on document headings and content for messages:
 
GP Practice Section Content
The GP practice section contains details of the patients GP practice. PRSB Elements should be formatted as subheadings in any HTML sent.
| GP PRACTICE | |||||
|---|---|---|---|---|---|
| Data Item | Description | Cardinality | Values | Mandatory/required/ optional | FHIR Target | 
| GP practice identifier | The identifier of the registered GP practice. | 1 ONLY | This should be the Organisation Data Services (ODS) identifier for the practice (not displayed in the message). This includes codes to use where there is no registered GP practice. | Mandatory | Organization.identifier | 
| GP Practice | The name, full address including postcode of the Patient’s GP surgery where the patient for whom the referral is being made, is registered as a patient. | 0..1 | Required | Details of the GP Practice should populate Composition.section.text and Organisation (linked from Patient via generalPractitioner > Organization) | 
Example GP Practice Section
 Note: These examples have not been clinically assured against Digital Medicines use cases.
Examples are illustrative only.
Examples are illustrative only.
<!--<xml>-->
<!-- GP Practice-->
	<section>
		<title value="GP practice"/>
			<code>
				<coding>
					<system value="http://snomed.info/sct"/>
					<code value="886711000000101"/>
					<display value="GP practice"/>
				</coding>
			</code>
			<text>
			<status value="additional"/>
			<div xmlns="http://www.w3.org/1999/xhtml">
			<table width="100%">
				<tbody>
				<tr>
					<th>GP practice identifier</th>
					<td>
						<p>GP123456</p>
					</td>
				</tr>
				<tr>
					<th>GP practice</th>
					<td>
						Aire Valley Surgery<br/>
						1 Oakhampton Road<br/>
						Leeds<br/>
						LS2 3RT
					</td>
				</tr>				
				</tbody>
			</table>
			</div>
			</text>
		<!--Reference to the Organisation entry as the source of information for this section-->
		<entry>
			<reference value="urn:uuid:94ca030c-03aa-4dae-8270-c2de2b7907ef"/>
		</entry>
	</section>
<!--</xml>-->