Skip to main content
The RCI knowledge layer resolves healthcare billing context through six hierarchical layers. Each layer builds on the previous, creating a complete billing picture from a single CCN (Medicare Provider Number).

The six layers

How resolution works

When you submit a knowledge resolution request, the resolver chains all six layers in sequence. Each layer receives the output of prior layers so it can use accumulated context.

Partial resolution

Not all layers require all inputs:
  • L1-L2 require only the CCN
  • L3 benefits from a care_setting parameter but has sensible defaults
  • L4 requires a payer parameter (defaults to Medicare)
  • L5-L6 require a cpt code — they are skipped if not provided
This means you can call /v1/knowledge/resolve with just a CCN and get L1-L4, then add CPT later for the full stack.

Data sources

API endpoints