Skip to main content
The /v1/knowledge/resolve endpoint chains all six knowledge layers to return a complete billing context — geographic adjustments, payment system, billing form, payer rules, service classification, and an expected payment estimate.

Request

Parameters

Locked claim-shaped example:
If you omit both cpt and lines, layers L5 (Service Group) and L6 (Service) are skipped. You still get L1 through L4 — useful when you need facility context without a specific procedure. layers and payment_estimate remain the first-line view for existing clients; dx / lines / ncci_* are the claim-shaped fields.

Response structure

Response fields

Claim dollars (four-block MPFS/OPPS/CLFS/DME, packaging) stay on POST /v1/knowledge/payment-calc/claim. Resolve is knowledge, not payment composition.

Partial resolution

The resolver adapts to whatever inputs you provide:
The ccn field must be exactly 6 digits. Providing an invalid CCN returns a structured error with is_valid: false and validation_errors explaining what went wrong.

Single-layer access

If you only need one layer, use the single-layer endpoint instead:
Dependencies are resolved automatically — requesting L6 still runs L1 internally to get GPCI values.