Table Detail Report
EEM_TRANS_RELTN
Column Section | Top of Page |
Table-level Detail
Description: | Trans relation table |
Definition: | Holds transaction relationships. For MOH, this table will be used to hold encounter identifiers |
Table Type: | ACTIVITY |
Column Detail - EEM_TRANS_RELTN
Column Name | Type | Null? | Definition |
---|---|---|---|
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. |
EEM_TRANS_RELTN_ID | DOUBLE | N | Transaction Relation Identifier. The primary key of this table. |
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. |
INTERCHANGE_ID | DOUBLE | N | Interchange ID. Refers to interchange_id on the EEM_TRANSACTION table. It is the Primary identifier for a transaction but is not the PK of the EEM_TRANSACTION table. |
PARENT_ENTITY_ID | DOUBLE | N | Parent Entity Identifier |
PARENT_ENTITY_NAME | VARCHAR(30) | Y | Name of the Parent Entity |
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. |
ORG_TRANS_IDENT
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | Organization Transaction Identifiers |
Definition: | This table is used to maintain identifiers necessary to submit transactions for an organization. |
Table Type: | REFERENCE |
Column Detail - ORG_TRANS_IDENT
Column Name | Type | Null? | Definition |
---|---|---|---|
LOGICAL_DOMAIN_ID | DOUBLE | N | The identifier of the logical domain for the submitting organization. This identifier allows the data to be grouped by logical domain. For example, If you assign clients a logical_domain_id this would allow you to store data for multiple clients on this table. |
ORGANIZATION_ID | DOUBLE | N | The identifier of the organization tied to these attributes. |
ORG_PASSKEY | VARCHAR(15) | N | This is the organization's key phrase necessary to generate a transaction. |
ORG_SUBMITTER_IDENT | VARCHAR(15) | N | This is the organization's submitter id necessary to generate a transaction. |
ORG_TRANS_IDENT_ID | DOUBLE | N | This is the primary identifier of the org_trans_ident table. It is an internally generated number. |
ORG_USERNAME | VARCHAR(15) | N | This is the organization's username necessary to generate a transaction. |
TRANSACTION_TYPE_CD | DOUBLE | N | The type code defines the transaction to which these attributes apply. |
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 - ORG_TRANS_IDENT
Child Column in ORG_TRANS_IDENT(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | LOGICAL_DOMAIN_ID | LOGICAL_DOMAIN | LOGICAL_DOMAIN_ID |
ORGANIZATION_ID | ORGANIZATION | ORGANIZATION_ID |
Parent Column in ORG_TRANS_IDENT (PK) | Child Table Name | Child Column Name | |
---|---|---|---|
Children: | ORG_TRANS_IDENT_ID | ORG_TRANS_IDENT_AUTO_MSG | ORG_TRANS_IDENT_ID |
ORG_TRANS_PAYER_RELTN | ORG_TRANS_IDENT_ID | ||
ORG_TRANS_URL_RELTN | ORG_TRANS_IDENT_ID |
ORG_TRANS_IDENT_AUTO_MSG
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | Organization Transaction Identifiers Automated Messaging |
Definition: | This table is used to store additional information about automated messaging for identifiers necessary to submit transactions for an organization. |
Table Type: | REFERENCE |
Column Detail - ORG_TRANS_IDENT_AUTO_MSG
Column Name | Type | Null? | Definition |
---|---|---|---|
ORG_FOLDER_LOCATION_PATH | VARCHAR(100) | N | This is the folder location that the file needs to be transferred to for automated messaging. |
ORG_PARTNER_IDENT | VARCHAR(100) | N | This is the identifier of the partner associated with the automated messaging. |
ORG_SFTP_LOCATION_PATH | VARCHAR(100) | N | This is the SFTP location that the file needs to be transferred to for automated messaging. |
ORG_TRANS_IDENT_AUTO_MSG_ID | DOUBLE | N | This is the value of the unique primary identifier of the organization table. It is an internal system assigned number. |
ORG_TRANS_IDENT_ID | DOUBLE | N | Unique generated number that identifies a single row on the ORG_TRANS_INDENT_AUTO_MSG. |
UPDT_APPLCTX | DOUBLE | 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 | 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. 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 | DATETIME | 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 | 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. 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 | DOUBLE | 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 - ORG_TRANS_IDENT_AUTO_MSG
Child Column in ORG_TRANS_IDENT_AUTO_MSG(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | ORG_TRANS_IDENT_ID | ORG_TRANS_IDENT | ORG_TRANS_IDENT_ID |
ORG_TRANS_PAYER_RELTN
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | Organization Transaction Payer Relation |
Definition: | This table is used to maintain relations between facility organizations and payer organizations. A relation must exist for transactions to be allowed between organizations. |
Table Type: | REFERENCE |
Column Detail - ORG_TRANS_PAYER_RELTN
Column Name | Type | Null? | Definition |
---|---|---|---|
ALT_PAYER_ORG_ID | DOUBLE | N | This is the primary identifier of the organization table. the relation defines which alternate payers may have transactions submitted to them from the given facility. |
ORG_TRANS_IDENT_ID | DOUBLE | N | Identifies the facility transactions associated to the payer. It is a foreign key to the ORG_TRANS_IDENT table. |
ORG_TRANS_PAYER_RELTN_ID | DOUBLE | N | The unique primary key for this table. It is an internally generated number. |
PAYER_ORG_ID | DOUBLE | N | This is the primary identifier of the organization table. The relation defines which payers may have transactions submitted to them from the given facility. |
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 - ORG_TRANS_PAYER_RELTN
Child Column in ORG_TRANS_PAYER_RELTN(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | ALT_PAYER_ORG_ID | ORGANIZATION | ORGANIZATION_ID |
PAYER_ORG_ID | ORGANIZATION | ORGANIZATION_ID | |
ORG_TRANS_IDENT_ID | ORG_TRANS_IDENT | ORG_TRANS_IDENT_ID |
ORG_TRANS_URL_RELTN
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | ORGANIZATION TRANSACTION URL RELATION |
Definition: | The table is used to store the different urls configured by organizations to make different transactions. |
Table Type: | REFERENCE |
Column Detail - ORG_TRANS_URL_RELTN
Column Name | Type | Null? | Definition |
---|---|---|---|
ACTIVE_IND | DOUBLE | N | 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. |
CREATE_DT_TM | DATETIME | Y | This is the date and time that a row is created in the org_trans_cc_reltn table. |
CREATE_PRSNL_ID | DOUBLE | N | This is the person responsible for creating a row in the org_trans_cc_reltn table. |
ORG_TRANS_IDENT_ID | DOUBLE | N | This is the value of the unique primary identifier of the organization table. It is an internal system assigned number. |
ORG_TRANS_URL_RELTN_ID | DOUBLE | N | PRIMARY KEY |
TRANSACTION_URL_CD | DOUBLE | N | Transaction URL class is used to categorize different url types into more general groups than transaction url type. (i.e., synchronous virtual terminal, virtual terminal url, bill pay EDI url, submitter reference url). The values in this codeset all have Cerner defined meanings. |
TRANSACTION_URL_TEXT | LONGTEXT | Y | The value of the transaction url to be stored for transaction |
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 - ORG_TRANS_URL_RELTN
Child Column in ORG_TRANS_URL_RELTN(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | TRANSACTION_URL_CD | CODE_VALUE | CODE_VALUE |
ORG_TRANS_IDENT_ID | ORG_TRANS_IDENT | ORG_TRANS_IDENT_ID | |
CREATE_PRSNL_ID | PRSNL | PERSON_ID |