IGUHealth
    Preparing search index...
    interface NutritionProductInstance {
        _expiry?: Element;
        _lotNumber?: Element;
        _useBy?: Element;
        expiry?: dateTime;
        extension?: Extension[];
        id?: id;
        identifier?: Identifier[];
        lotNumber?: string;
        modifierExtension?: Extension[];
        quantity?: Quantity;
        useBy?: dateTime;
    }
    Index

    Properties

    _expiry?: Element

    The expiry date or date and time for the product

    _lotNumber?: Element

    The identification of the batch or lot of the product

    _useBy?: Element

    The date until which the product is expected to be good for consumption

    expiry?: dateTime

    The expiry date or date and time for the product

    extension?: Extension[]

    Additional content defined by implementations

    id?: id

    Unique id for inter-element referencing

    identifier?: Identifier[]

    The identifier for the physical instance, typically a serial number

    lotNumber?: string

    The identification of the batch or lot of the product

    modifierExtension?: Extension[]

    Extensions that cannot be ignored even if unrecognized

    quantity?: Quantity

    The amount of items or instances

    useBy?: dateTime

    The date until which the product is expected to be good for consumption