Welcome to ClinikAPI
ClinikAPI is a managed healthcare infrastructure platform that lets you build clinical applications through a simple REST API and SDK — without dealing with FHIR R4 complexity, HIPAA compliance infrastructure, or cloud provisioning.What ClinikAPI Does
You send simplified JSON. We handle the rest:- FHIR R4 transformation — your payloads are automatically converted to strict FHIR R4 resources
- Tenant isolation — every resource is tagged and filtered by your organization
- Secure storage — data lives in an encrypted, HIPAA-compliant FHIR R4 data store
- Compliance — BAA-ready infrastructure with audit logging on every request
62 FHIR R4 Resources
Full CRUD + search + pagination out of the box, organized by FHIR domain:Individuals
Entities
Clinical — Summary
Clinical — Diagnostics
Clinical — Medications
Clinical — Care Provision
Clinical — Documents and Forms
Scheduling
Workflow
Financial — Billing
Financial — Claims and Reimbursement
Financial — Insurance
Quality and Audit
Architecture
ClinikAPI is a data API — you bring your own auth (Clerk, Auth0, Firebase, etc.).- The SDK runs server-side only with a secret API key
- React widgets use a proxy pattern — they talk to your backend, not directly to ClinikAPI
- Test keys route to a shared test datastore; live keys route to production
Next Steps
Quickstart
Get your first patient created in under 5 minutes.
Authentication
Learn how API keys and tenant isolation work.
SDK Reference
Full TypeScript SDK documentation.
React Components
Drop-in clinical UI widgets for your frontend.