v1
latestOpenAPI 3.0.02026-07-14327580.4 KBidentification
Identification result for a consent-manager user-id
If a patient is found then patient.name contains the patients name. Otherwise, patient is not provided, and possibly error is raised for invalid requests Note in addition to the "Authorization" header, one of the following headers must be specified
- specify X-HIU-ID if the requester is HIU (identified from /find requester.id)
- specify X-HIP-ID if the requester is HIP (identified from /find requester.id)
post/v0.5/patients/on-find
Headers
Authorizationstring required
Access token which was issued after successful login with gateway auth server, which will be sent by gateway to authenticate itself with API bridge.
Request body
Example request
{
"patient": {
"id": "hinapatel79@ndhm",
"name": "Hina Patel"
},
"requestId": "5f7a535d-a3fd-416b-b069-c97d021fbacd"
}Response
Request Accepted