On-Vessel Processing
Sometimes products harvested from the wild are initially processed onboard the vessel before reaching land. This is commonly referred to as On Vessel Processing. These are standard Processing / Transformation events with a Business Step of commisioning
and a disposition of active
from the standard CBV 1.2. The location for the On Vessel Processing should be the GLN
of the vessel that performed the processing.
Below we have an example event with accompanying Master Data to go with that event.
{
"@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": "2020-01-27T00:00:00.0000000-06:00",
"eventTimeZoneOffset": "+00:00",
"eventID": "urn:uuid:591458db-d96e-4466-a4bd-1a30d625fd41",
"inputQuantityList": [
{
"epcClass": "urn:gdst:traceability-solution.com:product:lot:class:0b4e59bb-29ba-4edd-8e51-7e8d1a96dce7.yft.lot1111",
"quantity": 2500.0,
"uom": "KGM"
},
{
"epcClass": "urn:gdst:traceability-solution.com:product:lot:class:0b4e59bb-29ba-4edd-8e51-7e8d1a96dce7.yft.lot2222",
"quantity": 2500.0,
"uom": "KGM"
},
{
"epcClass": "urn:gdst:traceability-solution.com:product:lot:class:0b4e59bb-29ba-4edd-8e51-7e8d1a96dce7.yft.lot3333",
"quantity": 2500.0,
"uom": "KGM"
},
{
"epcClass": "urn:gdst:traceability-solution.com:product:lot:class:0b4e59bb-29ba-4edd-8e51-7e8d1a96dce7.yft.lot4444",
"quantity": 2500.0,
"uom": "KGM"
}
],
"outputQuantityList": [
{
"epcClass": "urn:gdst:traceability-solution.com:product:lot:class:0b4e59bb-29ba-4edd-8e51-7e8d1a96dce7.yft-fillet.lot20203015",
"quantity": 5000.0,
"uom": "KGM"
}
],
"bizStep": "commissioning",
"disposition": "active",
"bizLocation": {
"id": "urn:epc:id:sgln:0614141.00888.0"
},
"ilmd": {
"cbvmda:vesselCatchInformationList": {
"cbvmda:vesselCatchInformation": [
{
"cbvmda:vesselFlagState": "US",
"cbvmda:vesselID": "USA",
"cbvmda:vesselName": "BING Ship",
"gdst:gpsAvailability": false,
"gdst:imoNumber": "IMO.1234567890",
"gdst:vesselPublicRegistry": "https://www.register-my-vessel.fake.com"
}
]
},
"cbvmda:itemExpirationDate": "2020-03-15T00:00:00.0000000-06:00",
"cbvmda:countryOfOrigin": "US",
"cbvmda:certificationList": {
"certification": [
{
"gdst:certificationType": "urn:gdst:certType:harvestCoC",
"certificationAgency": "MSC",
"certificationStandard": "MSC Chain of Custody",
"certificationValue": "MSC_COC_1234567890",
"certificationIdentification": "MSC_COC_1234567890"
},
{
"gdst:certificationType": "urn:gdst:certType:humanyPolicy",
"certificationAgency": "WHO",
"certificationStandard": "WHO Human Decency Policy",
"certificationValue": "1234567890",
"certificationIdentification": "0987654321"
}
]
}
},
"gdst:productOwner": "urn:gdst:traceability-solution.com:party:0b4e59bb-29ba-4edd-8e51-7e8d1a96dce7",
"gdst:humanWelfarePolicy": "WHO Human Decency Policy",
"cbvmda:informationProvider": "urn:gdst:traceability-solution.com:party:0b4e59bb-29ba-4edd-8e51-7e8d1a96dce7"
}
]
}
}