GET
/
health
/
api
/
v2
/
fhir
/
retrieve
Retrieve health records
curl --request GET \
  --url https://api.eka.care/health/api/v2/fhir/retrieve \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Pt-Id: <x-pt-id>'
{}

Authorizations

Authorization
string
header
required

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

Headers

X-Pt-Id
string
required

eka user id (OID)

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