Mediloop

Organizations / Tenants

Platform

Organize 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

1

Create

Add an organization and provision a tenant.

2

Configure

Set modules, members, locations and policies.

3

Activate

Enable services and production credentials.

4

Operate

Manage access, data and usage.

5

Scale

Add sub-organizations and new tenants.

Tenant features

CapabilityWhat it provides
Strong data isolationTenant-aware authorization, storage boundaries and audit context
Flexible hierarchyGroups, organizations, branches, departments and application tenants
Custom configurationFeature flags, policies, domains, branding and integrations
Granular administrationDelegated tenant administrators and scoped operational control
Audit & visibilityTraceable 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

List tenants — cURLCopy
curl -X GET "https://api.mediloop.lu/v1/tenants" \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  -H "Accept: application/json"

Next steps