Request
GET https://api.clinikapi.com/v1/encounters/{id}
Headers
Your ClinikAPI secret key (
clk_live_* or clk_test_*).Path Parameters
The encounter ID to retrieve.
Response
Returns200 OK with the encounter resource.
Encounter ID.
Encounter status (e.g.
finished, in-progress).Visit class code (e.g.
AMB, IMP).ID of the linked patient.
ID of the responsible practitioner.
Encounter period with
start and end timestamps.Duration of the encounter in minutes.
Location of the encounter.
Diagnoses associated with the encounter.
Standard response metadata.