Search loading...

API Hub

Explore and Make use of Nationally Defined Messaging APIs

 

Practitioner Role | Urgent & Emergency Care Appointments

A practitioner role optionally linked to a Schedule in Appointment booking.

Introduction

This resource is optionally returned linked to a Schedule resource. It is used to describe the Professional Role of the Practitioner delivering that Schedule. It represents a specific set of Roles/Locations/specialties/services that a practitioner may perform at an organization for a period of time.

References to FHIR Profiles

Example resource

{
    "resourceType": "PractitionerRole",
    "id": "1",
    "practitioner": {
        "reference": "Practitioner/1",
        "display": "Dr. AA Bhatia"
    },
    "organization": {
        "reference": "Organization/1",
        "display": "The Moir Medical Centre"
    },
    "code": [
        {
            "coding": [
                {
                    "system": "https://fhir.hl7.org.uk/STU3/CodeSystem/CareConnect-SDSJobRoleName-1",
                    "code": "R0260",
                    "display": "General Medical Practitioner"
                }
            ]
        }
    ]
}

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