Skip to main content

Glossary

Plain-English definitions of the terms you will encounter as a tenant user. If you are platform staff, the Platform Admin Glossary covers infrastructure terms (tenant DB, db_server, etc.) that you do not need to manage from this app.

People and roles

TermMeaning
Tenant adminA staff member at your organization who can manage payers, rules, fee schedules, users, and trading partner credentials.
Billing clerkStaff who works the claims, denials, and receivables desk. Day-to-day claim build, submit, post, appeal.
Clinician / supervisorStaff who delivers services and is responsible for taking attendance, entering charges, and requesting authorizations.
Operations analystStaff who watches the dashboards, triages issues, and audits PHI access.
PLATFORM_ADMINA MedSuite engineer with cross-tenant rights. You will rarely see one; they appear in the audit log only when actively impersonating into your tenant for support.

Members and coverage

TermMeaning
MemberA person receiving services. Carries demographics, identifiers, and one or more coverage policies.
Coverage policyA specific insurance plan a member is enrolled in. A member can have many — primary, secondary, tertiary.
Dual-eligibleA member with both Medicare and Medicaid. Medicaid is payer of last resort (see COB & dual-eligibility).
EligibilityReal-time confirmation (via 270/271) that a payer recognizes the member and will cover services.
EnrollmentThe dated relationship between a member and a coverage policy.

Authorizations

TermMeaning
Authorization (auth)A pre-approval from a payer to deliver a specified service for a specified number of units in a specified window.
Auth statusLifecycle state: DRAFT → SUBMITTED → APPROVED / DENIED / PENDED → CANCELED / EXPIRED.
278 transactionThe X12 electronic format used to request an auth and receive the response.
Auth utilizationHow much of an approved auth has been used. Visible on member detail and the auth detail page.

Charges and claims

TermMeaning
EncounterA point-in-time record of a clinical visit, group session, or other service event.
ChargeThe billing line generated from an encounter. Carries CPT/HCPCS, modifiers, units, and a fee.
ClaimA grouped set of charges submitted to a payer.
Claim statusCREATED → BUILT → SUBMITTED → ACK_RECEIVED → ACCEPTED / REJECTED → PAID / DENIED. See Status reference.
837The X12 format for claims. 837P = professional, 837I = institutional.
277CAThe X12 acknowledgment that says whether the payer accepted the file.
999The X12 functional acknowledgment — file-level pass/fail.

Receivables and remittances

TermMeaning
ERA / 835The X12 Electronic Remittance Advice. The payer's payment file — what they paid, what they adjusted, what they denied.
EOBExplanation of Benefits — the human-readable analog of an ERA.
PostingThe act of applying ERA lines to claims and updating the AR.
VarianceA claim line where the posted amount disagrees with the expected amount. Must be resolved before the receivable closes.
CARCClaim Adjustment Reason Code — the standardized reason a payer reduced/denied a line.
RARCRemittance Advice Remark Code — supplemental detail accompanying a CARC.

Denials and corrections

TermMeaning
DenialA claim or line marked unpayable by the payer.
Auto-correctionAn automated rebill flow that fixes specific denial reasons (CO-4 modifier, CO-16 missing info, CO-29 timely, etc.) and resubmits the claim without staff intervention.
AppealA formal customer-driven request for the payer to reconsider a denial.
RebillA fresh submission of a claim, replacing the prior submission.

Coordination of Benefits

TermMeaning
COBCoordination of Benefits — the rules for which payer pays first when a member has multiple coverages.
Primary / secondary / tertiaryThe order in which payers process the claim. The platform automatically generates secondary/tertiary claims using the primary's adjustments.
WaterfallThe chain of secondary → tertiary → … claims that fall out from a primary remittance.
MSP matrixMedicare Secondary Payer rules. Codified by CMS; the platform applies them automatically.
Medicaid last resortFederal rule: Medicaid never pays before any other available coverage. The platform enforces this.

Configuration

TermMeaning
PayerAn insurance entity that pays claims (state Medicaid, commercial carrier, Medicare).
ProgramA specific product a payer offers (e.g. "Anthem PPO", "Ohio Medicaid IDD Waiver").
ContractA negotiated agreement with a payer that affects rates, filing windows, and authorizations.
Fee scheduleA table of CPT/HCPCS codes mapped to allowed amounts. Optionally tied to a contract.
ModifierA 2-character suffix on a CPT/HCPCS code that adjusts pricing or signals context (e.g., HQ = group, U1 = waiver tier 1).
Rule setA versioned bundle of YAML rules the engine applies during scrub (see Edit rules engine YAML).
Modifier injection ruleConfiguration that auto-adds a modifier to charges that match a pattern.

Ingestion

TermMeaning
FeedAn inbound channel that delivers data files (member rosters, charge files) into the platform. SFTP polling or push API.
Mapping definitionA YAML spec that transforms raw inbound rows into canonical entities. Versioned (DRAFT → SUBMITTED → ACTIVE → ARCHIVED).
BatchOne inbound file's worth of records, with a status (RECEIVED → PARSED → MAPPED → COMPLETED / FAILED).
Push API keyBearer credential used by an outside system to push records into a feed in real time.

EVV

TermMeaning
EVVElectronic Visit Verification. Federally mandated for Medicaid personal-care and home-health services.
VisitA single EVV-recorded service event with check-in and check-out.
ExceptionA visit that failed validation (geofence, time window, member mismatch).
EVV sourceA registered upstream EVV vendor whose visits flow into your tenant.

EDI / Trading partners

TermMeaning
Trading partnerAn EDI counterparty — clearinghouse, state Medicaid MMIS, commercial payer.
Companion guidePer-state or per-payer rules layered on top of the X12 standard. The platform applies your enrolled guides automatically.
Routing ruleConfiguration that decides which trading partner handles a given claim.
SFTPSecure File Transfer Protocol. The most common transport for batch EDI.

See also