Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Properly handle gluten free oats #8804

Open
szmi opened this issue Aug 7, 2023 · 4 comments
Open

Properly handle gluten free oats #8804

szmi opened this issue Aug 7, 2023 · 4 comments
Labels
🌾 gluten ⏰ Stale This issue hasn't seen activity in a while. You can try documenting more to unblock it.

Comments

@szmi
Copy link

szmi commented Aug 7, 2023

Oats are tolerated by the majority of people with coeliac disease, and food containing oats can be labelled as gluten free.

Quote from https://celiac.org/gluten-free-living/gluten-free-foods/label-reading-the-fda/

  1. May oats be labeled gluten-free?
    Oats that contain less than 20 ppm of gluten may be labeled gluten-free. Oats do not need to be certified gluten-free. Some people with celiac disease may have an immune reaction to the avenin in oats, a protein similar to gluten, even if labeled gluten-free. It is important to speak with your gastroenterologist or dietitian about whether you should include oats in your gluten-free diet.

Therefore it is confusing and wrong that OFF automatically adds "Gluten" as an allergen if oat is an ingredient. This happens even if the "No gluten" label has been added.

However, this is a special case, and in most cases (if not explicitly labelled gluten free) oats are indeed likely cross contaminated with wheat.

So I think the "No gluten" label should override detection of gluten from ingredients.

Also possibly oats should be added as a separate allergen, since there is a minority of people with coeliac disease that are also sensitive to avenin, which is the similar to wheat gluten.

E.g. see this product:

https://world.openfoodfacts.org/product/4305615826592

@szmi szmi added the 🐛 bug This is a bug, not a feature request. label Aug 7, 2023
@aleene
Copy link
Contributor

aleene commented Aug 7, 2023

Oats is officially not gluten free as it is often contaminated by other cereals during the production processes. So if you are intolerant, only use oats that has a verified gluten free label. If you are just sensitive you can have a go at oats.
But you are right if there is a verified label, it should be marked as gluten free. Otherwise it should be gluten maybe.

@aleene
Copy link
Contributor

aleene commented Aug 7, 2023

At the moment the taxonomy allergens.txt contains an entry en:oats and en:oat fiber and possible translations. Best is to take these entries out.
This can be part of a project that moves the allergens into the ingredients and marks them up in the same way as vegetarian. Now we have to maintain two dependent taxonomies.

@szmi
Copy link
Author

szmi commented Aug 8, 2023

Thanks @aleene. So I think short term fix is that when "No gluten" label is set, "Gluten" is automatically removed from the allergen and trace allergen lists.

In fact some gluten-free labelled foods have emphasized wheat starch in the ingredients list (any wheat content must be emphasized as an allergen), yet when producing the starch the gluten content is reduced to below the 20mg/kg limit. So making the label take priority would allow properly handling this case as well.

Longer term, I think it would be nice if matching preferences would allow excluding individual ingredients (like oat). So a person with coeliac disease with sensitivity to oats would select "Without gluten" and add "oats" to the excluded ingredients. This would also allow full flexibility for individuals with special food allergies that are not listed in the common allergen list. I'll open a separate feature request for this.

@szmi szmi changed the title Oats vs. gluten Properly handle gluten free oats Aug 8, 2023
Copy link
Contributor

github-actions bot commented Nov 7, 2023

This issue has been open 90 days with no activity. Can you give it a little love by linking it to a parent issue, adding relevant labels and projets, creating a mockup if applicable, adding code pointers from https://github.com/openfoodfacts/openfoodfacts-server/blob/main/.github/labeler.yml, giving it a priority, editing the original issue to have a more comprehensive description… Thank you very much for your contribution to 🍊 Open Food Facts

@github-actions github-actions bot added the ⏰ Stale This issue hasn't seen activity in a while. You can try documenting more to unblock it. label Nov 7, 2023
@teolemon teolemon moved this to To discuss and validate in 🍊 Open Food Facts Server issues Apr 23, 2024
@teolemon teolemon removed the 🐛 bug This is a bug, not a feature request. label Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌾 gluten ⏰ Stale This issue hasn't seen activity in a while. You can try documenting more to unblock it.
Projects
Status: To discuss and validate
Development

No branches or pull requests

3 participants