TaxonomyCode
A NUCC Health Care Provider Taxonomy code used to classify a provider specialty
Fields
display_label
· String!
· required · A human-readable label combining the code and its name/classification 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!}