The webhook event is triggered whenever a user requests the discovery of unlinked care contexts. The HIP must use the provided user information to search for and identify matching unlinked care contexts within their system.

Request

Headers:

Body:

{
  "service": "abdm",
  "event": "care_context_discover",
  "event_time": 1750317863,
  "transaction_id": "44c91c35-865b-418f-a4bd-c3312b956c0c",
  "timestamp": 1750317863,
  "business_id": "77237637763817",
  "client_id": "77237637763817",
  "data": {
    "abha_address": "gajendrasingh5445@sbx",
    "gender": "M",
    "identifiers": [
      {
        "type": "MOBILE",
        "value": "6260413674"
      },
      {
        "type": "ABHA_NUMBER",
        "value": ""
      },
      {
        "type": "abhaAddress",
        "value": "gajendrasingh5445@sbx"
      }
    ],
    "patient_name": "Gajendra Singh",
    "request_id": "a273f8af-3b8e-42ed-8847-fbdb2e4207c3",
    "txn_id": "1fe0a9d8-6737-471a-87b4-867d45707db5",
    "year_of_birth": 2001
  }
}