List medical policies with structured filters.
Supports filtering by medical codes, payers, plans, plan types, states, effective dates, and full-text search (q). Use sort=relevance with q for ranked results. Set include_applicability=true to see which payers/plans each policy applies to, and include_code_groups=true for associated codes.
POST body for /v1/policies/filter.
Policy filters. All fields optional, combined with AND.
Sort order. Use 'relevance' with full-text search (q).
node_id_asc, node_id_desc, title_asc, title_desc, policy_number_asc, policy_number_desc, relevance "node_id_asc"
Maximum number of results to return
1 <= x <= 10020
Number of results to skip for pagination
x >= 00
Include payer/plan/geography applicability for each policy
true
Include code groups (grouped by code system, relationship, and category)
true
Successful Response