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.
phoneNumberstringRequired
The phone number of the patient. This can be in any reasonable format.
firstNamestringRequired
The first name of the patient.
lastNamestringRequired
The last name of the patient.
dateOfBirthstringRequired
The date of birth of the patient. This can be in any reasonable format.
genderenum or objectRequired
The gender of the patient.
addressstringRequired
The address of the patient. This can be in any reasonable format.
insurancePlanNamestringRequired
The name of the patient's insurance plan.
insurancePlanMemberIdstringRequired
The member ID of the patient's insurance plan.

Response

This endpoint returns an object.
patientIdstring
The ID of the patient.