{
  "dietician_organization_id":  "123450",
  "dietitian_email_address":  "drfleming@example.com",
  "dietitian_first_name":  "Alexander",
  "dietitian_id":  "100070",
  "dietitian_last_name":  "Alexander",
  "dietitian_organization_id":  "123450",
  "id":  "57211",
  "patient_id":  "121250",
  "updated_at":  "2024-05-10T08:46:04Z"
}
{
  "dietician_organization_id":  "Organization ID for the User's (Patient's) registered dietitian",
  "dietitian_email_address":  "Email address of the User's (Patient's) registered dietitian",
  "dietitian_first_name":  "First name of the User's (Patient's) registered dietitian",
  "dietitian_id":  "ID of the User's (Patient's) registered dietitian",
  "dietitian_last_name":  "Last name of the User's (Patient's) registered dietitian",
  "dietitian_organization_id":  "Organization ID for the User's (Patient's) registered dietitian",
  "id":  "Billing Item object ID",
  "patient_id":  "Patient's ID",
  "updated_at":  "Billing Item updated at"
}

Events

Triggering Webhook Types

The following event types are associated with the Billing Item event payload from Healthie.

  • Healthie Billing Item Created
  • Healthie Billing Item Updated
{
  "dietician_organization_id":  "123450",
  "dietitian_email_address":  "drfleming@example.com",
  "dietitian_first_name":  "Alexander",
  "dietitian_id":  "100070",
  "dietitian_last_name":  "Alexander",
  "dietitian_organization_id":  "123450",
  "id":  "57211",
  "patient_id":  "121250",
  "updated_at":  "2024-05-10T08:46:04Z"
}
{
  "dietician_organization_id":  "Organization ID for the User's (Patient's) registered dietitian",
  "dietitian_email_address":  "Email address of the User's (Patient's) registered dietitian",
  "dietitian_first_name":  "First name of the User's (Patient's) registered dietitian",
  "dietitian_id":  "ID of the User's (Patient's) registered dietitian",
  "dietitian_last_name":  "Last name of the User's (Patient's) registered dietitian",
  "dietitian_organization_id":  "Organization ID for the User's (Patient's) registered dietitian",
  "id":  "Billing Item object ID",
  "patient_id":  "Patient's ID",
  "updated_at":  "Billing Item updated at"
}

Schema Field Details

Billing Item
Event Payload
id
string
required

Billing Item object ID

CEL
id
Example
"57211"
patient_id
string
required

ID Patient’s ID

CEL
patient_id
Example
"121250"
dietician_organization_id
string

Organization ID for the User’s (Patient’s) registered dietitian

CEL
dietician_organization_id
Example
"123450"
updated_at
timing.v1.Timestamp
required

Billing Item updated at

CEL
updated_at
Example
"2024-05-10T08:46:04Z"
dietitian_organization_id
string

Organization ID for the User’s (Patient’s) registered dietitian

CEL
dietitian_organization_id
Example
"123450"
dietitian_first_name
string

First name of the User’s (Patient’s) registered dietitian

CEL
dietitian_first_name
Example
"Alexander"
dietitian_last_name
string

Last name of the User’s (Patient’s) registered dietitian

CEL
dietitian_last_name
Example
"Alexander"
dietitian_email_address
string

Email address of the User’s (Patient’s) registered dietitian

CEL
dietitian_email_address
Example
"drfleming@example.com"
dietitian_id
string

ID of the User’s (Patient’s) registered dietitian

CEL
dietitian_id
Example
"100070"