HRP-Hospital Linking

Hello @sukreet @mdubey @angshuonline,
Hope you all are doing well.

We have a query,

  1. How a hospital will be link with HRP.
    ex. Suppose A is a HRP that is registered in NDHM and wants to be HRP for Hospital B. So that all request for hospital B will be addressed by HRP A.
    How and where link between HRP A and Hospital B will be defined in NDHM.

Hi @chitendra
An HRP or a bridge can have multiple HIPs registered under it.
On the sandbox one can use the devservice APIs to register HIPs under a bridge, where as the process in prod will be different and can only be done after due approvals.

The gateway knows what are the. HIPs/HIUs under a bridge.
So as and when there is a need for gateway to call Hospital B the gateway will invoke the URL for HRP A with the value of X-HIP-ID or X-HIU-ID in header as Hospital B based on which the HRP A can redirect.

2 Likes

Hi @sukreet,

Thank you for your quick response.