Table Detail Report
EEM_ABN_DIAG
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | This table is used to log the secondary diagnosis used for an ABN check. |
| Definition: | EEM ABN Diagnosis |
| Table Type: | ACTIVITY |
Column Detail - EEM_ABN_DIAG
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ABN_CHECK_ID | NUMBER | N | ABN Check Identifier |
| ACTIVE_IND | NUMBER | 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 | NUMBER | 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 | DATE | Y | The date and time that the active_status_cd was set. |
| ACTIVE_STATUS_PRSNL_ID | NUMBER | N | The person who caused the active_status_cd to be set or change. |
| BEG_EFFECTIVE_DT_TM | DATE | 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. |
| DIAG_NOMEN_ID | NUMBER | N | Diagnosis Nomenclature Identifier |
| DIAG_SEQ_NBR | NUMBER | N | Diagnosis Sequence Number |
| DIAG_SOURCE_IDENT | VC2(50) | N | Diagnosis Source Identifier |
| DIAG_VOCAB_CD | NUMBER | N | Diagnosis Vocabulary Code |
| DIAG_VOCAB_MEANING | VC2(12) | Y | Diagnosis Vocabulary Meaning |
| END_EFFECTIVE_DT_TM | DATE | 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. |
| UPDT_APPLCTX | NUMBER | N | The application context number from the record info block. |
| UPDT_CNT | NUMBER | 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 | DATE | N | The date and time the row was last inserted or updated. |
| UPDT_ID | NUMBER | 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 | NUMBER | N | The registered (assigned) task number for the process that inserted or updated the row. |
Relationship Detail - EEM_ABN_DIAG
| Child Column in EEM_ABN_DIAG(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | DIAG_VOCAB_CD | CODE_VALUE | CODE_VALUE |
| ABN_CHECK_ID | EEM_ABN_CHECK | ABN_CHECK_ID | |
| DIAG_NOMEN_ID | NOMENCLATURE | NOMENCLATURE_ID |
EEM_ABN_FORM
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | This table is used to denote any ABN form that was printed |
| Definition: | EEM ABN Form |
| Table Type: | ACTIVITY |
Column Detail - EEM_ABN_FORM
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ABN_FORM_ID | NUMBER | N | ABN Form Identifier |
| ACTIVE_IND | NUMBER | 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 | NUMBER | 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 | DATE | Y | The date and time that the active_status_cd was set. |
| ACTIVE_STATUS_PRSNL_ID | NUMBER | N | The person who caused the active_status_cd to be set or change. |
| BEG_EFFECTIVE_DT_TM | DATE | 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. |
| EEM_REPORT_ID | NUMBER | N | EEM Report Identifier |
| END_EFFECTIVE_DT_TM | DATE | 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. |
| FILE_NAME | VC2(255) | Y | File Name |
| NBR_COPIES | NUMBER | N | Requested Number of Copies |
| OFFLINE_FORM_IND | NUMBER | N | Offline Form Indicator |
| OUTPUT_DEST_ID | NUMBER | N | Output Destination Identifier |
| SUFFIX | VC2(50) | Y | Suffix |
| TO_PRSNL_ID | NUMBER | N | Personnel Identifier |
| UPDT_APPLCTX | NUMBER | N | The application context number from the record info block. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic. |
| UPDT_CNT | NUMBER | 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. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic. |
| UPDT_DT_TM | DATE | N | The date and time the row was last inserted or updated. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic. |
| UPDT_ID | NUMBER | 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. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic. |
| UPDT_TASK | NUMBER | N | The registered (assigned) task number for the process that inserted or updated the row. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic. |
Relationship Detail - EEM_ABN_FORM
| Child Column in EEM_ABN_FORM(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | ABN_FORM_ID | EEM_ABN_ACTION | ABN_ACTION_ID |
| OUTPUT_DEST_ID | OUTPUT_DEST | OUTPUT_DEST_CD | |
| TO_PRSNL_ID | PRSNL | PERSON_ID | |
| EEM_REPORT_ID | SCH_REPORT | SCH_REPORT_ID |
| Parent Column in EEM_ABN_FORM (PK) | Child Table Name | Child Column Name | |
|---|---|---|---|
| Children: | ABN_FORM_ID | EEM_ABN_ACTION | ABN_FORM_ID |
EEM_ABN_INDEX
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | EEM_ABN_INDEX |
| Definition: | This table is used to log the LMRP responses to an ABN check |
| Table Type: | ACTIVITY |
Column Detail - EEM_ABN_INDEX
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ABN_CHECK_ID | NUMBER | N | ABN Check Identifier. A FK back tot he EEM_ABN_CHECK table. Part of the primary key of this table. |
| ACTIVE_IND | NUMBER | 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 | NUMBER | 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 | DATE | Y | The date and time that the active_status_cd was set. |
| ACTIVE_STATUS_PRSNL_ID | NUMBER | N | The person who caused the active_status_cd to be set or change. |
| BEG_EFFECTIVE_DT_TM | DATE | 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 | DATE | 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. |
| HIGH_STATUS_CD | NUMBER | N | High Status Code |
| HIGH_STATUS_MEANING | VC2(12) | Y | High Status Meaning |
| INDEX_SEQ_NBR | NUMBER | N | A sequence number. Part of the primary key of this table. |
| KEY_FIELD | NUMBER | N | Key Field |
| MED_STATUS_CD | NUMBER | N | Medium Status Code |
| MED_STATUS_MEANING | VC2(12) | Y | Medium Status Meaning |
| UPDT_APPLCTX | NUMBER | N | The application context number from the record info block. |
| UPDT_CNT | NUMBER | 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 | DATE | N | The date and time the row was last inserted or updated. |
| UPDT_ID | NUMBER | 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 | NUMBER | N | The registered (assigned) task number for the process that inserted or updated the row. |
Relationship Detail - EEM_ABN_INDEX
| Child Column in EEM_ABN_INDEX(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | HIGH_STATUS_CD | CODE_VALUE | CODE_VALUE |
| MED_STATUS_CD | CODE_VALUE | CODE_VALUE | |
| ABN_CHECK_ID | EEM_ABN_CHECK | ABN_CHECK_ID |
EEM_ABN_LINK
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Enterprise Eligibility Management Advance Beneficiary Notice Link |
| Definition: | Denormailization of EEM_ABN_CHECK table for reporting and quick access to price information for signed forms |
| Table Type: | ACTIVITY |
Column Detail - EEM_ABN_LINK
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| BEG_EFFECTIVE_DT_TM | DATE | N | 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. |
| CANDIDATE_ID | NUMBER | N | A sequence-generated number to uniquely identify the specific row in the database. |
| EEM_ABN_LINK_ID | NUMBER | N | Unique generated number that identifies a single row on the EEM_ABN_LINK table. |
| ENCNTR_ID | NUMBER | N | ID of the encounter the ABN check is attached to |
| END_EFFECTIVE_DT_TM | DATE | N | 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. |
| HEALTH_PLAN_ID | NUMBER | N | The health plan id of the health plan that generated the price |
| HIGH_STATUS_CD | NUMBER | N | The high status code. Examples are form required or form not required. |
| HIGH_STATUS_MEANING | VC2(12) | Y | A textual representation of the high status. |
| LOCATION_CD | NUMBER | N | The location that the procedure was checked against. |
| MED_STATUS_CD | NUMBER | N | The medium status code for the abn check. For example, meets medical necessity, does not meet medical necessity, policy not defined, ambiguous, etc. |
| MED_STATUS_MEANING | VC2(12) | Y | A text representation of the meaning for med_status_cd. |
| ORDER_ID | NUMBER | N | ID of the order the ABN check is attached to |
| ORDER_PRICE | FLOAT | Y | A text representation of the price of the procedures not covered by Medicare |
| PERSON_ID | NUMBER | N | ID of the person the ABN check is attached to |
| PROCEDURE_STRING | VC2(255) | Y | A text representation of the price of the procedures on the check |
| UPDT_APPLCTX | NUMBER | N | The application context number from the record info block. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic. |
| UPDT_CNT | NUMBER | 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. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic. |
| UPDT_DT_TM | DATE | N | The date and time the row was last inserted or updated. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic. |
| UPDT_ID | NUMBER | 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. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic. |
| UPDT_TASK | NUMBER | N | The registered (assigned) task number for the process that inserted or updated the row. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic. |
| VERSION_DT_TM | DATE | N | The version date and time marks the date the record became historical. |
Relationship Detail - EEM_ABN_LINK
| Child Column in EEM_ABN_LINK(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | ENCNTR_ID | ENCOUNTER | ENCNTR_ID |
| HEALTH_PLAN_ID | HEALTH_PLAN | HEALTH_PLAN_ID | |
| LOCATION_CD | LOCATION | LOCATION_CD | |
| ORDER_ID | ORDERS | ORDER_ID | |
| PERSON_ID | PERSON | PERSON_ID |
EEM_ABN_LOW
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | EEM ABN LOW |
| Definition: | This table is used to log the low-level status codes for an ABN Check |
| Table Type: | ACTIVITY |
Column Detail - EEM_ABN_LOW
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ABN_CHECK_ID | NUMBER | N | The ABN check associated with the ABN action. A foreign key to the EEM_ABN_CHECK table. Part of the primary key of this table. |
| ACTIVE_IND | NUMBER | 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 | NUMBER | 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 | DATE | Y | The date and time that the active_status_cd was set. |
| ACTIVE_STATUS_PRSNL_ID | NUMBER | N | The person who caused the active_status_cd to be set or change. |
| BEG_EFFECTIVE_DT_TM | DATE | 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 | DATE | 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. |
| INDEX_SEQ_NBR | NUMBER | N | Index Sequence Number. Part of the primary key of this table. |
| LOW_SEQ_NBR | NUMBER | N | The low sequence number. Part of the primary key of this table. |
| LOW_STATUS_CD | NUMBER | N | EEM ABN Low-Level Codes. |
| LOW_STATUS_DETAIL_TXT | VC2(255) | N | The detail for the low status. |
| LOW_STATUS_MEANING | VC2(12) | Y | The code value CDF meaning for the LOW_STATUS_CD. |
| UPDT_APPLCTX | NUMBER | N | The application context number from the record info block. |
| UPDT_CNT | NUMBER | 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 | DATE | N | The date and time the row was last inserted or updated. |
| UPDT_ID | NUMBER | 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 | NUMBER | N | The registered (assigned) task number for the process that inserted or updated the row. |
Relationship Detail - EEM_ABN_LOW
| Child Column in EEM_ABN_LOW(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | LOW_STATUS_CD | CODE_VALUE | CODE_VALUE |
| ABN_CHECK_ID | EEM_ABN_CHECK | ABN_CHECK_ID |