diff --git a/specification/patient-care-aggregator-api-consumer-api.yaml b/specification/patient-care-aggregator-api-consumer-api.yaml
index 947d5a7..5cb180b 100644
--- a/specification/patient-care-aggregator-api-consumer-api.yaml
+++ b/specification/patient-care-aggregator-api-consumer-api.yaml
@@ -1,7 +1,7 @@
openapi: 3.0.3
info:
title: Wayfinder Patient Care Aggregator API
- version: v3.9.0
+ version: v3.10.0
description: |
@@ -757,7 +757,7 @@ components:
- bookedPendingReschedule
- bookedPendingChange
- cancelledPendingReschedule
- - description: The consultation medium for the booking (face-to-face or virtual). Always present if the activity is a booking, but might be blank if the underlying consultation type is not recognised.
+ - description: The consultation medium for the booking (face-to-face, telephone or video call). Always present if the activity is a booking, but might be blank if the underlying consultation type is not recognised. VIRTUAL is now deprecated, but remains in the API for backward compatibility reasons, so it might still be passed by systems integrated with the Aggregator.
type: object
required:
- url
@@ -774,6 +774,8 @@ components:
enum:
- FACE_TO_FACE
- VIRTUAL
+ - VIDEO_CONSULTATION
+ - TELEPHONE
- description: Encounter class element
type: object
required:
diff --git a/specification/patient-care-aggregator-api-producer-api-standards.yaml b/specification/patient-care-aggregator-api-producer-api-standards.yaml
index d599da7..2183038 100644
--- a/specification/patient-care-aggregator-api-producer-api-standards.yaml
+++ b/specification/patient-care-aggregator-api-producer-api-standards.yaml
@@ -3,7 +3,7 @@
openapi: '3.0.3'
info:
title: "Patient Care Aggregator Get Appointments, Documents and Questionnaires API Standard"
- version: "3.10.0"
+ version: "3.11.0"
description: |
## Overview

@@ -404,7 +404,7 @@ components:
- Pending Reschedule
- Pending Cancellation
- Confirmed Attendance
- - description: "Consultation medium - whether visit is face-to-face or remote (required)."
+ - description: "Consultation medium - whether the appointment is face-to-face, on the telephone or via an online video consultation (required). VIRTUAL is now deprecated and only remains in the API spec for backwards compatibility reasons."
type: object
required:
- url
@@ -421,6 +421,8 @@ components:
enum:
- "FACE_TO_FACE"
- "VIRTUAL"
+ - "VIDEO_CONSULTATION"
+ - "TELEPHONE"
- description: "Deep link URL to appointment in portal system (required)."
type: object
required: