| Atomic Warehouse Model Data Model |
| Description | A negative side effect a recipient experiences from the transfused blood product. For example: Anaphylaxis Hypertension Hypotension |
| Relationship | |
Blood Product Adverse Reaction_Blood Product Administration_FK |
|
| Primary Key | |
Blood Product Adverse Reaction PK |
|
| Dependencies | |
|
|
| Reverse Dependencies | |
|
|
| Attribute Details |
Adverse Reaction Cause Cd
| Description | Identifies the reason for the occurrence of the Blood Product Adverse Reaction. For Example: Wrong Patient Wrong Unit of Blood Wrong Crossmatch |
| 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 |
Adverse Reaction Code Sk
| Description | Identifies the type of adverse reaction that the recipient of the blood product experienced. For Example: Transfusion-associated circulatory overload (TACO) Transfusion-related acute lung injury (TRALI) Transfusion-associated dyspnea (TAD) Allergic reaction (when severity = severe, life threatening, or death) Hypotensive transfusion reaction Febrile non-hemolytic transfusion reaction (FNHTR) Acute hemolytic transfusion reaction (AHTR) Delayed hemolytic transfusion reaction (DHTR) Delayed serologic transfusion reaction (DSTR) Transfusion-associated graft vs. host disease (TAGVHD) Post transfusion purpura (PTP) Transfusion-transmitted infection (TTI) |
| 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 |
Adverse Reaction Imputability Cd
| Description | Identifies the relationship between the transfusion and the adverse reaction; the likelihood that the recipient's Blood Product Adverse Reaction is attributed to the blood transfused. For Example: Probable Possible Doubtful |
| 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 |
Adverse Reaction Outcome Cd
| Description | Identifies the end result of the Blood Product Adverse Reaction. For Example: Resolved Ongoing Death |
| 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 |
Adverse Reaction Seq
| Description | Relative order or importance of this row in the array. |
| Data Type | Standards - Data Domains.ddm/Data Domains/Sequence Number [INTEGER] |
| Is Part Of PrimaryKey | true |
| Is Required | true |
| Is Derived | false |
| Is Surrogate Key | false |
Adverse Reaction Severity Cd
| Description | Identifies the severity or degree of harm caused to the patient by a Blood Product Adverse Reaction. For Example: Minor Mild Severe |
| 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 |
Blood Product Administration Sk
| Description | Surrogate key for this anchor and associative entity for the Blood Product Administration data. |
| Data Type | Standards - Data Domains.ddm/Data Domains/Surrogate Key Large [LONG] |
| Is Part Of PrimaryKey | true |
| Is Required | true |
| Is Derived | false |
| Is Surrogate Key | false |
Effective From Dt
| Description | Establishes a period where a set of attributes are true according to the business. |
| Data Type | Standards - Data Domains.ddm/Data Domains/Date [DATE] |
| Is Part Of PrimaryKey | false |
| Is Required | true |
| Is Derived | false |
| Is Surrogate Key | false |
Effective To Dt
| Description | Ends a period of effectivity. |
| Data Type | Standards - Data Domains.ddm/Data Domains/Date [DATE] |
| 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 |
Valid From Ts
| Description | Establishes a period where a set of attributes are true in the source system. This would be populated with the transaction timestamp and would be used for the snapshot date. |
| Data Type | Standards - Data Domains.ddm/Data Domains/Timestamp [TIMESTAMP] |
| Is Part Of PrimaryKey | true |
| Is Required | true |
| Is Derived | false |
| Is Surrogate Key | false |
Valid To Ts
| Description | Ends a period of validity. |
| Data Type | Standards - Data Domains.ddm/Data Domains/Timestamp [TIMESTAMP] |
| Is Part Of PrimaryKey | false |
| Is Required | false |
| Is Derived | false |
| Is Surrogate Key | false |
| Relationship Details |
Blood Product Adverse Reaction_Blood Product Administration_FK
| Is Identifying Relationship | true |
| Child Table | Blood Product Adverse Reaction |
| 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 | Blood Product Administration |
| Parent Multiplicity | ONE |
| Parent Referential Integrity: On Delete | NONE |
| Parent Referential Integrity: On Insert | NONE |
| Parent Referential Integrity: On Update | NONE |
| Primary Key Details |
Blood Product Adverse Reaction PK
| Key Attribute | Blood Product Administration Sk |
| Key Attribute | Adverse Reaction Seq |
| Key Attribute | Valid From Ts |
| Atomic Warehouse Model Data Model |