v1

latestOpenAPI 3.0.02026-07-144898115.8 KB
identification
hiu facing

Identify a patient by her consent-manager user-id

This API is meant for identify to patient given her consent-manager-user-id

post/v0.5/patients/find

Headers

Authorizationstring required

Access token which was issued after successful login with gateway auth server.

X-CM-IDstring required

Suffix of the consent manager to which the request was intended.

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

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

Response

Request Accepted