PractitionerRole

PractitionerRole-AnnaLaneKingstonPathology-Example

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

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


PractitionerRole-EugeneSmith-Example

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

PractitionerRole
{
    "resourceType": "PractitionerRole",
    "id": "PractitionerRole-EugeneSmith-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": "RPA02"
        },
        "display": "MEDWAY MARITIME HOSPITAL"
    },
    "specialty":  [
        {
            "coding":  [
                {
                    "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode",
                    "code": "820",
                    "display": "General Pathology"
                }
            ]
        }
    ],
    "telecom":  [
        {
            "system": "phone",
            "value": "01634976477"
        },
        {
            "system": "email",
            "value": "medwaypath@nhs.net"
        },
        {
            "system": "email",
            "value": "clinicalgeneticsmedway@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-EugeneSmith-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="RPA02" />
        </identifier>
        <display value="MEDWAY MARITIME HOSPITAL" />
    </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="01634976477" />
    </telecom>
    <telecom>
        <system value="email" />
        <value value="medwaypath@nhs.net" />
    </telecom>
    <telecom>
        <extension url="http://hl7.org/fhir/StructureDefinition/contactpoint-comment">
            <valueString value="reporting" />
        </extension>
        <system value="email" />
        <value value="clinicalgeneticsmedway@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>


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>


PractitionerRole-GeneSmithENT-Example

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

PractitionerRole
{
    "resourceType": "PractitionerRole",
    "id": "PractitionerRole-GeneSmithENT-Example",
    "practitioner": {
        "identifier": {
            "system": "https://fhir.nhs.uk/Id/sds-user-id",
            "value": "9999999999"
        },
        "display": "Dr. Gene Smith"
    },
    "organization": {
        "identifier": {
            "system": "https://fhir.nhs.uk/Id/ods-organization-code",
            "value": "RGT01"
        },
        "display": "Addenbrooke's Hospital"
    },
    "specialty":  [
        {
            "coding":  [
                {
                    "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode",
                    "code": "120",
                    "display": "Ear Nose and Throat"
                }
            ]
        }
    ],
    "telecom":  [
        {
            "system": "phone",
            "value": "01223586638"
        },
        {
            "system": "email",
            "value": "gene.smith@nhs.net"
        },
        {
            "system": "email",
            "value": "Add-tr.entsecretaries@nhs.net",
            "extension":  [
                {
                    "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-comment",
                    "valueString": "reporting"
                }
            ]
        }
    ]
}
<PractitionerRole xmlns="http://hl7.org/fhir">
    <id value="PractitionerRole-GeneSmithENT-Example" />
    <practitioner>
        <identifier>
            <system value="https://fhir.nhs.uk/Id/sds-user-id" />
            <value value="9999999999" />
        </identifier>
        <display value="Dr. Gene Smith" />
    </practitioner>
    <organization>
        <identifier>
            <system value="https://fhir.nhs.uk/Id/ods-organization-code" />
            <value value="RGT01" />
        </identifier>
        <display value="Addenbrooke&#39;s Hospital" />
    </organization>
    <specialty>
        <coding>
            <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" />
            <code value="120" />
            <display value="Ear Nose and Throat" />
        </coding>
    </specialty>
    <telecom>
        <system value="phone" />
        <value value="01223586638" />
    </telecom>
    <telecom>
        <system value="email" />
        <value value="gene.smith@nhs.net" />
    </telecom>
    <telecom>
        <extension url="http://hl7.org/fhir/StructureDefinition/contactpoint-comment">
            <valueString value="reporting" />
        </extension>
        <system value="email" />
        <value value="Add-tr.entsecretaries@nhs.net" />
    </telecom>
</PractitionerRole>


PractitionerRole-HazelSmithKingstonPathology-Example

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

PractitionerRole
{
    "resourceType": "PractitionerRole",
    "id": "PractitionerRole-HazelSmithKingstonPathology-Example",
    "practitioner": {
        "identifier": {
            "system": "https://fhir.nhs.uk/Id/sds-user-id",
            "value": "9999999998"
        },
        "display": "Dr. Hazel Smith"
    },
    "organization": {
        "identifier": {
            "system": "https://fhir.nhs.uk/Id/ods-organization-code",
            "value": "RAX01"
        },
        "display": "Kingston Hospital NHS Foundation Trust"
    },
    "specialty":  [
        {
            "coding":  [
                {
                    "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode",
                    "code": "820",
                    "display": "General Pathology"
                }
            ]
        }
    ],
    "telecom":  [
        {
            "system": "phone",
            "value": "02085467711"
        },
        {
            "system": "email",
            "value": "Hazel.smith14@nhs.net"
        },
        {
            "system": "email",
            "value": "pathologyseckingston@nhs.net",
            "extension":  [
                {
                    "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-comment",
                    "valueString": "reporting"
                }
            ]
        },
        {
            "system": "email",
            "value": "respiratorykingston@nhs.net",
            "extension":  [
                {
                    "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-comment",
                    "valueString": "reporting"
                }
            ]
        }
    ]
}
<PractitionerRole xmlns="http://hl7.org/fhir">
    <id value="PractitionerRole-HazelSmithKingstonPathology-Example" />
    <practitioner>
        <identifier>
            <system value="https://fhir.nhs.uk/Id/sds-user-id" />
            <value value="9999999998" />
        </identifier>
        <display value="Dr. Hazel Smith" />
    </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>
        <system value="email" />
        <value value="Hazel.smith14@nhs.net" />
    </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>


PractitionerRole-HazelSmithPathology-Example

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

PractitionerRole
{
    "resourceType": "PractitionerRole",
    "id": "PractitionerRole-HazelSmithPathology-Example",
    "practitioner": {
        "identifier": {
            "system": "https://fhir.nhs.uk/Id/sds-user-id",
            "value": "9999999998"
        },
        "display": "Dr. Hazel Smith"
    },
    "organization": {
        "identifier": {
            "system": "https://fhir.nhs.uk/Id/ods-organization-code",
            "value": "696B0"
        },
        "display": "Pathology Lab - ST JAMES`S UNIVERSITY HOSP LABORATORY"
    },
    "specialty":  [
        {
            "coding":  [
                {
                    "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode",
                    "code": "820",
                    "display": "General Pathology"
                }
            ]
        }
    ],
    "telecom":  [
        {
            "system": "phone",
            "value": "0112567851"
        },
        {
            "system": "email",
            "value": "Hazel.smith1@nhs.net"
        },
        {
            "system": "email",
            "value": "pathsec.stjames@nhs.net",
            "extension":  [
                {
                    "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-comment",
                    "valueString": "reporting"
                }
            ]
        }
    ]
}
<PractitionerRole xmlns="http://hl7.org/fhir">
    <id value="PractitionerRole-HazelSmithPathology-Example" />
    <practitioner>
        <identifier>
            <system value="https://fhir.nhs.uk/Id/sds-user-id" />
            <value value="9999999998" />
        </identifier>
        <display value="Dr. Hazel Smith" />
    </practitioner>
    <organization>
        <identifier>
            <system value="https://fhir.nhs.uk/Id/ods-organization-code" />
            <value value="696B0" />
        </identifier>
        <display value="Pathology Lab - ST JAMES`S UNIVERSITY HOSP LABORATORY" />
    </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="0112567851" />
    </telecom>
    <telecom>
        <system value="email" />
        <value value="Hazel.smith1@nhs.net" />
    </telecom>
    <telecom>
        <extension url="http://hl7.org/fhir/StructureDefinition/contactpoint-comment">
            <valueString value="reporting" />
        </extension>
        <system value="email" />
        <value value="pathsec.stjames@nhs.net" />
    </telecom>
</PractitionerRole>


PractitionerRole-HazelSmithRenal-Example

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

PractitionerRole
{
    "resourceType": "PractitionerRole",
    "id": "PractitionerRole-HazelSmithRenal-Example",
    "practitioner": {
        "identifier": {
            "system": "https://fhir.nhs.uk/Id/sds-user-id",
            "value": "9999999998"
        },
        "display": "Dr. Hazel Smith"
    },
    "organization": {
        "identifier": {
            "system": "https://fhir.nhs.uk/Id/ods-organization-code",
            "value": "RAX01"
        },
        "display": "Kingston Hospital NHS Foundation Trust"
    },
    "specialty":  [
        {
            "coding":  [
                {
                    "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode",
                    "code": "361",
                    "display": "Renal Medicine"
                }
            ]
        }
    ],
    "telecom":  [
        {
            "system": "phone",
            "value": "02085467711"
        },
        {
            "system": "email",
            "value": "Hazel.smith12@nhs.net"
        },
        {
            "system": "email",
            "value": "renalseckingston@nhs.net",
            "extension":  [
                {
                    "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-comment",
                    "valueString": "reporting"
                }
            ]
        },
        {
            "system": "email",
            "value": "neuroseckingston@nhs.net",
            "extension":  [
                {
                    "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-comment",
                    "valueString": "reporting"
                }
            ]
        }
    ]
}
<PractitionerRole xmlns="http://hl7.org/fhir">
    <id value="PractitionerRole-HazelSmithRenal-Example" />
    <practitioner>
        <identifier>
            <system value="https://fhir.nhs.uk/Id/sds-user-id" />
            <value value="9999999998" />
        </identifier>
        <display value="Dr. Hazel Smith" />
    </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="361" />
            <display value="Renal Medicine" />
        </coding>
    </specialty>
    <telecom>
        <system value="phone" />
        <value value="02085467711" />
    </telecom>
    <telecom>
        <system value="email" />
        <value value="Hazel.smith12@nhs.net" />
    </telecom>
    <telecom>
        <extension url="http://hl7.org/fhir/StructureDefinition/contactpoint-comment">
            <valueString value="reporting" />
        </extension>
        <system value="email" />
        <value value="renalseckingston@nhs.net" />
    </telecom>
    <telecom>
        <extension url="http://hl7.org/fhir/StructureDefinition/contactpoint-comment">
            <valueString value="reporting" />
        </extension>
        <system value="email" />
        <value value="neuroseckingston@nhs.net" />
    </telecom>
</PractitionerRole>


PractitionerRole-JamesTaylorKingstonPathology-Example

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

PractitionerRole
{
    "resourceType": "PractitionerRole",
    "id": "PractitionerRole-JamesTaylorKingstonPathology-Example",
    "practitioner": {
        "identifier": {
            "system": "https://fhir.nhs.uk/Id/sds-user-id",
            "value": "9999999998"
        },
        "display": "Dr. James Taylor"
    },
    "organization": {
        "identifier": {
            "system": "https://fhir.nhs.uk/Id/ods-organization-code",
            "value": "RAX01"
        },
        "display": "Kingston Hospital NHS Foundation Trust"
    },
    "specialty":  [
        {
            "coding":  [
                {
                    "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode",
                    "code": "820",
                    "display": "General Pathology"
                }
            ]
        }
    ],
    "telecom":  [
        {
            "system": "phone",
            "value": "02085467711"
        },
        {
            "system": "email",
            "value": "pathologyseckingston@nhs.net",
            "extension":  [
                {
                    "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-comment",
                    "valueString": "reporting"
                }
            ]
        },
        {
            "system": "email",
            "value": "respiratorykingston@nhs.net",
            "extension":  [
                {
                    "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-comment",
                    "valueString": "reporting"
                }
            ]
        }
    ]
}
<PractitionerRole xmlns="http://hl7.org/fhir">
    <id value="PractitionerRole-JamesTaylorKingstonPathology-Example" />
    <practitioner>
        <identifier>
            <system value="https://fhir.nhs.uk/Id/sds-user-id" />
            <value value="9999999998" />
        </identifier>
        <display value="Dr. James Taylor" />
    </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>


PractitionerRole-LoisLane-Example

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

PractitionerRole
{
    "resourceType": "PractitionerRole",
    "id": "PractitionerRole-LoisLane-Example",
    "practitioner": {
        "identifier": {
            "system": "https://fhir.nhs.uk/Id/sds-user-id",
            "value": "9999999998"
        },
        "display": "Phletobomist-Lois Lane"
    },
    "organization": {
        "identifier": {
            "system": "https://fhir.nhs.uk/Id/ods-organization-code",
            "value": "RTD"
        },
        "display": "THE NEWCASTLE UPON TYNE HOSPITALS NHS FOUNDATION TRUST"
    },
    "specialty":  [
        {
            "coding":  [
                {
                    "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode",
                    "code": "823",
                    "display": "Haematology"
                }
            ]
        }
    ],
    "telecom":  [
        {
            "system": "phone",
            "value": "0191241 8787 /8775 / 8754"
        },
        {
            "system": "email",
            "value": "NUTH.DNA@nhs.net"
        }
    ]
}
<PractitionerRole xmlns="http://hl7.org/fhir">
    <id value="PractitionerRole-LoisLane-Example" />
    <practitioner>
        <identifier>
            <system value="https://fhir.nhs.uk/Id/sds-user-id" />
            <value value="9999999998" />
        </identifier>
        <display value="Phletobomist-Lois Lane" />
    </practitioner>
    <organization>
        <identifier>
            <system value="https://fhir.nhs.uk/Id/ods-organization-code" />
            <value value="RTD" />
        </identifier>
        <display value="THE NEWCASTLE UPON TYNE HOSPITALS NHS FOUNDATION TRUST" />
    </organization>
    <specialty>
        <coding>
            <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" />
            <code value="823" />
            <display value="Haematology" />
        </coding>
    </specialty>
    <telecom>
        <system value="phone" />
        <value value="0191241 8787 /8775 / 8754" />
    </telecom>
    <telecom>
        <system value="email" />
        <value value="NUTH.DNA@nhs.net" />
    </telecom>
</PractitionerRole>


PractitionerRole-LoisLaneKingstonClinicalGenetics-Example

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

PractitionerRole
{
    "resourceType": "PractitionerRole",
    "id": "PractitionerRole-LoisLaneKingstonClinicalGenetics-Example",
    "practitioner": {
        "identifier": {
            "system": "https://fhir.nhs.uk/Id/sds-user-id",
            "value": "9999999998"
        },
        "display": "Dr. Lois Lane"
    },
    "organization": {
        "identifier": {
            "system": "https://fhir.nhs.uk/Id/ods-organization-code",
            "value": "RAX"
        },
        "display": "Kingston Hospital NHS Foundation Trust"
    },
    "specialty":  [
        {
            "coding":  [
                {
                    "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode",
                    "code": "311",
                    "display": "Clinical Genetics"
                }
            ]
        }
    ],
    "telecom":  [
        {
            "system": "phone",
            "value": "02068457781"
        },
        {
            "system": "email",
            "value": "lois.lane1@nhs.net"
        },
        {
            "system": "email",
            "value": "clinicalgeneticskingston@nhs.net",
            "extension":  [
                {
                    "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-comment",
                    "valueString": "reporting"
                }
            ]
        },
        {
            "system": "email",
            "value": "fetalmedicinekingston@nhs.net",
            "extension":  [
                {
                    "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-comment",
                    "valueString": "reporting"
                }
            ]
        },
        {
            "system": "email",
            "value": "gptestpracticekingston@nhs.net",
            "extension":  [
                {
                    "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-comment",
                    "valueString": "reporting"
                }
            ]
        }
    ]
}
<PractitionerRole xmlns="http://hl7.org/fhir">
    <id value="PractitionerRole-LoisLaneKingstonClinicalGenetics-Example" />
    <practitioner>
        <identifier>
            <system value="https://fhir.nhs.uk/Id/sds-user-id" />
            <value value="9999999998" />
        </identifier>
        <display value="Dr. Lois Lane" />
    </practitioner>
    <organization>
        <identifier>
            <system value="https://fhir.nhs.uk/Id/ods-organization-code" />
            <value value="RAX" />
        </identifier>
        <display value="Kingston Hospital NHS Foundation Trust" />
    </organization>
    <specialty>
        <coding>
            <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" />
            <code value="311" />
            <display value="Clinical Genetics" />
        </coding>
    </specialty>
    <telecom>
        <system value="phone" />
        <value value="02068457781" />
    </telecom>
    <telecom>
        <system value="email" />
        <value value="lois.lane1@nhs.net" />
    </telecom>
    <telecom>
        <extension url="http://hl7.org/fhir/StructureDefinition/contactpoint-comment">
            <valueString value="reporting" />
        </extension>
        <system value="email" />
        <value value="clinicalgeneticskingston@nhs.net" />
    </telecom>
    <telecom>
        <extension url="http://hl7.org/fhir/StructureDefinition/contactpoint-comment">
            <valueString value="reporting" />
        </extension>
        <system value="email" />
        <value value="fetalmedicinekingston@nhs.net" />
    </telecom>
    <telecom>
        <extension url="http://hl7.org/fhir/StructureDefinition/contactpoint-comment">
            <valueString value="reporting" />
        </extension>
        <system value="email" />
        <value value="gptestpracticekingston@nhs.net" />
    </telecom>
</PractitionerRole>


PractitionerRole-LucyHale-Example

Example of a PractitionerRole resource linking Practitioner and Organization identifiers.

PractitionerRole
{
    "resourceType": "PractitionerRole",
    "id": "3462583a-536c-4bad-99d3-44dc553921fd",
    "identifier":  [
        {
            "system": "https://fhir.nhs.uk/Id/sds-role-profile-id",
            "value": "100102238986"
        }
    ],
    "practitioner": {
        "identifier": {
            "system": "https://fhir.hl7.org.uk/Id/gmc-number",
            "value": "C9999999"
        },
        "display": "Lucy Hale"
    },
    "organization": {
        "identifier": {
            "system": "https://fhir.nhs.uk/Id/ods-organization-code",
            "value": "RBV"
        },
        "display": "NHS Trust - THE CHRISTIE NHS FOUNDATION TRUST"
    },
    "telecom":  [
        {
            "system": "email",
            "value": "lucy.hale@nhs.net",
            "use": "work"
        },
        {
            "system": "phone",
            "value": "02476151602",
            "use": "work"
        }
    ]
}
<PractitionerRole xmlns="http://hl7.org/fhir">
    <id value="3462583a-536c-4bad-99d3-44dc553921fd" />
    <identifier>
        <system value="https://fhir.nhs.uk/Id/sds-role-profile-id" />
        <value value="100102238986" />
    </identifier>
    <practitioner>
        <identifier>
            <system value="https://fhir.hl7.org.uk/Id/gmc-number" />
            <value value="C9999999" />
        </identifier>
        <display value="Lucy Hale" />
    </practitioner>
    <organization>
        <identifier>
            <system value="https://fhir.nhs.uk/Id/ods-organization-code" />
            <value value="RBV" />
        </identifier>
        <display value="NHS Trust - THE CHRISTIE NHS FOUNDATION TRUST" />
    </organization>
    <telecom>
        <system value="email" />
        <value value="lucy.hale@nhs.net" />
        <use value="work" />
    </telecom>
    <telecom>
        <system value="phone" />
        <value value="02476151602" />
        <use value="work" />
    </telecom>
</PractitionerRole>


PractitionerRole-MarySmith-Example

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

PractitionerRole
{
    "resourceType": "PractitionerRole",
    "id": "PractitionerRole-MarySmith-Example",
    "practitioner": {
        "identifier": {
            "system": "https://fhir.nhs.uk/Id/sds-user-id",
            "value": "9999999998"
        },
        "display": "RN. Mary Smith"
    },
    "organization": {
        "identifier": {
            "system": "https://fhir.nhs.uk/Id/ods-organization-code",
            "value": "RGD12"
        },
        "display": "ST JAMES'S UNIVERSITY HOSPITAL"
    },
    "specialty":  [
        {
            "coding":  [
                {
                    "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode",
                    "code": "302",
                    "display": "Endocrinology and Diabetes"
                }
            ]
        }
    ],
    "telecom":  [
        {
            "system": "phone",
            "value": "0112577851"
        },
        {
            "system": "email",
            "value": "lipidclinicstjames@nhs.net"
        },
        {
            "system": "email",
            "value": "clinicalgeneticsstjames@nhs.net",
            "extension":  [
                {
                    "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-comment",
                    "valueString": "reporting"
                }
            ]
        }
    ]
}
<PractitionerRole xmlns="http://hl7.org/fhir">
    <id value="PractitionerRole-MarySmith-Example" />
    <practitioner>
        <identifier>
            <system value="https://fhir.nhs.uk/Id/sds-user-id" />
            <value value="9999999998" />
        </identifier>
        <display value="RN. Mary Smith" />
    </practitioner>
    <organization>
        <identifier>
            <system value="https://fhir.nhs.uk/Id/ods-organization-code" />
            <value value="RGD12" />
        </identifier>
        <display value="ST JAMES&#39;S UNIVERSITY HOSPITAL" />
    </organization>
    <specialty>
        <coding>
            <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" />
            <code value="302" />
            <display value="Endocrinology and Diabetes" />
        </coding>
    </specialty>
    <telecom>
        <system value="phone" />
        <value value="0112577851" />
    </telecom>
    <telecom>
        <system value="email" />
        <value value="lipidclinicstjames@nhs.net" />
    </telecom>
    <telecom>
        <extension url="http://hl7.org/fhir/StructureDefinition/contactpoint-comment">
            <valueString value="reporting" />
        </extension>
        <system value="email" />
        <value value="clinicalgeneticsstjames@nhs.net" />
    </telecom>
</PractitionerRole>


PractitionerRole-OscarShields-Example

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

PractitionerRole
{
    "resourceType": "PractitionerRole",
    "id": "PractitionerRole-OscarShields-Example",
    "practitioner": {
        "identifier": {
            "system": "https://fhir.nhs.uk/Id/sds-user-id",
            "value": "9999999999"
        },
        "display": "Dr. Oscar Shields"
    },
    "organization": {
        "identifier": {
            "system": "https://fhir.nhs.uk/Id/ods-organization-code",
            "value": "RTH"
        },
        "display": "Oxford University NHS Foundation Trust"
    },
    "specialty":  [
        {
            "coding":  [
                {
                    "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode",
                    "code": "820",
                    "display": "General Pathology"
                }
            ]
        }
    ],
    "telecom":  [
        {
            "system": "phone",
            "value": "03003047777"
        },
        {
            "system": "email",
            "value": "oscar.shields@nhs.net"
        },
        {
            "system": "email",
            "value": "oxfordpathology@nhs.net",
            "extension":  [
                {
                    "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-comment",
                    "valueString": "reporting"
                }
            ]
        }
    ]
}
<PractitionerRole xmlns="http://hl7.org/fhir">
    <id value="PractitionerRole-OscarShields-Example" />
    <practitioner>
        <identifier>
            <system value="https://fhir.nhs.uk/Id/sds-user-id" />
            <value value="9999999999" />
        </identifier>
        <display value="Dr. Oscar Shields" />
    </practitioner>
    <organization>
        <identifier>
            <system value="https://fhir.nhs.uk/Id/ods-organization-code" />
            <value value="RTH" />
        </identifier>
        <display value="Oxford University 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="03003047777" />
    </telecom>
    <telecom>
        <system value="email" />
        <value value="oscar.shields@nhs.net" />
    </telecom>
    <telecom>
        <extension url="http://hl7.org/fhir/StructureDefinition/contactpoint-comment">
            <valueString value="reporting" />
        </extension>
        <system value="email" />
        <value value="oxfordpathology@nhs.net" />
    </telecom>
</PractitionerRole>