This is a slow operation that fetches up-to-date patient data directly from the EMR system. If the newest data is not critical, consider using the GET /patients endpoint instead for faster results from cached data.
Webhook Notifications
When the patient fetch is complete, we will send a webhook to your registered endpoint. Here is an example of what the webhook payload will look like:Authorizations
Body
application/json
Identifies the search method or criteria being used.
Available options:
dob, name, phone Date of birth in ISO 8601 format (YYYY-MM-DD).
Patient's first name.
Patient's last name.
Phone number in format XXX-XXX-XXXX (e.g., "555-123-4567").
