Skip to end of metadata
Go to start of metadata
You are viewing an old version of this content. View the current version.
Compare with Current
View Version History
« Previous
Version 21
Next »
DRAFT
Schema
![](https://e-health-ua.atlassian.net/wiki/download/thumbnails/583403634/image2019-3-26_15-59-30.png?version=1&modificationDate=1553601571686&cacheVersion=1&api=v2&width=400&height=400)
Examples
Services - Service Groups relations example
![](https://e-health-ua.atlassian.net/wiki/download/thumbnails/583403634/image2019-3-29_14-4-53.png?version=1&modificationDate=1553853895388&cacheVersion=1&api=v2&width=280&height=400)
Composite Service example - TBC
![](https://e-health-ua.atlassian.net/wiki/download/thumbnails/583403634/image2019-3-26_18-12-10.png?version=1&modificationDate=1553609532870&cacheVersion=1&api=v2&width=387&height=400)
Data Model
Service
Name | Type | M/O | Description |
---|
id | UUID | M |
|
code | string | M |
|
name | string | M |
|
is_active | boolean | M |
|
parent_id | UUID | O | for future use (composition_id) |
category | string | M | enum |
is_composition | boolean | M | for future use |
request_allowed | boolean | M |
|
inserted_at | datetime | M |
|
inserted_by | datetime | M |
|
updated_at | datetime | M |
|
updated_by | datetime | M |
|
Service group
Name | Type | M/O | Description |
---|
id | UUID | M |
|
code | string | M |
|
name | string | M |
|
is_active | boolean | M |
|
parent_id | UUID | O |
|
request_allowed | boolean | M |
|
inserted_at | datetime | M |
|
inserted_by | datetime | M |
|
updated_at | datetime | M |
|
updated_by | datetime | M |
|
Service in group
Name | Type | M/O | Description |
---|
id | UUID | M |
|
service_id | UUID | M |
|
group_id | UUID | M |
|
alias | string | O |
|
is_active | boolean | M |
|
inserted_at | datetime | M |
|
inserted_by | datetime | M |
|
updated_at | datetime | M |
|
updated_by | datetime | M |
|