Search loading...

API Hub

Explore and Make use of Nationally Defined Messaging APIs

 

GP Practice Section

Gives information about the GP Practice section

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.

Section Description Card. MRO* FHIR Target and Guidance
GP practice Details of the GP practice where the patient is registered. 1 only M Carried in the CodeableConcept of Composition.section.code FHIR element.
PRSB Element Description Card. MRO* FHIR Target and Guidance
GP practice identifier The identifier of the registered GP Practice. Note: this heading is defined as mandatory however the heading does not appear in the text, but it is mandatory to populate the identifier in the Practitioner Resource. 1 only M This should be the Organisation Data Services (ODS) identifier for the practice which MUST NOT be in text but carried in the FHIR element Organization.identifier. This includes codes to use where there is no registered GP practice which should follow the NHS Data Dictionary default codes.
* M=Mandatory R=Required O=Optional

Example GP Practice Section

<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>ODS Organization Code:GP123456</p>
					</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>
Tags: fhir

All content is available under the Open Government Licence v3.0, except where otherwise stated