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​
Name | Cardinality | Type | Description & Constraints |
---|---|---|---|
TBD | 1..1 | string | TBD |
Specification​
- Example
[
{
"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