Table Detail Report
EEM_ABN_MOD
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | This table is used to log the modifiers used for an ABN check |
| Definition: | EEM ABN Modifiers |
| Table Type: | ACTIVITY |
Column Detail - EEM_ABN_MOD
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ABN_CHECK_ID | DOUBLE | N | ABN Check Identifier |
| ACTIVE_IND | DOUBLE | Y | The table row is active or inactive. A row is generally active unless it is in an inactive state such as logically deleted, combined away, pending purge, etc. |
| ACTIVE_STATUS_CD | DOUBLE | N | Indicates the status of the row itself (not the data in the row) such as active, inactive, combined away, pending purge, etc. |
| ACTIVE_STATUS_DT_TM | DATETIME | Y | The date and time that the active_status_cd was set. |
| ACTIVE_STATUS_PRSNL_ID | DOUBLE | N | The person who caused the active_status_cd to be set or change. |
| BEG_EFFECTIVE_DT_TM | DATETIME | Y | The date and time for which this table row becomes effective. Normally, this will be the date and time the row is added, but could be a past or future date and time. |
| END_EFFECTIVE_DT_TM | DATETIME | Y | The date/time after which the row is no longer valid as active current data. This may be valued with the date that the row became inactive. |
| MOD_NOMEN_ID | DOUBLE | N | Modifier Nomenclature Identifier |
| MOD_SEQ_NBR | DOUBLE | N | Modifier Sequence Number |
| MOD_SOURCE_IDENT | VARCHAR(50) | N | Modifier Source Identifier |
| MOD_VOCAB_CD | DOUBLE | N | Modifier Vocabulary Code |
| MOD_VOCAB_MEANING | VARCHAR(12) | Y | Modifier Vocabulary Meaning |
| UPDT_APPLCTX | DOUBLE | N | The application context number from the record info block. |
| UPDT_CNT | DOUBLE | N | Set to 0 on insert. Incremented by 1 on update. Used to recognize update conflict where data in a row updated by one application is at risk of being lost by a second application attempting to update the row. |
| UPDT_DT_TM | DATETIME | N | The date and time the row was last inserted or updated. |
| UPDT_ID | DOUBLE | N | The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table. |
| UPDT_TASK | DOUBLE | N | The registered (assigned) task number for the process that inserted or updated the row. |
Relationship Detail - EEM_ABN_MOD
| Child Column in EEM_ABN_MOD(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | MOD_VOCAB_CD | CODE_VALUE | CODE_VALUE |
| ABN_CHECK_ID | EEM_ABN_CHECK | ABN_CHECK_ID | |
| MOD_NOMEN_ID | NOMENCLATURE | NOMENCLATURE_ID |
EEM_ABN_RULE
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | EEM ABN RULE |
| Definition: | ABN Code Pair Table |
| Table Type: | REFERENCE |
Column Detail - EEM_ABN_RULE
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ABN_RULE_ID | DOUBLE | N | The unique primary key of the table. |
| ACTIVE_IND | DOUBLE | Y | The table row is active or inactive. A row is generally active unless it is in an inactive state such as logically deleted, combined away, pending purge, etc. |
| ACTIVE_STATUS_CD | DOUBLE | N | Indicates the status of the row itself (not the data in the row) such as active, inactive, combined away, pending purge, etc. |
| ACTIVE_STATUS_DT_TM | DATETIME | Y | The date and time that the active_status_cd was set. |
| ACTIVE_STATUS_PRSNL_ID | DOUBLE | N | The person who caused the active_status_cd to be set or change. |
| BEG_EFFECTIVE_DT_TM | DATETIME | Y | The date and time for which this table row becomes effective. Normally, this will be the date and time the row is added, but could be a past or future date and time. |
| BEG_SEQ | DOUBLE | N | Denotes the first import sequence where the records became active. |
| DIAG_BEG_IDENT | VARCHAR(50) | N | The ICD9 are stored using ranges SOURCE_IDENTIFIERs. This corresponds to the SOURCE_IDENTIFIER on the NOMENCLATURE table. |
| DIAG_END_IDENT | VARCHAR(50) | N | The ICD9 are stored using ranges SOURCE_IDENTIFIERs. This corresponds to the SOURCE_IDENTIFIER on the NOMENCLATURE table. |
| DIAG_VOCABULARY_CD | DOUBLE | N | The external vocabulary or lexicon that contributed the string, e.g. ICD9, SNOMED, etc. |
| EEM_FILE_ID | DOUBLE | N | ID of the EEM Content File associated to the rule. |
| END_EFFECTIVE_DT_TM | DATETIME | Y | The date/time after which the row is no longer valid as active current data. This may be valued with the date that the row became inactive. |
| END_SEQ | DOUBLE | N | Denotes that last import sequence that contained the record. |
| KEY_FIELD | DOUBLE | N | Key Field |
| PROC_IDENT | VARCHAR(50) | N | The CPT4 are stored using SOURCE_IDENTIFIERs. This corresponds to the SOURCE_IDENTIFIER on the NOMENCLATURE table. |
| PROC_VOCABULARY_CD | DOUBLE | N | The external vocabulary or lexicon that contributed the string, e.g. ICD9, SNOMED, etc. |
| UPDT_APPLCTX | DOUBLE | N | The application context number from the record info block. |
| UPDT_CNT | DOUBLE | N | Set to 0 on insert. Incremented by 1 on update. Used to recognize update conflict where data in a row updated by one application is at risk of being lost by a second application attempting to update the row. |
| UPDT_DT_TM | DATETIME | N | The date and time the row was last inserted or updated. |
| UPDT_ID | DOUBLE | N | The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table. |
| UPDT_TASK | DOUBLE | N | The registered (assigned) task number for the process that inserted or updated the row. |
Relationship Detail - EEM_ABN_RULE
| Child Column in EEM_ABN_RULE(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | DIAG_VOCABULARY_CD | CODE_VALUE | CODE_VALUE |
| PROC_VOCABULARY_CD | CODE_VALUE | CODE_VALUE | |
| EEM_FILE_ID | EEM_FILE | EEM_FILE_ID |