Patients
Create Patient
Creates a new patient record.
POST
Example Request
Example Response
Webhook Notifications
When patient processing is complete, we will send a webhook to your registered endpoint. Here are examples of what those webhook payloads will look like:
Success
Failure Examples
The patient.failed
webhook event includes a failure_reason
and may contain additional fields in the data
object depending on the cause of the failure.
Duplicate Patient:
Referring Provider Not Found:
Insurance Not Found:
Patient creation is asynchronous. Store the returned patient_id and listen for webhooks to determine the final status.
Authorizations
Body
application/json
Response
200 - application/json
Successful response
The response is of type object
.