PractitionerRole-EugeneSmithLeedsSTH-Example

Example of a PractitionerRole resource linking Practitioner and Organization identifiers and indicating preferred reporting address.

PractitionerRole
{
    "resourceType": "PractitionerRole",
    "id": "PractitionerRole-EugeneSmithLeedsSTH-Example",
    "practitioner": {
        "identifier": {
            "system": "https://fhir.nhs.uk/Id/sds-user-id",
            "value": "9999999998"
        },
        "display": "Dr. Eugene Smith"
    },
    "organization": {
        "identifier": {
            "system": "https://fhir.nhs.uk/Id/ods-organization-code",
            "value": "RR8"
        },
        "display": "Leeds Teaching Hospitals NHS Trust"
    },
    "specialty":  [
        {
            "coding":  [
                {
                    "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode",
                    "code": "361",
                    "display": "Renal Medicine"
                }
            ]
        }
    ],
    "telecom":  [
        {
            "system": "phone",
            "value": "01112577852"
        },
        {
            "system": "email",
            "value": "neurosec@leedsuniversitynhs.net"
        },
        {
            "system": "email",
            "value": "clinicalgeneticslabstjames@nhs.net",
            "extension":  [
                {
                    "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-comment",
                    "valueString": "reporting"
                }
            ]
        },
        {
            "system": "email",
            "value": "asmithgppracticeg@nhs.net",
            "extension":  [
                {
                    "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-comment",
                    "valueString": "reporting"
                }
            ]
        }
    ]
}
<PractitionerRole xmlns="http://hl7.org/fhir">
    <id value="PractitionerRole-EugeneSmithLeedsSTH-Example" />
    <practitioner>
        <identifier>
            <system value="https://fhir.nhs.uk/Id/sds-user-id" />
            <value value="9999999998" />
        </identifier>
        <display value="Dr. Eugene Smith" />
    </practitioner>
    <organization>
        <identifier>
            <system value="https://fhir.nhs.uk/Id/ods-organization-code" />
            <value value="RR8" />
        </identifier>
        <display value="Leeds Teaching Hospitals NHS Trust" />
    </organization>
    <specialty>
        <coding>
            <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" />
            <code value="361" />
            <display value="Renal Medicine" />
        </coding>
    </specialty>
    <telecom>
        <system value="phone" />
        <value value="01112577852" />
    </telecom>
    <telecom>
        <system value="email" />
        <value value="neurosec@leedsuniversitynhs.net" />
    </telecom>
    <telecom>
        <extension url="http://hl7.org/fhir/StructureDefinition/contactpoint-comment">
            <valueString value="reporting" />
        </extension>
        <system value="email" />
        <value value="clinicalgeneticslabstjames@nhs.net" />
    </telecom>
    <telecom>
        <extension url="http://hl7.org/fhir/StructureDefinition/contactpoint-comment">
            <valueString value="reporting" />
        </extension>
        <system value="email" />
        <value value="asmithgppracticeg@nhs.net" />
    </telecom>
</PractitionerRole>