GET
/
health
/
api
/
v2
/
fhir
/
retrieve
curl --request GET \
  --url https://api.eka.care/health/api/v2/fhir/retrieve \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

identifier
string
required

The unique identifier for the health record is care_context_id.

Response

200
application/json
Successful retrieval of health records.

Please refer to FHIR bundle response https://hl7.org/fhir/R4/bundle.html