Table of Contents

icarMovementBirthEventResource

Description

Event for recording animal birth

The icarMovementBirthEventResource schema inherits from icarAnimalEventCoreResource.

Properties

Name Description Required Type
RegistrationReason No icarRegistrationReasonType
AnimalDetail No icarAnimalCoreResource
Animal Unique animal scheme and identifier combination. Yes icarIdentifierType
Id Unique identifier in the source system for this event. No string
EventDateTime RFC3339 UTC date and time (see https://ijmacd.github.io/rfc3339-iso8601/). No date-time
TraitLabel If the event represents a formal trait, identifies the recording system and trait. No icarIdentifierType
Responsible Use if an observation is manually recorded, or an event is carried out or authorised by a person. SHOULD be a person object. No string
ContemporaryGroup For manually recorded events, record any contemporary group code that would affect statistical analysis. No string
Remark A comment or remark field for additional user-specified information about the event. No string
Self Uniform resource identifier (URI) of the resource (rel=self). No string
Meta Meta-data for the resource. Mandatory if you wish to support synchronisation. No icarMetaDataType
Location Unique location scheme and identifier combination. No icarIdentifierType

Examples

Example 1

{
  "registrationReason": "Born",
  "animalDetail": {
    "identifier": {
      "id": "id",
      "scheme": "scheme"
    },
    "alternativeIdentifiers": [
      {
        "id": "id",
        "scheme": "scheme"
      }
    ],
    "specie": "Buffalo",
    "gender": "Female",
    "birthDate": "2024-05-29T21:48:11.5873754+00:00",
    "primaryBreed": {
      "id": "id",
      "scheme": "scheme"
    },
    "breedFractions": {
      "denominator": 0,
      "fractions": [
        {
          "breed": {
            "id": "id",
            "scheme": "scheme"
          },
          "fraction": 0.0
        }
      ]
    },
    "coatColor": "coatColor",
    "coatColorIdentifier": {
      "id": "id",
      "scheme": "scheme"
    },
    "managementTag": "managementTag",
    "name": "name",
    "officialName": "officialName",
    "productionPurpose": "Meat",
    "status": "Alive",
    "reproductionStatus": "Open",
    "lactationStatus": "Dry",
    "parentage": [
      {
        "parentOf": {
          "id": "id",
          "scheme": "scheme"
        },
        "gender": "Female",
        "relation": "Genetic",
        "identifier": {
          "id": "id",
          "scheme": "scheme"
        },
        "officialName": "officialName"
      }
    ],
    "healthStatus": "Healthy",
    "resourceType": "resourceType",
    "@self": "@self",
    "meta": {
      "source": "source",
      "sourceId": "sourceId",
      "isDeleted": false,
      "modified": "2024-05-29T21:48:11.5873494+00:00",
      "created": "2024-05-29T21:48:11.5873524+00:00",
      "creator": "creator",
      "validFrom": "2024-05-29T21:48:11.5873550+00:00",
      "validTo": "2024-05-29T21:48:11.5873563+00:00"
    },
    "location": {
      "id": "id",
      "scheme": "scheme"
    }
  },
  "animal": {
    "id": "id",
    "scheme": "scheme"
  }
}