Skip to content

TaxonomyCode

A NUCC Health Care Provider Taxonomy code used to classify a provider specialty

Fields

active · Boolean! · required · Whether the code is currently assignable
code · String! · required · The 10-character NUCC taxonomy code
display_label · String! · required · A human-readable label combining the code and its name/classification
id · ID! · required · The unique identifier of the taxonomy code

Used By

Definition

"""
A NUCC Health Care Provider Taxonomy code used to classify a provider specialty
"""
type TaxonomyCode {
"""
Whether the code is currently assignable
"""
active: Boolean!
"""
The 10-character NUCC taxonomy code
"""
code: String!
"""
A human-readable label combining the code and its name/classification
"""
display_label: String!
"""
The unique identifier of the taxonomy code
"""
id: ID!
}