icarMedicineBatchType
Description
Defines a batch of medicine or product with an expiry date.
Properties
Name | Description | Required | Type |
---|---|---|---|
Identifier | The ID, batch or lot number. | No | string |
ExpiryDate | The RFC3339 UTC expiry date of the batch (see https://ijmacd.github.io/rfc3339-iso8601/ for format guidance). | No | date-time |
Examples
Example 1
{
"identifier": "identifier",
"expiryDate": "2024-10-30T01:50:44.6492717+00:00"
}