| Business Data Model Data Model |
Description | A description of surgeries or procedures which relate to a business rule event that is detected by a rules engine. A rules engine is used to process and test patient data against a set of predefined conditions. For example: Preoperative antibiotics notification is a rule used to identify a surgical patient who has not received their preoperative antibiotics 6 hours before surgery |
Attributes | |
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
Relationship | |
![]() |
Dependencies | |
![]() |
Reverse Dependencies | |
![]() |
Attribute Details |
Description | Classifies patients in terms of their fitness before surgery. The scoring system was adopted by the American Society of Anesthesiologists (ASA). It classifies patients on a 6 point scale as follows: 1 A normal healthy patient. 2 A patient with mild systemic disease. 3 A patient with severe systemic disease. 4 A patient with severe systemic disease that is a constant threat to life. 5 A moribund patient who is not expected to survive without the operation. 6 A declared brain-dead patient whose organs are being removed for donor purposes. |
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 | Identifies the surgical procedure according to a standard coding system such as CPT. |
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 | The date and time that a surgical procedure was completed. |
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 |
Description | The date and time that a surgical procedure commenced. |
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 |
Description | Classifies a wound (surgical incision site) according to its known or anticipated level of cleanliness or infection. |
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 |
Is Identifying Relationship | true |
Child Table | Business Rule Event Surgery |
Child Role Name | triggered by |
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 | Business Rule Event |
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 |