OBJECT
ProviderType
link GraphQL Schema definition
- type ProviderType implements Node {
- : ID!
- # Name of the provider type
- : String!
- : String
- # The type of credit this provider type is associated with, e.g., 'AMA PRA
- # Category 1 Creditâ„¢'
- : String
- # Should we prefer this type of user signup with NPI?
- : ProviderTypePreferredArchetype!
- # Additional codes for the provider type
- : [String!]
- # Is this provider type featured?
- : Boolean!
- # Is this provider type active? By default queries only return active provider
- # types.
- : Boolean!
- # Sort order for the provider type
- : Int!
- : [CertifyingBoard!]
- : [LicenseRequirement!]
- : [LicenseHistory!]
- : [ArticleFeed!]
- }