| Business Data Model Data Model |
Description | A set of characteristics that is used to distinguish the type of patient that can be assigned to a location. For example: Privacy level Level of care Type of care |
Attributes | |
![]() |
|
![]() |
Relationship | |
![]() |
Dependencies | |
![]() |
Reverse Dependencies | |
![]() |
Attribute Details |
Description | Indicates the type of location feature. For example: Privacy level Level of care Smoking Licensed |
Data Type | Standards - Data Domains.ddm/Data Domains/Enumeration [VARCHAR(20)] |
Is Part Of PrimaryKey | false |
Is Required | true |
Is Derived | false |
Is Surrogate Key | false |
Description | Indicates the value for the characteristic identified by the type code. For example: Some characteristics have yes or no values, SMK (smoking) has values Y (this is a smoking location) or N (this is a non-smoking) location. Other Characteristics have distinct code values, PRL (privacy level) has values such as F (Isolation), P (Private Room), S (Semi-private room). |
Data Type | Standards - Data Domains.ddm/Data Domains/Enumeration [VARCHAR(20)] |
Is Part Of PrimaryKey | false |
Is Required | true |
Is Derived | false |
Is Surrogate Key | false |
Relationship Details |
Is Identifying Relationship | true |
Child Table | Location Characteristic |
Child Role Name | is used to describe |
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 | Point Of Care Location |
Parent Multiplicity | ONE |
Parent Referential Integrity: On Delete | NONE |
Parent Referential Integrity: On Insert | NONE |
Parent Referential Integrity: On Update | NONE |
| Business Data Model Data Model |