OBJECT
CertifyingBoard
link GraphQL Schema definition
- type CertifyingBoard implements Node {
- : ID!
- # Name of the certifying board
- : String!
- # State of the certifying board
- : String
- # URL of the website for the certifying board
- : String
- # Contact Phone number of the certifying board
- : String
- # Direct URL to the continuing education requirements page if available on the
- # board's website
- : String
- # Additional sources of information
- : [String!]
- # Type of certifying board
- : CertifyingBoardBoardType
- # Continuing education unit type
- : CertifyingBoardCeUnit!
- # Abbreviation for the certifying board
- : String
- : [ProviderType!]
- : [LicenseRequirement!]
- : [LicenseHistory!]
- : [CertifyingBoardCredential!]
- : [CertifyingBoardSpecialization!]
- # The NPI taxonomies that are associated with this certifying board.
- : [NpiTaxonomy!]
- }