Process
Represents a process concept.
Scope​
This data type is intended to represent the core concept of a defined process.
Loosely taking inspiration from HL7 Timing.
Structure​
Name | Cardinality | Type | Description & Constraints |
---|---|---|---|
TBD | 1..1 | string | TBD |
Specification​
- Example
{
"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