Table Detail Report
PFT_LINE_ITEM_CHRG_RELTN
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | ProFit Line Item Charge Relationship |
| Definition: | Stores the relationship of charges to line items. |
| Table Type: | ACTIVITY |
Column Detail - PFT_LINE_ITEM_CHRG_RELTN
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| PFT_CHARGE_ID | NUMBER | N | Identifies the relationship to the PFT_CHARGE table |
| PFT_LINE_ITEM_CHRG_RELTN_ID | NUMBER | N | Uniquely identifies the charge for a specific line item |
| PFT_LINE_ITEM_ID | NUMBER | N | Identifies the relationship to the PFT_LINE_ITEM table |
| 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 - PFT_LINE_ITEM_CHRG_RELTN
| Child Column in PFT_LINE_ITEM_CHRG_RELTN(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | PFT_CHARGE_ID | PFT_CHARGE | PFT_CHARGE_ID |
| PFT_LINE_ITEM_ID | PFT_LINE_ITEM | PFT_LINE_ITEM_ID |
PFT_LINE_ITEM_DETAIL
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | ProFit Line Item Detail |
| Definition: | Additional information related to Line_item is saved in pft_line_item_details table. |
| Table Type: | ACTIVITY |
Column Detail - PFT_LINE_ITEM_DETAIL
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ACTIVE_IND | NUMBER | 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. |
| ACTIVE_STATUS_DT_TM | DATE | N | The date and time that the active_status_cd was set. |
| LINE_ITEM_DETAIL_TXT | VC2(250) | N | Contains additional information about the claim line item |
| PFT_LINE_ITEM_DETAIL_ID | NUMBER | N | Unique generated number that identifies a single row on the PFT_LINE_ITEM_DETAIL table. |
| PFT_LINE_ITEM_ID | NUMBER | N | Uniquely identifies the related row on the PFT_LINE_ITEM table. |
| TYPE_CD | NUMBER | N | Type code identified for the claim |
| 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 - PFT_LINE_ITEM_DETAIL
| Child Column in PFT_LINE_ITEM_DETAIL(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | PFT_LINE_ITEM_ID | PFT_LINE_ITEM | PFT_LINE_ITEM_ID |
PFT_MLP
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | PFT MLP |
| Definition: | This table stores specific MLP information |
| Table Type: | REFERENCE |
Column Detail - PFT_MLP
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| 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 | 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. |
| DEGREE_CREDENTIALS | VC2(20) | Y | Stores MLP degree/credentials information |
| 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. |
| LICENSE_NBR | VC2(20) | Y | Stores MLP License number |
| PFT_MLP_ID | NUMBER | N | Unique identifier of table |
| PRSNL_ID | NUMBER | N | Foreign key to prsnl table. Represents the MLP |
| SSN | NUMBER | Y | Stores MLP SSN |
| START_DT_TM | DATE | Y | Stores the MLP start date and time |
| TAX_ID_NBR | VC2(20) | Y | Stores MLP tax identification |
| TERMINATION_DT_TM | DATE | Y | Stores the MLP termination date and time |
| 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. |
| UPIN | VC2(20) | Y | Stores MLP UPIN |
Relationship Detail - PFT_MLP
| Child Column in PFT_MLP(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | ACTIVE_STATUS_PRSNL_ID | PRSNL | PERSON_ID |
| PRSNL_ID | PRSNL | PERSON_ID |
PFT_PENDING_BILL
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | ProFit Pending Bill |
| Definition: | Contains a placeholder for a bill in the system whose metadata has been successfully generated by the billing server but has not been submitted. This type of bill is not visible to users of the system. |
| Table Type: | ACTIVITY |
Column Detail - PFT_PENDING_BILL
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| BATCH_NUMBER_IDENT | FLOAT | N | The batch number is a unique identifier for a bill submission job and is stamped on all claims generated by that batch. It allows the user to identify what claims were submitted together in batch. |
| BILL_DATE_SORT_TXT | VC2(100) | N | The bill date sort key that will determine how claims are ordered for electronic batching or printing based on bill date. |
| CORSP_ACTIVITY_ID | NUMBER | N | Uniquely identifies the related pending bill. |
| HEALTH_PLAN_SORT_TXT | VC2(100) | N | The health plan sort key that will determine how claims are ordered for electronic batching or printing based on provider. |
| PAGES_SORT_TXT | VC2(100) | N | The pages sort key that will determine how claims are ordered for electronic batching or printing based on pages. |
| PATIENT_SORT_TXT | VC2(100) | N | The patient sort key that will determine how claims are ordered for electronic batching or printing based on patient. |
| PAYER_SORT_TXT | VC2(100) | N | The payer sort key that will determine how claims are ordered for electronic batching or printing based on payer. |
| PFT_ENCNTR_ID | NUMBER | N | Uniquely identifies the ProFit encounter related to this pending bill. |
| PFT_PENDING_BILL_ID | NUMBER | N | Uniquely identifies a pending bill. |
| PROVIDER_SORT_TXT | VC2(100) | N | The provider sort key that will determine how claims are ordered for electronic batching or printing based on provider. |
| SUBSCRIBER_SORT_TXT | VC2(100) | N | The subscriber sort key that will determine how claims are ordered for electronic batching or printing based on subscriber. |
| 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 - PFT_PENDING_BILL
| Child Column in PFT_PENDING_BILL(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | PFT_ENCNTR_ID | PFT_ENCNTR | PFT_ENCNTR_ID |
PFT_PROVIDER_NBR
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | PFT PROVIDER NBR |
| Definition: | This table defines an organization provider number |
| Table Type: | REFERENCE |
Column Detail - PFT_PROVIDER_NBR
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| 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 | 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. |
| BILLING_ENTITY_ID | NUMBER | N | Identifies a record in the billing entity table |
| DEFAULT_IND | NUMBER | N | Indicates whether or not this record is the default provider number for a billing entity/health plan combination |
| 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 | Identifies a record in the health plan table |
| INSURANCE_ORG_ID | NUMBER | N | Foreign key to the Organization table. This field will realte Provider Numbers to Organizations of Org Type InsCo. |
| PFT_PROVIDER_NBR_ID | NUMBER | N | Unique identifier of table |
| PROVIDER_NBR | VC2(13) | Y | Health plan assigned provider number |
| 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 - PFT_PROVIDER_NBR
| Child Column in PFT_PROVIDER_NBR(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | HEALTH_PLAN_ID | HEALTH_PLAN | HEALTH_PLAN_ID |
| INSURANCE_ORG_ID | ORGANIZATION | ORGANIZATION_ID |