meta.tag — you do not need to include it. The response is the created FHIR resource in its native structure.
Request
POST https://api.clinikapi.com/v1/fhir/:resourceType
Headers
Your ClinikAPI secret key (
clk_live_* or clk_test_*).Must be
application/fhir+json or application/json.Path parameters
The FHIR resource type to create (e.g.
Patient, Observation, Condition, MedicationRequest). Must match the resourceType field in the request body.Body
A valid FHIR R4 resource object. TheresourceType field must be present and match the path parameter. Refer to the FHIR R4 specification for the full resource schema for each type.
Response
Returns201 Created with the raw FHIR R4 resource as stored, including the generated id and meta.tag with your tenant identifier.
FHIR resource type as submitted.
Server-generated resource ID.
Contains your automatically injected tenant tag.