Processing Event

When a raw materials or products are transformed into a different state or product, the event is recorded a processing event. Processing events are indicated by the business step of commissioning and the type of TransformationEvent. Processing events also include a processing type KDE which indicates what kind of transformation event is taking place. The processing type KDE is a GDST extension that accepts the values GENERAL or CLEANING.

Below is an example of a processing event whose master data defined in the Wild-Caught Master Data article.

See Aggregation vs Commingling vs Processing to learn about the differences between aggregation, commingling, and processing events.
{
"@context": [
"https://ref.gs1.org/standards/epcis/epcis-context.jsonld",
{
"xsi": "http://www.w3.org/2001/XMLSchema-instance/"
},
{
"sbdh": "http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader/"
},
{
"gdst": "https://traceability-dialogue.org/epcis/"
}
],
"type": "EPCISDocument",
"creationDate": "2001-12-17T09:30:47.0000000+00:00",
"schemaVersion": "2.0",
"sender": "test",
"receiver": "test",
"instanceIdentifier": "9999",
"epcisBody": {
"eventList": [
{
"type": "TransformationEvent",
"eventTime": "2023-01-27T16:00:00.0000000+00:00",
"eventTimeZoneOffset": "+00:00",
"eventID": "urn:uuid:37ffc013-e4b1-4555-b9e7-7dd6b0f98a0e",
"inputQuantityList": [
{
"epcClass": "urn:gdst:traceability-solution.com:product:lot:class:0b4e59bb-29ba-4edd-8e51-7e8d1a96dce7.yft.12345",
"quantity": 51650.81131932347,
"uom": "KGM"
}
],
"outputQuantityList": [
{
"epcClass": "urn:gdst:traceability-solution.com:product:lot:class:0b4e59bb-29ba-4edd-8e51-7e8d1a96dce7.yft-filet.12345",
"quantity": 37455.0,
"uom": "KGM"
}
],
"bizStep": "commissioning",
"bizLocation": {
"id": "urn:gdst:traceability-solution.com:location:loc:0048000.processor"
},
"ilmd": {
"gdst:processingType": "complete",
"cbvmda:countryOfOrigin": "EC",
"cbvmda:certificationList": {
"certification": [
{
"gdst:certificationType": "urn:gdst:certtype:harvestcoc"
},
{
"gdst:certificationType": "urn:gdst:certtype:humanPolicy"
}
]
}
},
"gdst:productOwner": "urn:gdst:traceability-solution.com:party:94d811f0-6808-48dc-a68f-0c4e5bd9179b",
"gdst:humanWelfarePolicy": "3P Audit",
"cbvmda:informationProvider": "urn:gdst:traceability-solution.com:party:94d811f0-6808-48dc-a68f-0c4e5bd9179b"
}
]
}
}


How did we do?


Powered by HelpDocs (opens in a new tab)

Powered by HelpDocs (opens in a new tab)