Event Notification clients
Submitting full or partial event applications into OpenCRVS from an external service such as a health institution or public portal.


Event Notification Requests
Body
resourceTypestring · enumRequiredPossible values:
typestring · enumRequiredPossible values:
Responses
200
OK
application/json
resourceTypestring · enumRequiredPossible values:
typestring · enumRequiredPossible values:
post/notification
POST /notification HTTP/1.1
Host: localhost:7070
Content-Type: application/json
Accept: */*
Content-Length: 160
{
"resourceType": "Bundle",
"type": "document",
"meta": {
"lastUpdated": "2026-01-01T00:00:00.000Z"
},
"entry": [
{
"fullUrl": "text",
"resource": {
"resourceType": "Patient"
}
}
]
}200
OK
{
"resourceType": "Bundle",
"type": "document",
"entry": [
{
"fullUrl": "https://example.com",
"resource": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
]
}Parameter
Description
Event Notification Response
Last updated