Organizations / Tenants
PlatformOrganize your business and isolate data securely using Mediloop’s multi-tenant architecture built for healthcare.
Key concepts
Multi-tenant by design
Mediloop provides strict tenant isolation while allowing centralized management, observability, configuration and billing across healthcare organizations.
Learn more about the architecture →Hospital Group
Tenant ID: tnt_01
Pharmacy Chain
Tenant ID: tnt_02
HealthTech App
Tenant ID: tnt_03
Organization
A legal entity or business structure that owns and operates in Mediloop.
Tenant
A secure workspace that isolates data, configuration and access.
Sub-organization
Departments, clinics or branches within an organization.
Data isolation
Tenant context constrains data access and audit attribution.
Configuration
Tenant-specific settings for branding, features and policies.
Billing & plans
Subscriptions, entitlements, quotas and usage per tenant.
Tenant lifecycle
Create
Add an organization and provision a tenant.
Configure
Set modules, members, locations and policies.
Activate
Enable services and production credentials.
Operate
Manage access, data and usage.
Scale
Add sub-organizations and new tenants.
Tenant features
| Capability | What it provides |
|---|---|
| Strong data isolation | Tenant-aware authorization, storage boundaries and audit context |
| Flexible hierarchy | Groups, organizations, branches, departments and application tenants |
| Custom configuration | Feature flags, policies, domains, branding and integrations |
| Granular administration | Delegated tenant administrators and scoped operational control |
| Audit & visibility | Traceable configuration, access and lifecycle events |
Common use cases
Hospitals & Clinics
Manage facilities and departments while controlling access by organizational context.
Pharmacy Groups
Coordinate group policies while keeping branch inventory and operations isolated.
HealthTech Apps
Serve multiple healthcare customers from one integration with explicit tenant context.
Partner Networks
Onboard affiliates and delegate administration without collapsing security boundaries.
API quick start
curl -X GET "https://api.mediloop.lu/v1/tenants" \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Accept: application/json"