IPD Admission Estimate
When a cost estimate line item is created or updated against an IPD admission, a webhook event is sent to registered webhooks with the estimate details, including the service, rate, quantity and any discount applied.
Field Definitions
• service: string - The type of service. For IPD events, this will be ipd.
• event: string - The type of event. This will be ipd_admissions_estimates.created or ipd_admissions_estimates.updated.
• event_time: integer - Event occurrence timestamp (epoch seconds).
• transaction_id: string - Unique transaction identifier for the event.
• timestamp: integer - Timestamp of the event (epoch seconds).
• business_id: string - The eka ID of the business.
• client_id: string - Client ID associated with the event.
• data: object - Contains details about the estimate line item.
• name / service_id: The estimate item name and the service identifier it refers to.
• rate / quantity / discount: Pricing details for the estimate line item.
Example Webhook Request
Endpoint: https://your-registered-webhook-url.com
Method: POST
Body
Type of service
"ipd"
Type of event
ipd_admissions_estimates.created, ipd_admissions_estimates.updated "ipd_admissions_estimates.created"
Event occurred timestamp
1782812696
Timestamp of the event
1782812696
Business ID for the admission
"7175620245483777"
Unique transaction identifier for the event
"8c2c435c-fa95-4556-9d6e-400ea2f2433d"
Client ID for the admission
"EC_1777984421469"

