pfFertiliserTransaction
Description
Fertiliser inventory transaction resource.
The pfFertiliserTransaction schema inherits from inventoryTransactionType.
Properties
Name | Description | Required | Type |
---|---|---|---|
FertiliserProduct | The fertiliser product in this inventory transaction. | Yes | pfFertiliserProductType |
TransactionKind | Identifies the transaction kind. | Yes | inventoryTransactionKindType |
Quantity | The overall volume, weight or count of the product in the transaction in the units defined. | Yes | Number |
Units | The units of the quantity specified. Where applicable it is recommended that uncefact mass and volume units are used. | Yes | string |
SupplierName | The supplier of the product in this transaction. This is particularly relevant if the transaction is a receipt | No | string |
ExpiryDate | The expiry date of the product supplied in the transaction; ISO UTC DateTime. | No | date-time |
TotalCost | Total cost applied to this transaction | No | Number |
Currency | The currency of the cost expressed using the ISO 4217 3-character code such as AUD, GBP, USD, NZD. | No | string |
PackSize | The volume or weight of the product in a pack in the units defined. | No | Number |
NumberOfPacks | The number of packs of the product in the transaction. Could be a decimal number for a part-pack. | No | Number |
ObservationDate | UTC Date (required) and time (optional) the sample was taken | Yes | date-time |
PhenomenonStartTime | ISO UTC DateTime | No | date-time |
PhenomenonEndTime | ISO UTC DateTime | No | date-time |
Holding | Reference to the holding on which this observation was performed. | No | featureReferenceType |
Feature | Reference to the feature to which this observation applies. Alternative to features[]. | No | featureReferenceType |
Features | Array of features to which this observation applies. Alternative to feature. | No | Array of featureReferenceType |
Responsible | Identifier of the person responsible for the observation | No | string |
Remark | Notes or remarks field | No | string |
Id | Unique identifier (UUID) used within the current server to identify the resource. | Yes | string |
Identifiers | Identifiers for the resource (see well-known/schemes... for example identity schemes). | No | Array of identifierType |
Links | Linked resources that are related to the current resource. | No | Array of relationType |
Meta | Meta-data for the resource. Mandatory if you wish to support synchronisation. | Yes | metaDataType |
Name | A user-readable name for the resource. | No | string |
Self | Uniform resource identifier (URI) of the resource (rel=self). | No | string |
Examples
Example 1
{
"resourceType": "pfFertiliserTransaction",
"id": "ba574efe-4343-46fd-b8a9-45175776ad8f",
"meta": {
"sourceId": {
"scheme": "nz.zaxfert.fertiliser",
"id": "0034ac04-fffc-448a-8e6d-ebe285b4ecda"
},
"modified": "2023-04-03T08:00:00Z",
"created": "2023-04-03T08:00:00Z",
"creator": "zaxfert.co.nz"
},
"identifiers": [
{
"scheme": "nz.zkyfarm.purchase",
"id": "2023/fert/23"
}
],
"name": "Super Gold Mix purchase 3.832t - D. Blueman - Oak Reach, Mar 2023",
"observationDate": "2023-03-31T00:00:00Z",
"features": [
{
"contentType": "holding",
"identifier": {
"scheme": "com.purefarming.holdingId",
"id": "b330510a-f665-4b5a-aa09-1c4d8d383e5b"
},
"name": "Oak Reach"
}
],
"responsible": "Paula West",
"remark": "Super Gold Mix purchase Mar 23: Oak Reach",
"transactionKind": "Receipt",
"quantity": 3.832,
"units": "TNE",
"supplierName": "ZaxFert",
"expiryDate": "2025-03-31T08:00:00Z",
"totalCost": 1235.75,
"currency": "NZD",
"fertiliserProduct": {
"name": "Super Gold Mix",
"identifiers": [
{
"scheme": "nz.co.ckzfert.product",
"id": "123456"
}
],
"kind": "Special Mix",
"components": [
{
"product": {
"name": "Gold Crop Bulk",
"identifiers": [
{
"scheme": "nz.co.ckzfert.product",
"id": "5670017"
}
],
"contentType": "Safety Data Sheet",
"related": "https://ckzfert.co.nz/products/7493/safety",
"manufacturer": "CKZ Fertiliser Manufacturing Co Ltd",
"brand": "CKZ Gold",
"form": "Granules",
"uri": "https://ckzfert.co.nz/products/7493",
"specificGravity": 1.86
},
"percent": 47.6
},
{
"product": {
"name": "Super Bulk",
"identifiers": [
{
"scheme": "nz.co.ckzfert.product",
"id": "1515151"
}
],
"specificGravity": 1.4,
"form": "Granules"
},
"percent": 47.6
},
{
"product": {
"name": "Selenium Gold",
"identifiers": [
{
"scheme": "nz.co.ckzfert.product",
"id": "34567"
}
]
},
"percent": 4.8
}
]
}
}