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_settingparameter but has sensible defaults - L4 requires a
payerparameter (defaults to Medicare) - L5-L6 require a
cptcode — they are skipped if not provided
/v1/knowledge/resolve with just a CCN and get L1-L4, then add CPT later for the full stack.