v1

latestOpenAPI 3.0.02026-07-14327580.4 KB
identification

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

  1. specify X-HIU-ID if the requester is HIU (identified from /find requester.id)
  2. 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

requestIdstring uuid required

a nonce, unique for each HTTP request

timestampstring date-time required

Date time format in UTC, includes miliseconds YYYY-MM-DDThh:mm:ss.vZ

Example request

{
  "patient": {
    "id": "hinapatel79@ndhm",
    "name": "Hina Patel"
  },
  "requestId": "5f7a535d-a3fd-416b-b069-c97d021fbacd"
}

Response

Request Accepted