Request
PATCH https://api.clinikapi.com/v1/encounters/{id}
Headers
Your ClinikAPI secret key (
clk_live_* or clk_test_*).Must be
application/json.Path Parameters
The ID of the encounter to update.
Body
Provide any subset of the encounter fields you want to update.Updated status. One of:
planned, arrived, triaged, in-progress, onleave, finished, cancelled.Updated period with
start and/or end timestamps.Updated duration in minutes.
Updated reason for the encounter.
Updated location.
Updated diagnoses list. Replaces the entire diagnoses array.
Response
Returns200 OK with the complete updated encounter.
Encounter ID.
Updated encounter status.
Standard response metadata.