Skip to main content
HomeDocsFirst Claim Evaluator Journey

First Claim Evaluator Journey

Follow one synthetic professional claim from plan configuration and active coverage through provider-network resolution, raw X12 837 intake, adjudication, and operator evidence.

The evaluation question

Can the platform explain why this member, provider, service, plan, and network produced this exact claim outcome? This journey proves each dependency before treating the final status as meaningful.

Demo-only fixture creation

The guided synthetic-claim action is enabled only in Development, Local Demo, or an explicitly approved demo environment. It creates generated records and must not be enabled casually in production. Never use PHI in screenshots.

The Five-Gate Proof Chain

1. PlanPublished rules
2. CoverageMember + service date
3. NetworkProvider + tier
4. X12 837Real intake path
5. ClaimTraceable outcome
GateEvidence to recordFailure means
Plan readinessPublished version, effective date, benefits, networks, member viewDo not submit yet; configuration is incomplete.
Member coverageActive coverage, exact plan ID, effective periodThe claim cannot resolve the intended benefit plan.
Provider participationActive network membership on the service dateThe claim may select another tier, pend, or deny.
837 intakeAccepted transaction, claim number, persisted claim IDDiagnose EDI or intake before adjudication.
AdjudicationTerminal status, financials, outcome reason, pipeline stagesExplain the business result from recorded evidence.

1. Prove the Plan Is Ready

Open Configuration → Benefit Plans, select the published test plan, and open Validation. Choose the claim service date and refresh the checks. Continue only when the effective-date, publication, covered-benefit, network-tier, and member-view checks are explainable.

Benefit plan Validation tab showing a published plan ready for a synthetic claim test.
The readiness view turns configuration into explicit preconditions instead of allowing a misleading claim test.

2. Prove Member Eligibility Selects the Plan

The synthetic workflow creates an isolated member and active coverage whose PlanId is the stable identifier of the selected plan. Use Open member coverage from the result to inspect that record directly.

Synthetic Plan Validator member details showing active BPVALIDATE coverage for the evaluated benefit plan.
Active coverage ties the generated member and service date to the exact plan expected during adjudication.

For a real integration, this same dependency normally arrives through an 834 enrollment transaction or coverage API. The synthetic action makes the evaluator fixture repeatable without bypassing the ordinary coverage read used by claims.

3. Prove Provider Participation Selects the Tier

Return to the plan’s Networks tab. Resolve the preferred tier to provider-service, load its effective roster, and verify the test NPI on the same service date. The membership check uses the same date-sensitive endpoint consulted by the claims network-and-credentialing stage.

Provider participation result confirming that the synthetic NPI is an active member of the selected plan network on the service date.
Plan tier, provider NPI, network organization, and service date agree before the claim is sent.

4. Send an Actual X12 837P

In Validation → Synthetic 837 proof, confirm the generated provider NPI, procedure code, and charge, then select Run synthetic 837. The portal uploads an actual X12 837P and waits for the normal asynchronous claim projection; it does not call a benefit calculator shortcut.

Synthetic 837 result showing the resolved plan version, approved status, network tier, and claim financials.
The result proves exact plan resolution and presents the financial outcome beside links to the generated member and persisted claim.
Result fieldWhat it proves
Resolved plan and versionCoverage selected the intended published configuration.
Network tierProvider participation mapped to the expected cost-sharing tier.
Allowed and plan paidPricing and payer liability completed.
Deductible, copay, coinsuranceThe configured benefits drove member responsibility.
Claim ID and elapsed timeThe result is persisted and can be followed into operations.

5. Read the Persisted Claim and Pipeline

Select Open claim details, then open Adjudication Pipeline. Confirm that intake, eligibility and plan resolution, provider gates, benefit calculation, disposition, and persistence agree with the summary. An Approved, Denied, or Pended status is credible only when the recorded stages and reason explain it.

Cloud Health Office claim adjudication pipeline with recorded processing stages and statuses.
The trace separates an expected rule outcome from an ingestion, projection, or infrastructure failure.
Evaluation complete

You can identify the exact plan version, active member coverage, provider-network relationship, accepted 837, persisted claim, financial result, and the stages that produced its disposition.

Refresh the Playwright Evidence

The checked-in capture workflow runs the same synthetic journey and replaces its three evaluator screenshots at a fixed desktop viewport.

Shellsrc/site
npm install
GUIDE_PLAN_ID=GUIDE-PPO-2026 npm run guides:capture:first-claim

Use only generated data. The broader 837 tutorial covers the 834-to-837 shell workflow, while the operations runbook covers queues, consumers, retries, dead letters, and recovery.