| Atomic Warehouse Model Data Model |
| Description | Standard diagnosis codes such as the International Classification of Diseases (ICD-9 ICD-10). |
| Relationship | |
Diagnosis Code_Coding System Version_FK |
|
| Primary Key | |
Diagnosis Code PK |
|
| Dependencies | |
|
|
| Reverse Dependencies | |
|
|
| Attribute Details |
Alternate Diagnosis Code Sk
| Description | An alternative code that also uniquely identifies a diagnosis code within a domain. |
| Data Type | Standards - Data Domains.ddm/Data Domains/Surrogate Key [INTEGER] |
| Is Part Of PrimaryKey | false |
| Is Required | false |
| Is Derived | false |
| Is Surrogate Key | false |
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 |
Cost Of Care Range Code Sk
| Description | Classifies disease according to the predicted cost for treating any patient who has the disease. |
| Data Type | Standards - Data Domains.ddm/Data Domains/Surrogate Key [INTEGER] |
| Is Part Of PrimaryKey | false |
| Is Required | false |
| Is Derived | false |
| Is Surrogate Key | false |
Curability Rating Code Sk
| Description | Indicates the degree or probability of recovering from a particular disease or condition. |
| Data Type | Standards - Data Domains.ddm/Data Domains/Surrogate Key [INTEGER] |
| Is Part Of PrimaryKey | false |
| Is Required | false |
| Is Derived | false |
| Is Surrogate Key | false |
Diagnosis Cd
| Description | Specifies the diagnosis and identifies the disease or patient condition. Diagnosis codes generally comply to the International Classification of Diseases code system. ICD-9 CM or ICD-10 codes would typically be used. |
| Data Type | Standards - Data Domains.ddm/Data Domains/Common Code [VARCHAR(80)] |
| Is Part Of PrimaryKey | false |
| Is Required | true |
| Is Derived | false |
| Is Surrogate Key | false |
Diagnosis Code Sk
| Description | The generated unique key for a Diagnosis Code record. |
| 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 |
Diagnosis Descr
| Description | A textual description associated with the diagnosis code. |
| Data Type | Standards - Data Domains.ddm/Data Domains/Description [VARCHAR(250)] |
| Is Part Of PrimaryKey | false |
| Is Required | true |
| Is Derived | false |
| Is Surrogate Key | false |
Exempt Ind
| Description | Identifies code as being exempt from Hospital Acquired Condition processing. |
| Data Type | Standards - Data Domains.ddm/Data Domains/Boolean Indicator [INTEGER] |
| Is Part Of PrimaryKey | false |
| Is Required | false |
| Is Derived | false |
| Is Surrogate Key | false |
Formal Nm Code Sk
| Description | The formal name that is recognized by the medical profession. For example: AIDS. Broken tibia. Diabetes. Hepatitis B. |
| Data Type | Standards - Data Domains.ddm/Data Domains/Surrogate Key [INTEGER] |
| 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 |
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 |
Diagnosis Code_Coding System Version_FK
| Is Identifying Relationship | false |
| Child Table | Diagnosis Code |
| Child Role Name | is of version |
| 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 |
Diagnosis Code PK
| Key Attribute | Diagnosis Code Sk |
| Atomic Warehouse Model Data Model |