Table of Contents

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-06-24T02:25:11.4084900+00:00"
}