Request
PATCH https://api.clinikapi.com/v1/fhir/:resourceType/:id
Headers
Your ClinikAPI secret key (
clk_live_* or clk_test_*).Must be
application/fhir+json or application/json.Path parameters
The FHIR resource type (e.g.
Patient, Observation, Condition).The ID of the FHIR resource to update (e.g.
pt_abc123).Body
A partial FHIR R4 resource object containing only the fields to update. TheresourceType and id fields should be included to identify the resource.
Response
Returns200 OK with the full updated FHIR R4 resource reflecting all changes.
FHIR resource type.
Resource ID.
Incremented version ID after the update.
ISO 8601 timestamp of when the resource was last updated.