Skip to main content

Glossary

TermMeaning
TenantA customer organization with an isolated database. Identified by slug (e.g. acme) and tenant_id UUID.
Master DBSingle Postgres database holding cross-tenant registries: identity.tenant, security.platform_user, reference data (payers, procedure codes).
Tenant DBPer-tenant Postgres database with HIPAA-isolated tenant data. Connection resolved at request time by TenantConnectionResolver.
Platform adminMedSuite staff. Authenticates against security.platform_user in master DB. Logs in at admin.rcm.medsuite.com.
Tenant userCustomer staff. Authenticates against security.app_user in their tenant DB. Logs in at <slug>.rcm.medsuite.com.
ImpersonationMechanism by which a platform admin gets a tenant-scoped JWT for the chosen tenant. Token carries scope: 'impersonation', platformUserId, and impersonating: true.
PLATFORM_ADMINHighest platform role. Provision tenants, manage platform users, impersonate any tenant.
PLATFORM_SUPPORTRead + limited writes; may impersonate active and read-only tenants.
PLATFORM_READONLYView-only across master data; cannot impersonate.
db_serverMaster DB row representing a Postgres flexible server that hosts one or more tenant DBs.
Tenant statusLifecycle state on identity.tenant.status: active, read_only, suspended, offboarding.
Companion guidePer-state or per-payer EDI variation rules layered on top of the X12 standard.
Payer program configPer-tenant configuration that maps a payer + program (state Medicaid plan, commercial product) to billing rules, auth workflow, and submission routing.
Trading partnerAn EDI counterparty (clearinghouse, state Medicaid MMIS, commercial payer) with a connection config (SFTP, AS2, real-time).
Ingestion feedAn inbound channel that delivers raw data files into the platform (SFTP polling or push API). Each feed is bound to a mapping definition.
Mapping definitionYAML spec that transforms a raw inbound record into a canonical entity. Versioned and lifecycle-managed (DRAFT → SUBMITTED → ACTIVE → ARCHIVED).
ERA / 835Electronic Remittance Advice. Inbound payer payment file. Posted via the Receivables workspace.
EOBExplanation of Benefits — the human-readable analog of an ERA.
COBCoordination of Benefits — payment waterfall when a member has multiple payers.
Auto-correctionAutomated rebill flow that fixes claim denials by adjusting modifiers, hints, or attachments and resubmitting.