| Business Data Model Data Model |
Description | Information about work units of an organization such as a department, division, hospital service, nursing unit. By relating to Organization/Provider, these units can store a hierarchical structure (for example, reporting structure). Although mainly designed for internal organization structures, this can be used for sub-components of an external organization. |
Attributes | |
![]() |
|
![]() |
Relationship | |
![]() |
Generalization | |
![]() |
Dependencies | |
![]() |
Reverse Dependencies | |
![]() |
Attribute Details |
Description | Indicates the function performed by the organization unit. |
Data Type | Standards - Data Domains.ddm/Data Domains/Enumeration [VARCHAR(20)] |
Is Part Of PrimaryKey | false |
Is Required | false |
Is Derived | false |
Is Surrogate Key | false |
Description | Indicates the kind of work unit represented. For example: Department Division Hospital service Nursing unit |
Data Type | Standards - Data Domains.ddm/Data Domains/Enumeration [VARCHAR(20)] |
Is Part Of PrimaryKey | false |
Is Required | false |
Is Derived | false |
Is Surrogate Key | false |
Relationship Details |
Description | Indicates the parent organization to this organization unit. |
Is Identifying Relationship | false |
Child Table | Organization Unit |
Child Role Name | is division of |
Child Multiplicity | ZERO_TO_MANY |
Child Referential Integrity: On Delete | NONE |
Child Referential Integrity: On Insert | NONE |
Child Referential Integrity: On Update | NONE |
Parent Table | Organization |
Parent Role Name | has division |
Parent Multiplicity | ZERO_TO_ONE |
Parent Referential Integrity: On Delete | NONE |
Parent Referential Integrity: On Insert | NONE |
Parent Referential Integrity: On Update | NONE |
Generalization Details |
Supertype | Organization |
Subtype | Organization Unit |
Transform As | TABLE |
| Business Data Model Data Model |