Skip to main content

Event

Represents a process concept.

Scope​

This data type is intended to represent the core concept of a temporal event. It may contain a set of timestamps.

Loosely taking inspiration from HL7 Timing.

Structure​

NameCardinalityTypeDescription & Constraints
TBD1..1stringTBD

Specification​

[
{
"start": "2017-01-01T00:00:00.000Z",
"end": "2017-01-02T00:00:00.000Z"
},
{
"start": "2017-01-03T00:00:00.000Z"
}
]

Implementation Notes​

TBD

References​

TBD