Mediloop
PlatformOrganizations / TenantsBilling & plans

Billing & plans

Platform

Understand tenant-level subscriptions, entitlements, quotas and metered platform usage.

Isolation

Tenant-scoped by design

Hierarchy

Organizations + sub-organizations

Access

Membership + role context

Configuration

Policies, modules & branding

Overview

Billing is associated with tenant or enterprise contract entitlements. Usage metering does not change the API’s clinical or security semantics.

Plan model

ConceptPurpose
PlanCommercial product tier
EntitlementFeature or API capability granted to a tenant
QuotaIncluded usage threshold
MeterMeasured API, workflow or resource consumption
OverageUsage above included allowance when commercially applicable

Entitlements

GET /v1/tenants/{id}/entitlementsCopy
{
  "plan":"business",
  "features":["fhir","teleconsultation","prescriptions"],
  "limits":{"api_units":8000000,"storage_gb":2000}
}

Usage & quotas

MeterExample
api_unitsCore API consumption
active_usersIdentity / MAU allowance
storage_gb_monthDocument and imaging storage
workflow_eventsBillable healthcare workflow events

Billing relationship

Enterprise agreements may aggregate multiple tenants under one contract while preserving tenant-level metering and isolation.