Skip to main content
Skip table of contents

Find Available Appointments for a Given Service

Overview

This endpoint allows Patient Facing Consumer Apps to list the appointment slots made available to PFS for a given service.

The endpoint returns the available diaries and slots for a given service (see: List Bookable Services ).

The PFS Consumer can supply the following parameters for the purpose of filtering the returned available appointment slots:

  • from date

  • until date

  • practitioner’s gender

Generated Appointment IDs

  • A timed appointment ID follows the following structure: timed-{appointmentDiaryId}-{startDateTime}-{endDateTime}.

  • When booking an appointment, the exact appointment ID should be given.

Prerequisites

  • The endpoint (currently) only returns timed appointment “slots” (not untimed or queued appointments).

  • Only scheduled diaries are returned.

  • Only diaries with available slots marked as available for “Patients to book online” are returned.

  • Only available slots are returned.

  • Patients can only book a slot after the online booking is “opened”.

Making a Request

HTTP method: GET

https://{{medicusTenant}}.{{medicusBaseURL}}/pfs-api/v1/patient/{{patientId}}/available-appointments

Request Headers

Header

Value

Description

Authorization

Bearer [token]

The JWT token provided by the Consumer

URL Parameters

Parameter

Description

Validation Rules

patientId

Patient ID

e.g. e9af860e-cf8e-4272-b81a-a95cc8a531f7

Mandatory

UUID

Body Parameters

Parameter

Type

Description

serviceId

UUID (mandatory)

The serviceId that the patient wishes to book into. The serviced is returned from the List Bookable Patient Services endpoint

fromDate

date time (optional)

ISO 8601 format

The date to list

If no fromDate is provided, then the current date time is assumed

untilDate

date time (optional)

ISO 8601 format

If no untilDate is provided, then provide 1 week’s worth of appointments

practitionerGender

enum (optional)

Possible values:

  • male

  • female

Example Request (Only Required Parameters Populated)

JSON
GET /pfs-api/v1/patient/e9af860e-cf8e-4272-b81a-a95cc8a531f7/available-appointments/85d2afce-28d9-11eb-adc1-cbf027ea5864
Authorization: Bearer [token]

{
    "serviceId": "870e9a52-28d9-11eb-adc1-01da2c9536ef"
}

Example Request (All Optional Parameters Populated)

JSON
GET /pfs-api/v1/patient/e9af860e-cf8e-4272-b81a-a95cc8a531f7/available-appointments/85d2afce-28d9-11eb-adc1-cbf027ea5864
Authorization: Bearer [token]

{
    "serviceId": "870e9a52-28d9-11eb-adc1-01da2c9536ef",
    "fromDate": "2022-11-22 00:00:00",
    "untilDate": "2022-11-30 23:00:00",
    "practitionerGender": "male"
}

Response Details

Specific Response Codes

HTTP Code

Error Code

Scenario

400

INVALID_DATE_RANGE

The specified date range is incorrect.

Please check that the untilDate is not before the fromDate and/or untilDate is not in the past

400

INVALID_GENDER

The supplied gender must be male or female

404

SERVICE_NOT_FOUND

No service exists with the specified Service ID

Output Fields

Appointment (Returned as an Array)

Field

Type

Description

id

string

The appointment identifier. Used to be make an appointment booking

type

string

Possible values: timed

service

Appointment Service

Example object:

CODE
{
    "id": "324b5437-ef40-43f1-9ecc-26a76c1938d0",
    "name": "GP Surgery"
}

startDateTime

datetime

ISO 8601 format

The start date time of the appointment slot

endDateTime

datetime
ISO 8601 format

The end date time of the appointment slot

durationMinutes

integer

The duration of the appointment slot

deliveryMode

enum

Key value pair.

Values (as contained in the value key):

  • face-to-face

  • telephone

  • video

The label key contains the corresponding label.

Example:

JSON
{
    "value": "face-to-face",
    "label": "Face-to-face"
}

location

Location

Only applies if the deliveryMode is face-to-face

practitioners

Practitioners (as array)

 

Example Response (Successful Retrieval)

