
/
Farm Harvest
The farm harvest
event is used to record the harvested of seafood products from an aquaculture facility. This event is indicated with a business step of urn:gdst:bizStep:farmHarvest
and a disposition of active
. This is a transformation
add
type event with the inputs of the event being the products used to stock the aquaculture facility and the feed used. The outputs of the event are products harvested from the aquaculture facility.
<!-- WARNING: This is not a complete EPCIS Document, this is a partial of an EPCIS Document for demonstration purposes only. -->
<TransformationEvent>
<eventTime>2020-01-28T00:00:00.000-06:00</eventTime>
<eventTimeZoneOffset>+00:00</eventTimeZoneOffset>
<baseExtension>
<eventID>8130DCF8-3F63-4E40-A895-E4BA9FF66FDD</eventID>
</baseExtension>
<!-- INPUT: Vegetarian Feed + Antlantic Salmon Fry -->
<inputQuantityList>
<!-- ANTLANTIC SALMON FRY -->
<quantityElement>
<epcClass>urn:gdst:traceability-solution.com:product:lot:class:DFA01B63-AAAA-4454-B13C-C53D6BDFAB43.SAL-FRY.LOT01272020</epcClass>
<quantity>250</quantity>
<uom>KGM</uom>
</quantityElement>
<!-- VEGETARIAN FEED -->
<quantityElement>
<epcClass>urn:gdst:traceability-solution.com:product:lot:class:7D90C2CD-A801-4E22-ACEE-82BF27A4844D.FEED01.LOT01272020</epcClass>
<quantity>2000</quantity>
<uom>KGM</uom>
</quantityElement>
</inputQuantityList>
<!-- OUTPUT: Antlantic Salmon -->
<outputQuantityList>
<quantityElement>
<epcClass>urn:gdst:traceability-solution.com:product:lot:class:D8F9F0B4-A03D-41A3-AA60-B2BE0FD9C2F3.SAL-WHOLE.LOT01282020</epcClass>
<quantity>1000</quantity>
<uom>KGM</uom>
</quantityElement>
</outputQuantityList>
<bizStep>urn:epcglobal:cbv:bizstep:commissioning</bizStep>
<disposition>urn:epcglobal:cbv:disp:active</disposition>
<!-- Per's Salmon Farm -->
<bizLocation>
<id>urn:gdst:traceability-solution.com:location:loc:D8F9F0B4-A03D-41A3-AA60-B2BE0FD9C2F3.FARM</id>
</bizLocation>
<!-- LOT DATA -->
<ilmd>
<!-- FARM HARVEST -->
<cbvmda:productionMethodForFishAndSeafoodCode>AQUACULTURE</cbvmda:productionMethodForFishAndSeafoodCode>
<!-- Harvest Date -->
<cbvmda:harvestStartDate>2020-01-28T00:00:00.000-06:00</cbvmda:harvestStartDate>
<cbvmda:harvestEndDate>2020-01-28T00:00:00.000-06:00</cbvmda:harvestEndDate>
<!-- Aquaculture Method -->
<gdst:aquacultureMethod>Cage and Pen</gdst:aquacultureMethod>
<cbvmda:certificationList>
<!-- This is a made up Certificate. This is just an example. -->
<certification>
<gdst:certificationType>urn:gdst:certType:harvestCert</gdst:certificationType>
<certificationStandard>Farm Certificate Standard</certificationStandard>
<certificationAgency>Farm Certificate Authority</certificationAgency>
<certificationValue>SIMP.LPCO.2</certificationValue>
<certificationIdentification>10161781</certificationIdentification>
</certification>
<!-- This is a made up Certificate. This is just an example. -->
<certification>
<gdst:certificationType>urn:gdst:certType:harvestCoC</gdst:certificationType>
<certificationStandard>MSC Chain of Custody</certificationStandard>
<certificationAgency>MSC</certificationAgency>
<certificationValue>MSC_COC_1234567890</certificationValue>
<certificationIdentification>MSC_COC_1234567890</certificationIdentification>
</certification>
<!-- This is a made up Certificate. This is just an example. -->
<certification>
<gdst:certificationType>urn:gdst:certType:humanyPolicy</gdst:certificationType>
<certificationStandard>WHO Human Decency Policy</certificationStandard>
<certificationAgency>WHO</certificationAgency>
<certificationValue>1234567890</certificationValue>
<certificationIdentification>0987654321</certificationIdentification>
</certification>
</cbvmda:certificationList>
</ilmd>
<!-- Human Welfare Policy -->
<gdst:humanWelfarePolicy>WHO Human Decency Policy</gdst:humanWelfarePolicy>
<!-- Per's Salmon Farm Co. -->
<gdst:productOwner>urn:gdst:traceability-solution.com:party:D8F9F0B4-A03D-41A3-AA60-B2BE0FD9C2F3</gdst:productOwner>
<!-- Per's Salmon Farm Co. -->
<cbvmda:informationProvider>urn:gdst:traceability-solution.com:party:D8F9F0B4-A03D-41A3-AA60-B2BE0FD9C2F3</cbvmda:informationProvider>
</TransformationEvent>