Example PractitionerRole - Prescribing Nurse

PractitionerRole
PractitionerRole.id[0]Example-DataStandardsWales-PractitionerRole-PrescribingNurse
PractitionerRole.meta[0].profile[0]https://fhir.hl7.org.uk/StructureDefinition/UKCore-PractitionerRole
PractitionerRole.practitioner[0].reference[0]Practitioner/Example-DataStandardsWales-Practitioner-PrescribingNurse
PractitionerRole.organization[0].reference[0]Organization/Example-DataStandardsWales-Organization-GPSurgery
PractitionerRole.code[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/practitioner-role
PractitionerRole.code[0].coding[0].code[0]nurse
PractitionerRole.code[0].coding[0].display[0]Nurse
PractitionerRole.telecom[0].system[0]phone
PractitionerRole.telecom[0].value[0]01446 323211
PractitionerRole.telecom[0].use[0]work
<PractitionerRole xmlns="http://hl7.org/fhir">
    <id value="Example-DataStandardsWales-PractitionerRole-PrescribingNurse" />
    <meta>
        <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-PractitionerRole" />
    </meta>
    <practitioner>
        <reference value="Practitioner/Example-DataStandardsWales-Practitioner-PrescribingNurse" />
    </practitioner>
    <organization>
        <reference value="Organization/Example-DataStandardsWales-Organization-GPSurgery" />
    </organization>
    <code>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/practitioner-role" />
            <code value="nurse" />
            <display value="Nurse" />
        </coding>
    </code>
    <telecom>
        <system value="phone" />
        <value value="01446 323211" />
        <use value="work" />
    </telecom>
</PractitionerRole>
{
    "resourceType": "Practitioner",
    "id": "Example-DataStandardsWales-Practitioner-PrescribingNurse",
    "meta": {
        "profile":  [
            "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Practitioner"
        ]
    },
    "text": {
        "status": "generated",
        --- We have skipped the narrative for better readability of the resource ---
    },
    "identifier":  [
        {
            "system": "https://fhir.nhs.wales/Id/nadex-identifier",
            "value": "sa234567"
        },
        {
            "system": "https://fhir.hl7.org.uk/Id/nmc-number",
            "value": "99D1234E"
        },
        {
            "system": "https://fhir.nhs.wales/Id/prescriber-code",
            "value": "J222233"
        }
    ],
    "name":  [
        {
            "family": "Huggins",
            "given":  [
                "Sandra"
            ]
        }
    ],
    "telecom":  [
        {
            "system": "phone",
            "value": "01446 323211",
            "use": "work"
        }
    ],
    "gender": "female"
}
Philip Wickins (HCPC: PH12345)