Create Patient
Create a new patient. If a patient with this phone number already
exists, we will update the patient with the provided information.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
phoneNumber
The phone number of the patient. This can be in any reasonable format.
firstName
The first name of the patient.
lastName
The last name of the patient.
dateOfBirth
The date of birth of the patient. This can be in any reasonable format.
gender
The gender of the patient.
address
The address of the patient. This can be in any reasonable format.
insurancePlanName
The name of the patient's insurance plan.
insurancePlanMemberId
The member ID of the patient's insurance plan.
Response
This endpoint returns an object.
patientId
The ID of the patient.