Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions specification/patient-care-aggregator-api-consumer-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ components:
- bookedPendingReschedule
- bookedPendingChange
- cancelledPendingReschedule
- 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.
- description: The consultation medium for the booking (face-to-face, telephone or video call). Only present if the underlying consultation type is recognised.
type: object
required:
- url
Expand All @@ -769,11 +769,10 @@ components:
enum:
- https://fhir.nhs.uk/StructureDefinition/Extension-Consultation-Medium
valueCode:
description: The consultation code medium itself. Will be blank (empty string) if the underlying consultation type is not recognised.
description: The consultation code medium itself, only set if the underlying consultation type is recognised.
type: string
enum:
- FACE_TO_FACE
- VIRTUAL
- VIDEO_CONSULTATION
- TELEPHONE
- description: Encounter class element
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ components:
- Pending Reschedule
- Pending Cancellation
- Confirmed Attendance
- 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."
- description: "Consultation medium - whether the appointment is face-to-face, on the telephone or via an online video consultation (required). VIRTUAL is now deprecated, it will be filtered and removed from responses, along with any other values not listed."
type: object
required:
- url
Expand All @@ -420,7 +420,6 @@ components:
description: The consultation medium itself.
enum:
- "FACE_TO_FACE"
- "VIRTUAL"
- "VIDEO_CONSULTATION"
- "TELEPHONE"
- description: "Deep link URL to appointment in portal system (required)."
Expand Down
Loading