adewg / ICAR

Standard messages and specifications for animal data exchange in livestock.
https://icar.org/
Apache License 2.0
49 stars 26 forks source link

Define icarCarcassObservationsEventResource #363

Closed cookeac closed 1 year ago

cookeac commented 1 year ago

This resource brings together carcass observations for an animal. As such, it is an individual animal event based on icarAnimalEventCoreResource.

A key question is whether we need a separate event for each observation (there could be many) or if this is a combined set of observations, similar to a milking visit that may have several related observations. We have chosen the combination approach initially.

Includes "allOf" icarAnimalEventCoreResource. Required fields are those required for animal events, plus those in bold below.

Attribute Type Description
carcass icarCarcassType Information about the carcass and, plant, and chain.
state icarCarcassStateType The state of the carcass when observed.
side icarCarcassSideType Defines the side of the carcass being measured, or entire carcass.
primal icarCarcassPrimalType Defines total or a single primal that was measured.
observations array of icarCarcassObservationType The observations recorded for the animal carcass at this time in processing.
device icarDeviceResource The device used to make the observations at this point in processing.