Get Patient By Phone Number

Get a patient by their phone number.

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.

Response

This endpoint returns an object.
patientobject or null
The patient, if one exists