Skip to content

Commit

Permalink
INIT-1690 add new isNewPatient bool property in booking request
Browse files Browse the repository at this point in the history
  • Loading branch information
soulsnake committed Jul 8, 2024
1 parent 72f33b4 commit a74b391
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ info:
in order to allow booking of appointments.
contact:
email: [email protected]
version: 1.7.0
version: 1.8.0

servers:
- url: https://healthengine.com.au/pms-api/v1
Expand Down Expand Up @@ -1933,6 +1933,9 @@ components:
telehealthUrl:
type: string
description: The URL for a practitioner to start a telehealth consult, if it does not exist, the booking may still be a telehealth appointment, you should check the appointment type. It just means that the URL is not given by Healthengine and may be a skype ID or another method of telehealth appointment.
isNewPatient:
type: boolean
description: Set to true when patient claimed to be a new patient for practice, false otherwise
BookingStatus:
type: string
description: A booking created in Healthengine will initially be "Requested" until the PMS has called /bookings/{bookingId}/confirmInsert, or the practice has manually progressed the booking via another method.
Expand Down

0 comments on commit a74b391

Please sign in to comment.