v1
latestOpenAPI 3.0.02026-07-144898115.8 KBidentification
cm facing
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.
Request body
Example request
{
"patient": {
"id": "hinapatel79@ndhm",
"name": "Hina Patel"
},
"requestId": "5f7a535d-a3fd-416b-b069-c97d021fbacd"
}Response
Request Accepted