JSON
{
    "timed": [
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215080000-20221215081000",
            "type": "timed",
            "startDateTime": "2022-12-15 08:00:00",
            "endDateTime": "2022-12-15 08:10:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215081000-20221215082000",
            "type": "timed",
            "startDateTime": "2022-12-15 08:10:00",
            "endDateTime": "2022-12-15 08:20:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215082000-20221215083000",
            "type": "timed",
            "startDateTime": "2022-12-15 08:20:00",
            "endDateTime": "2022-12-15 08:30:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215083000-20221215084000",
            "type": "timed",
            "startDateTime": "2022-12-15 08:30:00",
            "endDateTime": "2022-12-15 08:40:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215084000-20221215085000",
            "type": "timed",
            "startDateTime": "2022-12-15 08:40:00",
            "endDateTime": "2022-12-15 08:50:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215085000-20221215090000",
            "type": "timed",
            "startDateTime": "2022-12-15 08:50:00",
            "endDateTime": "2022-12-15 09:00:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215090000-20221215091000",
            "type": "timed",
            "startDateTime": "2022-12-15 09:00:00",
            "endDateTime": "2022-12-15 09:10:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215091000-20221215092000",
            "type": "timed",
            "startDateTime": "2022-12-15 09:10:00",
            "endDateTime": "2022-12-15 09:20:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215092000-20221215093000",
            "type": "timed",
            "startDateTime": "2022-12-15 09:20:00",
            "endDateTime": "2022-12-15 09:30:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215093000-20221215094000",
            "type": "timed",
            "startDateTime": "2022-12-15 09:30:00",
            "endDateTime": "2022-12-15 09:40:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215094000-20221215095000",
            "type": "timed",
            "startDateTime": "2022-12-15 09:40:00",
            "endDateTime": "2022-12-15 09:50:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215095000-20221215100000",
            "type": "timed",
            "startDateTime": "2022-12-15 09:50:00",
            "endDateTime": "2022-12-15 10:00:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215100000-20221215101000",
            "type": "timed",
            "startDateTime": "2022-12-15 10:00:00",
            "endDateTime": "2022-12-15 10:10:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215101000-20221215102000",
            "type": "timed",
            "startDateTime": "2022-12-15 10:10:00",
            "endDateTime": "2022-12-15 10:20:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215102000-20221215103000",
            "type": "timed",
            "startDateTime": "2022-12-15 10:20:00",
            "endDateTime": "2022-12-15 10:30:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215103000-20221215104000",
            "type": "timed",
            "startDateTime": "2022-12-15 10:30:00",
            "endDateTime": "2022-12-15 10:40:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215104000-20221215105000",
            "type": "timed",
            "startDateTime": "2022-12-15 10:40:00",
            "endDateTime": "2022-12-15 10:50:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215105000-20221215110000",
            "type": "timed",
            "startDateTime": "2022-12-15 10:50:00",
            "endDateTime": "2022-12-15 11:00:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215110000-20221215111000",
            "type": "timed",
            "startDateTime": "2022-12-15 11:00:00",
            "endDateTime": "2022-12-15 11:10:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215111000-20221215112000",
            "type": "timed",
            "startDateTime": "2022-12-15 11:10:00",
            "endDateTime": "2022-12-15 11:20:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215112000-20221215113000",
            "type": "timed",
            "startDateTime": "2022-12-15 11:20:00",
            "endDateTime": "2022-12-15 11:30:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215113000-20221215114000",
            "type": "timed",
            "startDateTime": "2022-12-15 11:30:00",
            "endDateTime": "2022-12-15 11:40:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215114000-20221215115000",
            "type": "timed",
            "startDateTime": "2022-12-15 11:40:00",
            "endDateTime": "2022-12-15 11:50:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215115000-20221215120000",
            "type": "timed",
            "startDateTime": "2022-12-15 11:50:00",
            "endDateTime": "2022-12-15 12:00:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215120000-20221215121000",
            "type": "timed",
            "startDateTime": "2022-12-15 12:00:00",
            "endDateTime": "2022-12-15 12:10:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215121000-20221215122000",
            "type": "timed",
            "startDateTime": "2022-12-15 12:10:00",
            "endDateTime": "2022-12-15 12:20:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215122000-20221215123000",
            "type": "timed",
            "startDateTime": "2022-12-15 12:20:00",
            "endDateTime": "2022-12-15 12:30:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215123000-20221215124000",
            "type": "timed",
            "startDateTime": "2022-12-15 12:30:00",
            "endDateTime": "2022-12-15 12:40:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215124000-20221215125000",
            "type": "timed",
            "startDateTime": "2022-12-15 12:40:00",
            "endDateTime": "2022-12-15 12:50:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215125000-20221215130000",
            "type": "timed",
            "startDateTime": "2022-12-15 12:50:00",
            "endDateTime": "2022-12-15 13:00:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215130000-20221215131000",
            "type": "timed",
            "startDateTime": "2022-12-15 13:00:00",
            "endDateTime": "2022-12-15 13:10:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215131000-20221215132000",
            "type": "timed",
            "startDateTime": "2022-12-15 13:10:00",
            "endDateTime": "2022-12-15 13:20:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215132000-20221215133000",
            "type": "timed",
            "startDateTime": "2022-12-15 13:20:00",
            "endDateTime": "2022-12-15 13:30:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215133000-20221215134000",
            "type": "timed",
            "startDateTime": "2022-12-15 13:30:00",
            "endDateTime": "2022-12-15 13:40:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215134000-20221215135000",
            "type": "timed",
            "startDateTime": "2022-12-15 13:40:00",
            "endDateTime": "2022-12-15 13:50:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215135000-20221215140000",
            "type": "timed",
            "startDateTime": "2022-12-15 13:50:00",
            "endDateTime": "2022-12-15 14:00:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215140000-20221215141000",
            "type": "timed",
            "startDateTime": "2022-12-15 14:00:00",
            "endDateTime": "2022-12-15 14:10:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215141000-20221215142000",
            "type": "timed",
            "startDateTime": "2022-12-15 14:10:00",
            "endDateTime": "2022-12-15 14:20:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215142000-20221215143000",
            "type": "timed",
            "startDateTime": "2022-12-15 14:20:00",
            "endDateTime": "2022-12-15 14:30:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215143000-20221215144000",
            "type": "timed",
            "startDateTime": "2022-12-15 14:30:00",
            "endDateTime": "2022-12-15 14:40:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215144000-20221215145000",
            "type": "timed",
            "startDateTime": "2022-12-15 14:40:00",
            "endDateTime": "2022-12-15 14:50:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215145000-20221215150000",
            "type": "timed",
            "startDateTime": "2022-12-15 14:50:00",
            "endDateTime": "2022-12-15 15:00:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215150000-20221215151000",
            "type": "timed",
            "startDateTime": "2022-12-15 15:00:00",
            "endDateTime": "2022-12-15 15:10:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215151000-20221215152000",
            "type": "timed",
            "startDateTime": "2022-12-15 15:10:00",
            "endDateTime": "2022-12-15 15:20:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215152000-20221215153000",
            "type": "timed",
            "startDateTime": "2022-12-15 15:20:00",
            "endDateTime": "2022-12-15 15:30:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215153000-20221215154000",
            "type": "timed",
            "startDateTime": "2022-12-15 15:30:00",
            "endDateTime": "2022-12-15 15:40:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215154000-20221215155000",
            "type": "timed",
            "startDateTime": "2022-12-15 15:40:00",
            "endDateTime": "2022-12-15 15:50:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215155000-20221215160000",
            "type": "timed",
            "startDateTime": "2022-12-15 15:50:00",
            "endDateTime": "2022-12-15 16:00:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215160000-20221215161000",
            "type": "timed",
            "startDateTime": "2022-12-15 16:00:00",
            "endDateTime": "2022-12-15 16:10:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215161000-20221215162000",
            "type": "timed",
            "startDateTime": "2022-12-15 16:10:00",
            "endDateTime": "2022-12-15 16:20:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215162000-20221215163000",
            "type": "timed",
            "startDateTime": "2022-12-15 16:20:00",
            "endDateTime": "2022-12-15 16:30:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215163000-20221215164000",
            "type": "timed",
            "startDateTime": "2022-12-15 16:30:00",
            "endDateTime": "2022-12-15 16:40:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215164000-20221215165000",
            "type": "timed",
            "startDateTime": "2022-12-15 16:40:00",
            "endDateTime": "2022-12-15 16:50:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215165000-20221215170000",
            "type": "timed",
            "startDateTime": "2022-12-15 16:50:00",
            "endDateTime": "2022-12-15 17:00:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215170000-20221215171000",
            "type": "timed",
            "startDateTime": "2022-12-15 17:00:00",
            "endDateTime": "2022-12-15 17:10:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215171000-20221215172000",
            "type": "timed",
            "startDateTime": "2022-12-15 17:10:00",
            "endDateTime": "2022-12-15 17:20:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215172000-20221215173000",
            "type": "timed",
            "startDateTime": "2022-12-15 17:20:00",
            "endDateTime": "2022-12-15 17:30:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215173000-20221215174000",
            "type": "timed",
            "startDateTime": "2022-12-15 17:30:00",
            "endDateTime": "2022-12-15 17:40:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215174000-20221215175000",
            "type": "timed",
            "startDateTime": "2022-12-15 17:40:00",
            "endDateTime": "2022-12-15 17:50:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215175000-20221215180000",
            "type": "timed",
            "startDateTime": "2022-12-15 17:50:00",
            "endDateTime": "2022-12-15 18:00:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215180000-20221215181000",
            "type": "timed",
            "startDateTime": "2022-12-15 18:00:00",
            "endDateTime": "2022-12-15 18:10:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215181000-20221215182000",
            "type": "timed",
            "startDateTime": "2022-12-15 18:10:00",
            "endDateTime": "2022-12-15 18:20:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215182000-20221215183000",
            "type": "timed",
            "startDateTime": "2022-12-15 18:20:00",
            "endDateTime": "2022-12-15 18:30:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215183000-20221215184000",
            "type": "timed",
            "startDateTime": "2022-12-15 18:30:00",
            "endDateTime": "2022-12-15 18:40:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215184000-20221215185000",
            "type": "timed",
            "startDateTime": "2022-12-15 18:40:00",
            "endDateTime": "2022-12-15 18:50:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215185000-20221215190000",
            "type": "timed",
            "startDateTime": "2022-12-15 18:50:00",
            "endDateTime": "2022-12-15 19:00:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215190000-20221215191000",
            "type": "timed",
            "startDateTime": "2022-12-15 19:00:00",
            "endDateTime": "2022-12-15 19:10:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215191000-20221215192000",
            "type": "timed",
            "startDateTime": "2022-12-15 19:10:00",
            "endDateTime": "2022-12-15 19:20:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215192000-20221215193000",
            "type": "timed",
            "startDateTime": "2022-12-15 19:20:00",
            "endDateTime": "2022-12-15 19:30:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215193000-20221215194000",
            "type": "timed",
            "startDateTime": "2022-12-15 19:30:00",
            "endDateTime": "2022-12-15 19:40:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215194000-20221215195000",
            "type": "timed",
            "startDateTime": "2022-12-15 19:40:00",
            "endDateTime": "2022-12-15 19:50:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215195000-20221215200000",
            "type": "timed",
            "startDateTime": "2022-12-15 19:50:00",
            "endDateTime": "2022-12-15 20:00:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215200000-20221215201000",
            "type": "timed",
            "startDateTime": "2022-12-15 20:00:00",
            "endDateTime": "2022-12-15 20:10:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215201000-20221215202000",
            "type": "timed",
            "startDateTime": "2022-12-15 20:10:00",
            "endDateTime": "2022-12-15 20:20:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215202000-20221215203000",
            "type": "timed",
            "startDateTime": "2022-12-15 20:20:00",
            "endDateTime": "2022-12-15 20:30:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215203000-20221215204000",
            "type": "timed",
            "startDateTime": "2022-12-15 20:30:00",
            "endDateTime": "2022-12-15 20:40:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215204000-20221215205000",
            "type": "timed",
            "startDateTime": "2022-12-15 20:40:00",
            "endDateTime": "2022-12-15 20:50:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215205000-20221215210000",
            "type": "timed",
            "startDateTime": "2022-12-15 20:50:00",
            "endDateTime": "2022-12-15 21:00:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215210000-20221215211000",
            "type": "timed",
            "startDateTime": "2022-12-15 21:00:00",
            "endDateTime": "2022-12-15 21:10:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215211000-20221215212000",
            "type": "timed",
            "startDateTime": "2022-12-15 21:10:00",
            "endDateTime": "2022-12-15 21:20:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215212000-20221215213000",
            "type": "timed",
            "startDateTime": "2022-12-15 21:20:00",
            "endDateTime": "2022-12-15 21:30:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215213000-20221215214000",
            "type": "timed",
            "startDateTime": "2022-12-15 21:30:00",
            "endDateTime": "2022-12-15 21:40:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215214000-20221215215000",
            "type": "timed",
            "startDateTime": "2022-12-15 21:40:00",
            "endDateTime": "2022-12-15 21:50:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        },
        {
            "id": "timed-86eb9345-28d9-11eb-adc1-46f0d2a75831-20221215215000-20221215220000",
            "type": "timed",
            "startDateTime": "2022-12-15 21:50:00",
            "endDateTime": "2022-12-15 22:00:00",
            "durationMinutes": 10,
            "deliveryMode": {
                "value": "face-to-face",
                "label": "Face-to-face"
            },
            "location": {
                "name": "Andover Site",
                "address": {
                    "line1": "872 Melisa Spurs",
                    "line2": null,
                    "line3": null,
                    "locality": "Legrosberg",
                    "administrativeArea": "Cornwall",
                    "postalCode": "W5 9TG",
                    "country": "GBR"
                }
            },
            "practitioners": [
                {
                    "id": "1332aa9c-28d6-11eb-adc1-0242ac120002",
                    "name": "Lara Lincoln"
                }
            ]
        }
    ]
}

Example Response (No Appointments Available)

JSON
HTTP/1.1 200 OK
Content-Type: application/json

{
    "timed": []
}

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.