OBJECT
type EducationRequirement implements Node {id: ID! countryCode: String! stateCode: String! periodInYears: Int! totalCmeRequired: Int! totalCmeCategoryOneRequired: Int! referenceURL: String profession: String }