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.
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.
genderenum or objectOptional

The gender of the patient. Defaults to PREFER_NOT_TO_SAY if not provided.

emailstringOptional
The email address of the patient.

Response

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