v1

latestOpenAPI 3.0.02026-07-14225552.2 KB
discovery

Response to patient's account discovery request

Result of patient care-context discovery request at HIP end. If a matching patient found with zero or more care contexts associated, it is specified as result attribute. If the prior discovery request, resulted in errors then it is specified in the error attribute. Reasons of errors can be

  1. more than one definitive match for the given request
  2. no verified identifer was specified
post/v0.5/care-contexts/on-discover

Headers

Authorizationstring required

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

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

transactionIdstring uuid required

Example request

{
  "requestId": "5f7a535d-a3fd-416b-b069-c97d021fbacd"
}

Response

Request accepted

All 22 operations