Skip to main content
POST
Predict HCPCS for one implantable device (cached LLM path)

Authorizations

X-API-Key
string
header
required

Body

application/json

Single-device HCPCS prediction (cached LLM path).

mnfr_cat_nbr
string
required

Manufacturer catalog number

device
Device · object | null

Optional full GUDID device payload from a prior /search response. When omitted, the first catalog match for mnfr_cat_nbr is used.

vendor
string
default:""

Vendor / company name (optional filter)

Response

Successful Response

device
ImplantDeviceInfo · object
required
audit_flags
ImplantAuditFlags · object | null
match_type
enum<string> | null

How this row matched the catalog query: exact normalized equality, prefix/stem (LIKE stem%), or trigram fuzzy. Absent on older builds.

Available options:
exact,
prefix,
fuzzy
prediction
HCPCSPrediction · object | null
sentinel
SentinelBlock · object | null

SENTINEL trust verdict for the HCPCS prediction. Use sentinel.escalation_required to decide whether the predicted code can be auto-applied or whether a coder must review it.

snomed
SNOMEDMapping · object[]
total_matched
integer | null

Candidates matching at this match_type before LIMIT (capped at 1001). Same value on every row in the response. Use with match_type so the UI can label 'N matched by prefix' instead of implying an exact hit.