<PractitionerRole xmlns="http://hl7.org/fhir">
    <id value="PractitionerRole-AnnaLaneKingstonPathology-Example" />
    <practitioner>
        <identifier>
            <system value="https://fhir.nhs.uk/Id/sds-user-id" />
            <value value="9999999998" />
        </identifier>
        <display value="Dr. Anna Lane" />
    </practitioner>
    <organization>
        <identifier>
            <system value="https://fhir.nhs.uk/Id/ods-organization-code" />
            <value value="RAX01" />
        </identifier>
        <display value="Kingston Hospital NHS Foundation Trust" />
    </organization>
    <specialty>
        <coding>
            <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" />
            <code value="820" />
            <display value="General Pathology" />
        </coding>
    </specialty>
    <telecom>
        <system value="phone" />
        <value value="02085467711" />
    </telecom>
    <telecom>
        <extension url="http://hl7.org/fhir/StructureDefinition/contactpoint-comment">
            <valueString value="reporting" />
        </extension>
        <system value="email" />
        <value value="pathologyseckingston@nhs.net" />
    </telecom>
    <telecom>
        <extension url="http://hl7.org/fhir/StructureDefinition/contactpoint-comment">
            <valueString value="reporting" />
        </extension>
        <system value="email" />
        <value value="respiratorykingston@nhs.net" />
    </telecom>
</PractitionerRole>