Table Detail Report
ENCNTR_SLICE_ACT
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Encounter Slice Activity |
| Definition: | Used to store the current state of an encounter slice's activity related to the parent entity tables. |
| Table Type: | ACTIVITY |
Column Detail - ENCNTR_SLICE_ACT
| 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. |
| COLUMN_CD | DOUBLE | N | The identifier for the column that the value_cd contains data for. |
| COLUMN_VALUE_CD | DOUBLE | N | The value of the column on the parent_entity_name table and the parent_entity_id row. |
| ENCNTR_SLICE_ACT_ID | DOUBLE | N | The unique primary key of the ENCNTR_SLICE_ACT table. |
| ENCNTR_SLICE_ID | DOUBLE | N | Identifies which encounter slice the activity row applies to. |
| PARENT_ENTITY_ID | DOUBLE | N | The ID for the table row which for the table represented by the parent_entity_name. |
| PARENT_ENTITY_NAME | VARCHAR(30) | N | The table which is being referenced. |
| 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 - ENCNTR_SLICE_ACT
| Child Column in ENCNTR_SLICE_ACT(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | ENCNTR_SLICE_ID | ENCNTR_SLICE | ENCNTR_SLICE_ID |
| Parent Column in ENCNTR_SLICE_ACT (PK) | Child Table Name | Child Column Name | |
|---|---|---|---|
| Children: | ENCNTR_SLICE_ACT_ID | ENCNTR_SLICE_ACT_HIST | ENCNTR_SLICE_ACT_ID |
ENCNTR_SLICE_ACT_HIST
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Encounter Slice Activity History |
| Definition: | Used to store the encounter slice activity transactional history. |
| Table Type: | ACTIVITY |
Column Detail - ENCNTR_SLICE_ACT_HIST
| 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. |
| BEG_EFFECTIVE_DT_TM | DATETIME | 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. |
| COLUMN_CD | DOUBLE | N | The identifier for the column that the value_cd contains data for. |
| COLUMN_VALUE_CD | DOUBLE | N | The value of the column on the parent_entity_name table and the parent_entity_id row. |
| ENCNTR_SLICE_ACT_HIST_ID | DOUBLE | N | The unique primary key of this table. |
| ENCNTR_SLICE_ACT_ID | DOUBLE | N | The unique primary key of the ENCNTR_SLICE_ACT table. |
| END_EFFECTIVE_DT_TM | DATETIME | 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. |
| PARENT_ENTITY_ID | DOUBLE | N | The ID for the table row which for the table represented by the parent_entity_name. |
| PARENT_ENTITY_NAME | VARCHAR(30) | N | The table which is being referenced. |
| 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 - ENCNTR_SLICE_ACT_HIST
| Child Column in ENCNTR_SLICE_ACT_HIST(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | ENCNTR_SLICE_ACT_ID | ENCNTR_SLICE_ACT | ENCNTR_SLICE_ACT_ID |
ENCNTR_SLICE_HIST
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Encounter Slice Activity |
| Definition: | Used to store the encounter slice transactional history. |
| Table Type: | ACTIVITY |
Column Detail - ENCNTR_SLICE_HIST
| 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. |
| 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. |
| ENCNTR_SLICE_HIST_ID | DOUBLE | N | The unique primary key of the ENCNTR_SLICE_HIST table. |
| ENCNTR_SLICE_ID | DOUBLE | N | The primary key from the ENCNTR_SLICE 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. |
| HIST_ACTION | VARCHAR(3) | N | The action taken. Example: UPT, RMV. |
| PM_HIST_TRACKING_ID | DOUBLE | N | This is the value of the unique primary identifier of the pm_hist_tracking table. It is an internal system assigned number. It is used to track changes. |
| 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 - ENCNTR_SLICE_HIST
| Child Column in ENCNTR_SLICE_HIST(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | ENCNTR_SLICE_ID | ENCNTR_SLICE | ENCNTR_SLICE_ID |
| PM_HIST_TRACKING_ID | PM_HIST_TRACKING | PM_HIST_TRACKING_ID |
ENCNTR_SLICE_REFERENCE
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Encounter Slice Reference |
| Definition: | Relationship of the ENCOUNTER SLICE type and the SCHEDULE FLEX RULE that defines it. |
| Table Type: | REFERENCE |
Column Detail - ENCNTR_SLICE_REFERENCE
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ACP_IND | DOUBLE | N | Indicates which slice owns the augmented care periods. |
| 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. |
| 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 | N | 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 | 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. |
| CODING_IND | DOUBLE | N | An indicator for which slice owns the Profile coding. |
| COMMISSIONING_IND | DOUBLE | N | Indicates which slice owns the EEM Commission. |
| DATE_RANGE_LOCK_IND | DOUBLE | N | Indicator to determine if the user can modify a slice row before the slice_start_field or after the slice_end_field value. If this is true then we will not let them update the values past that range, if it is false we will just warn them. |
| ENCNTR_SLICE_REF_ID | DOUBLE | N | Uniquely identifies the relation of the encounterslice type and the schedule flex rule that defines it. |
| ENCNTR_SLICE_TYPE_CD | DOUBLE | N | Identifies the type of encounter slice. |
| END_EFFECTIVE_DT_TM | DATETIME | 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. |
| END_ENCNTR_COLUMN_NAME | VARCHAR(30) | N | Contains the name of the column on the encounter table that contains the end date and time corresponding to the date range in which a slice can be modified. |
| FROM_ED_IND | DOUBLE | N | Indicates whether this encounter was transferred from the emergency department. |
| SCH_FLEX_ID | DOUBLE | N | This column relates the encounter slice rule to a specific entry on the sch_flex_string. |
| START_ENCNTR_COLUMN_NAME | VARCHAR(30) | N | Contains the name of the column on the encounter table that contains the start date and time corresponding to the date range in which a slice can be modified. |
| 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 - ENCNTR_SLICE_REFERENCE
| Child Column in ENCNTR_SLICE_REFERENCE(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | SCH_FLEX_ID | SCH_FLEX_STRING | SCH_FLEX_ID |
ENCNTR_SOCIAL_HEALTHCARE
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Encounter Social Healthcare |
| Definition: | Records the eligibility status of a person for an entity offering social healthcare at the time of visit. |
| Table Type: | ACTIVITY |
Column Detail - ENCNTR_SOCIAL_HEALTHCARE
| 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. |
| 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 | N | 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. |
| ADMIN_DISTRICT_CD | DOUBLE | N | The administrative district defines the division within the administrative sub-region where the patient is located for the purpose of defining the responsible entity for financial obligations (CS27164). |
| ADMIN_REGION_CD | DOUBLE | N | The administrative region defines where the patient is located for the purpose of defining the responsible entity for financial obligations (CS27161). |
| ADMIN_SUBREGION_CD | DOUBLE | N | The administrative sub-region defines the division within the administrative region where the patient is located for the purpose of defining the responsible entity for financial obligations (CS27163). |
| BEG_EFFECTIVE_DT_TM | DATETIME | 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. |
| CHARGING_CATEGORY_CD | DOUBLE | N | The charging category determines who is responsible for payment of a patient¿s treatment expenses within the social healthcare system. For example, a patient may not be covered as a foreign visitor (self-pay) or may be fully covered due to residency or contract with the patient¿s country of origin (CS 27155). |
| DEREGISTRATION_DT_ISO | VARCHAR(10) | Y | The deregistration date defines the date the patient was deregistered as a taxable member of the revenue service, revenue agency, or taxation authority. |
| DEREGISTRATION_REASON_CD | DOUBLE | N | The deregistration reason defines why the patient's social healthcare coverage has ended. For example, the patient may be deceased or may have emigrated out of the country (CS 27165). |
| ELIGIBILITY_EXPIRE_DT_TM | DATETIME | Y | The date and time the eligibility status will expire. |
| ELIGIBILITY_STATUS_CD | DOUBLE | N | The eligibility status of the person within the social healthcare system at the time of visit. |
| ENCNTR_ID | DOUBLE | N | Uniquely identifies the encounter for which the eligibility status applies. |
| ENCNTR_SOCIAL_HEALTHCARE_ID | DOUBLE | N | Unique generated number that identifies a single row on the ENCNTR_SOCIAL_HEALTHCARE table. |
| END_EFFECTIVE_DT_TM | DATETIME | 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. |
| PATIENT_CATEGORY_CD | DOUBLE | N | The patient category defines the status of the patient as it pertains to determining charge codes for treatment of the patient within the social healthcare system. For example, a patient may be an asylum seeker, a tourist, anonymous (e.g. for HIV testing), or an undocumented immigrant (CS 27159). |
| PAYMENT_CATEGORY_CD | DOUBLE | N | The payment category further defines the status of the patient as it pertains to determining the responsible entity for financial obligations generated from a visit (CS 27160). |
| 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. |
| VERIFY_DT_TM | DATETIME | Y | The date and time the eligibility status was last verified. |
| VERIFY_PRSNL_ID | DOUBLE | N | Uniquely identifies the personnel that last verified the eligibility status. |
| VERIFY_SOURCE_CD | DOUBLE | N | Defines the source by which the eligibility status was last verified. |
| VERIFY_STATUS_CD | DOUBLE | N | Defines the verification status of the person's eligibility qualifications within the social healthcare system. |
Relationship Detail - ENCNTR_SOCIAL_HEALTHCARE
| Child Column in ENCNTR_SOCIAL_HEALTHCARE(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | ENCNTR_ID | ENCOUNTER | ENCNTR_ID |
| VERIFY_PRSNL_ID | PRSNL | PERSON_ID |
| Parent Column in ENCNTR_SOCIAL_HEALTHCARE (PK) | Child Table Name | Child Column Name | |
|---|---|---|---|
| Children: | ENCNTR_SOCIAL_HEALTHCARE_ID | ENCNTR_SOCIAL_HEALTH_HIST | ENCNTR_SOCIAL_HEALTHCARE_ID |