| Atomic Warehouse Model Data Model |
| Description | The health state of a person in relation to a specific injury, disease or disability that is usually identified as a result of an assessment activity. A given person may have more than one medical condition, either consecutively or simultaneously. For example: Visually impaired Physically disabled Broken leg Alzheimer's disease Asthma Cancer Heart disease Measles Pneumonia |
| Attributes | |
Coding System Version Sk |
|
Descr |
|
Load Info Sk |
|
Medical Condition Cd |
|
Medical Condition Sk |
|
Source Code Sk |
|
Tenant Sk |
|
| Relationship | |
Medical Condition_Coding System Version_FK |
|
| Primary Key | |
Medical Condition PK |
|
| Dependencies | |
|
|
| Reverse Dependencies | |
|
|
| Attribute Details |
Coding System Version Sk
| Description | The Version for a set of related codes. This exists to make it easier to produce a list of current valid codes, or in conjunction with the relative dates find the correct Version of a set of codes that was valid at a point in time. |
| Data Type | Standards - Data Domains.ddm/Data Domains/Surrogate Key [INTEGER] |
| Is Part Of PrimaryKey | false |
| Is Required | true |
| Is Derived | false |
| Is Surrogate Key | false |
Descr
| Description | A free-text statement used to describe the medical condition. |
| Data Type | Standards - Data Domains.ddm/Data Domains/Description [VARCHAR(250)] |
| Is Part Of PrimaryKey | false |
| Is Required | false |
| Is Derived | false |
| Is Surrogate Key | false |
Load Info Sk
| Description | The surrogate key of the load information entry describing the details regarding the loading of the row. |
| Data Type | Standards - Data Domains.ddm/Data Domains/Surrogate Key Large [LONG] |
| Is Part Of PrimaryKey | false |
| Is Required | true |
| Is Derived | false |
| Is Surrogate Key | false |
Medical Condition Cd
| Description | Identifies the medical condition with a unique identifier |
| Data Type | Standards - Data Domains.ddm/Data Domains/Tenant Common Code [VARCHAR(80)] |
| Is Part Of PrimaryKey | false |
| Is Required | true |
| Is Derived | false |
| Is Surrogate Key | false |
Medical Condition Sk
| Description | The unique identifier of Personal Medical Condition. |
| Data Type | Standards - Data Domains.ddm/Data Domains/Surrogate Key [INTEGER] |
| Is Part Of PrimaryKey | true |
| Is Required | true |
| Is Derived | false |
| Is Surrogate Key | true |
Source Code Sk
| Description | The origin of the data identifying the actual load source, vendor, manual key entry, or context of the data in a specific row in the database. |
| Data Type | Standards - Data Domains.ddm/Data Domains/Surrogate Key [INTEGER] |
| Is Part Of PrimaryKey | false |
| Is Required | true |
| Is Derived | false |
| Is Surrogate Key | false |
Tenant Sk
| Description | The surrogate key of the entry identifying the legal owner of the data. |
| Data Type | Standards - Data Domains.ddm/Data Domains/Surrogate Key [INTEGER] |
| Is Part Of PrimaryKey | false |
| Is Required | true |
| Is Derived | false |
| Is Surrogate Key | false |
| Relationship Details |
Medical Condition_Coding System Version_FK
| Is Identifying Relationship | false |
| Child Table | Medical Condition |
| 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 | Coding System Version |
| Parent Multiplicity | ONE |
| Parent Referential Integrity: On Delete | NONE |
| Parent Referential Integrity: On Insert | NONE |
| Parent Referential Integrity: On Update | NONE |
| Primary Key Details |
Medical Condition PK
| Description | The unique identifier of the Personal Medical Condition |
| Key Attribute | Medical Condition Sk |
| Atomic Warehouse Model Data Model |