Skip to main content

Process Event

Represents a process concept at a specific moment in time.

Scope​

This data type is intended to represent an instance of a temporal event within a defined process.

Loosely taking inspiration from HL7 Timing.

Structure​

NameCardinalityTypeDescription & Constraints
TBD1..1stringTBD

Specification​

{
"event": [
{
"start": "2017-01-01T00:00:00.000Z",
"end": "2017-01-02T00:00:00.000Z"
},
{
"start": "2017-01-03T00:00:00.000Z"
}
],
"process": {
"class": "status",
"description": "The authorization request is under review by subject matter expert.",
"parent_class": "stage",
"parent_concept": "underreview",
"system": "http://bcgov.github.io/nr-pies/docs/concept/process_tracking",
"value": "pending review"
}
}

Implementation Notes​

TBD

References​

TBD