Search loading...

API Hub

Explore and Make use of Nationally Defined Messaging APIs

 

Practitioner | Urgent & Emergency Care Appointments

A practitioner optionally linked to a Slot in Appointment booking.

Introduction

This resource is optionally returned linked to a Slot resource.

References to FHIR Profiles

Example resource

{
    "resourceType": "Practitioner",
    "id": "1",
    "meta": {
        "profile": [
            "https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Practitioner-1"
        ]
    },
    "identifier": [
        {
            "system": "https://fhir.nhs.uk/Id/sds-user-id",
            "value": "G8133438"
        }
    ],
    "name": [
        {
            "family": "Bhatia",
            "given": [
                "AA"
            ],
            "prefix": [
                "Dr."
            ]
        }
    ],
    "telecom": [
        {
            "system": "email",
            "value": "abhatia@nhs.skynet",
            "use": "work"
        },
        {
            "system": "phone",
            "value": "0115 9737320",
            "use": "work"
        }
    ],
    "address": [
        {
            "line": [
                "Regent Street",
                "Long Eaton"
            ],
            "city": "Nottingham",
            "district": "Derbyshire",
            "postalCode": "NG10 1QQ"
        }
    ],
    "gender": "male"
}

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