Skip to main content
PATCH
Raw FHIR patch

Patch a FHIR Resource

Uses standard JSON Patch (RFC 6902) operations.

Authorizations

x-api-key
string
header
required

Your ClinikAPI secret key (clk_live_* or clk_test_*)

Path Parameters

path
string
required

Body

application/json-patch+json
op
enum<string>
required
Available options:
add,
remove,
replace,
move,
copy,
test
path
string
required
value
any

Response

200

Resource patched