Snipget.ai

Taxonomy groupings

Exact
healthcare_taxonomy_groupings

Deterministic and authoritative — the canonical answer for this input.

List all distinct active NUCC taxonomy groupings with the number of classifications and codes under each grouping. Use this to discover valid values for the grouping filter on healthcare_taxonomy_list. Returns items sorted alphabetically with classification_count and code_count per grouping.

Parameters

Call it

curl -X POST https://api.snipget.ai/v1/healthcare/taxonomy/groupings \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{}'

FAQ

What does this return?

Every distinct active NUCC grouping (the top level of the taxonomy tree) along with how many classifications and codes sit under each. It is the discovery entry point for the taxonomy.

Why would I call it first?

The list and lookup tools need exact grouping or classification names. This gives you the authoritative set of valid grouping values so you do not have to guess them.

Does it take any input?

No. It takes no parameters, so the request body is empty. The result is the exact, maintained set of groupings from the current dataset.

How is it different from list?

Groupings shows the top-level categories and their counts. List then enumerates the individual taxonomy rows inside a grouping or classification you choose.

Related tools