OBJECT
NpiTaxonomy
link GraphQL Schema definition
- type NpiTaxonomy implements Node {
- : ID!
- : String!
- : String!
- : String!
- : String!
- : String
- : Time!
- : Time!
- : String
- : [Audience!]
- # This board is associated with the following NPI taxonomies.
- : [CertifyingBoard!]
- # The provider type of the user
- : ProviderType
- # The topics that are tagged with the NPI taxonomy.
- : [Topic!]
- : [TopicNpiTaxonomy!]
- }