ENUM

FoodFacilityRegistrationExemption

Food Facility Registration Exemption reasons

link GraphQL Schema definition

  • enum FoodFacilityRegistrationExemption {
  • # Facility is out of business
  • A
  • # Facility is a private residence (21 CFR 1.227(b)(2))
  • B
  • # Facility is a restaurant (21 CFR 1.226(d); 1.227(b)(10))
  • C
  • # Facility is a retail food establishment (21 CFR 1.226(c); 1.227(b)(11))
  • D
  • # Facility is a non-processing fishing vessel (21 CFR 1.226(f)
  • E
  • # Facility is a non-bottled drinking water collection and distribution
  • # establishment (21 CFR 1.227(b)(2))
  • F
  • # Unable to determine the registration number of the manufacturer
  • K
  • }