Period

A time period defined by a start and end date/time.

Definition

If the start element is missing, the start of the period is not known. If the end element is missing, it means that the period is ongoing. Alternatively, this may be represented by having an explicit end in the future, in which case this means the period is expected/planned to end at the specified time.

Type

period

Attributes

KeyTypeCardinalityDescription
startdatetime0..1The start of the period. The boundary is inclusive.
enddatetime0..1End time with inclusive boundary, if not ongoing.
{
  "start" : "<datetime>",
  "end" : "<datetime>" 
}

📘

When both start and end date/time are specified, start must be earlier or equal to end for the Period to be considered valid.