DataTopic FoodAllergens: Difference between revisions

From imde.io

No edit summary
Line 18: Line 18:
</nowiki>
</nowiki>
===Downloads===
===Downloads===
* [https://drive.google.com/file/d/1FYh7D0d9IGistvhWKAQH_VECcJyaJnLs/view?usp=sharing Sample XML message DataTopic FoodAllergens]
* [https://imde.io/schema/Sample%20XML%20message%20DataTopic%20FoodAllergens.xml Sample XML message DataTopic FoodAllergens]
* [https://drive.google.com/file/d/1XbnsAd-D5NUcYrbqDrna6S2qEFTAjuL5/view?usp=sharing XSD FoodAllergens]
* [https://imde.io/schema/material.xsd XSD FoodAllergens for material]
* [https://drive.google.com/file/d/1jQtI4nupDDFkYxYMPb-7ypyRux6L13oG/view?usp=sharing AllergenCode Codelist]
* [https://imde.io/schema/azlon/1.0/foodallergens.xsd XSD FoodAllergens]
* [https://drive.google.com/file/d/1MG9eSfjhRBIsPSHAWRuMKo4EuhQ7xFtP/view?usp=sharing AllergenType Codelist]
* [https://imde.io/schema/azlon/1.0/codelists/allergenCode.xsd AllergenCode Codelist]
* [https://drive.google.com/file/d/17hMw8XPievuTfnCkc7ChKDBzqt7Dl9hL/view?usp=sharing AllergenRegulation Codelist]
* [https://imde.io/schema/azlon/1.0/codelists/allergenType.xsd AllergenType Codelist]
* [https://imde.io/schema/azlon/1.0/codelists/regulationType.xsd AllergenRegulation Codelist]


[[Category:Food]]
[[Category:Food]]

Revision as of 11:45, 17 October 2022

There are currenty two DataFormat defined for exchanging Food Allergens

  • Azlon
  • GS1-GDSN

For more information on the Food Allergens Datatopic, see presentation.

DataTopic Food Allergens, Format Azlon, Version 1.0

<DataTopic Topic="FoodAllergens" Format="Azlon" Version="1.0" xmlns="https://schemas.imde.com/FoodAllergens-Azlon-1-0">
	<Allergen Regulation>EU-1169/2011</Allergen Regulation>
	<Allergens>
		<Allergen Code="AM" Type="CONTAINS" OnLabel="true"/>
		<Allergen Code="AM" Type="MAY_CONTAIN" OnLabel="true"/>
		<Allergen Code="UM" Type="FREE_FROM" OnLabel="true"/>
	</Allergens>
</DataTopic>

Downloads