Events
Triggering Webhook Types
The following event types are associated with the Patient event payload from Cerbo.Cerbo Patient CreatedCerbo Patient Updated
Payload Field Details
Event Payload
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
{
"date_of_birth": "1990-01-01",
"first_name": "John",
"id": "5563",
"last_name": "Doe",
"sex": "F"
}
{
"date_of_birth": "Date of Birth",
"first_name": "First Name",
"id": "Patient ID",
"last_name": "Last Name",
"sex": "Sex"
}
Event payload details and trigger documentation for Patient data from Cerbo
{
"date_of_birth": "1990-01-01",
"first_name": "John",
"id": "5563",
"last_name": "Doe",
"sex": "F"
}
{
"date_of_birth": "Date of Birth",
"first_name": "First Name",
"id": "Patient ID",
"last_name": "Last Name",
"sex": "Sex"
}
Cerbo Patient CreatedCerbo Patient Updated{
"date_of_birth": "1990-01-01",
"first_name": "John",
"id": "5563",
"last_name": "Doe",
"sex": "F"
}
{
"date_of_birth": "Date of Birth",
"first_name": "First Name",
"id": "Patient ID",
"last_name": "Last Name",
"sex": "Sex"
}
Hide fields
ID Patient IDid
"5563"
PII First Namefirst_name
"John"
PII Last Namelast_name
"Doe"
PII Date of Birthdate_of_birth
"1990-01-01"
sex
cerbo.v1.PatientSex.MALE
cerbo.v1.PatientSex.FEMALE
cerbo.v1.PatientSex.OTHER
