DataTopic FoodAllergens: Difference between revisions

From imde.io

No edit summary
No edit summary
Line 31: Line 31:
* [https://imde.io/schema/azlon/1.0/codelists/allergenType.xsd AllergenType 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]
* [https://imde.io/schema/azlon/1.0/codelists/regulationType.xsd AllergenRegulation Codelist]
== External links ==
* [https://farrp.unl.edu/IRChart Food Allergens - International Regulatory Chart]


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

Revision as of 08:26, 24 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

<Material xmlns="https://imde.io/schema/material">
	<Header UMID="e2749359-c3cf-4504-9084-9239a1848aed" GTIN="1234567102979"/>
	<DataTopics>
		<DataTopic Topic="FoodAllergens" Format="Azlon" Version="1.0">
			<FoodAllergens xmlns="https://imde.io/schema/azlon/1.0/foodallergens">
				<Regulation>EU-1169/2011</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>
			</FoodAllergens>
		</DataTopic>
	</DataTopics>
</Material>

Downloads

External links