Skip to main content

FHIR Passthrough

The /v1/fhir/* endpoint lets you send raw FHIR R4 requests directly to the ClinikAPI FHIR gateway. Tenant isolation is still enforced — tenant tags are injected on creates and filtered on searches.

Base Path

Authentication

Same as all other endpoints — x-api-key header required.

Supported Operations

Tenant Isolation

Even in passthrough mode:
  • Creates: meta.tag with your tenant ID is automatically injected
  • Searches: _tag filter is automatically appended
  • Reads/Updates/Deletes: ownership is verified
You cannot bypass tenant isolation.