Important Event Webhook Callbacks
HTTP POST
to a URL (or URLs) specified by the customer. The basic content
of each POST will be this. The type
, correlationId
, batchId
, and timestamp
will always be included. The data
section
is optional, but if specified will contain additional information specific to the webhook type.
Event Type | Status | Description |
---|---|---|
patient.insufficientData | Available | This event may be due to several issues including the patient not being found or there not being sufficient data for the patient for the data to be delivered |
patient.found | Available | The patient was identified via one of our connected networks |
document.deliveryComplete | Available | A document (either PDF or FHIR bundle) was successfully delivered |
correlationId
should be validated against
previously sent customer records if necessary.
Only https
URLs are supported.
patient.insufficientData
webhook being delivered due to a system error, but the patient
was in fact found and processed successfully. In this rare case, the webhook may be sent but a PDF is later delivered.