Table Detail Report
SERVICE_CATEGORY_HIST
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Service Catagory History |
| Definition: | Records history of Service Catagory changes |
| Table Type: | ACTIVITY |
Column Detail - SERVICE_CATEGORY_HIST
| 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 | Y | 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 | Y | The person who caused the active_status_cd to be set or change. |
| ATTEND_PRSNL_ID | DOUBLE | Y | The personnel IDof the attending doc from the encntr_prsnl_reltn table. |
| 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_ID | DOUBLE | N | This is the value of the unique primary identifier of the encounter table. It is an internal system assigned number. |
| 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. |
| MED_SERVICE_CD | DOUBLE | Y | The type or category of medical service that the patient is receiving in relation to their encounter. The category may be of treatment type, surgery, general resources, or others. |
| SERVICE_CATEGORY_CD | DOUBLE | Y | Codified field which identifies the current category of service the patient is receiving. |
| SVC_CAT_HIST_ID | DOUBLE | N | Unique Identifier for this table. |
| TRANSACTION_DT_TM | DATETIME | Y | Date and Time the transaction was processed |
| 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 - SERVICE_CATEGORY_HIST
| Child Column in SERVICE_CATEGORY_HIST(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | ENCNTR_ID | ENCOUNTER | ENCNTR_ID |
| Parent Column in SERVICE_CATEGORY_HIST (PK) | Child Table Name | Child Column Name | |
|---|---|---|---|
| Children: | SVC_CAT_HIST_ID | ABSTRACTING | SVC_CAT_HIST_ID |
| ABSTRACT_DATA | SVC_CAT_HIST_ID | ||
| ABST_CODING_RELTN | SVC_CAT_HIST_ID | ||
| CAC_DOCUMENT | SVC_CAT_HIST_ID | ||
| CODING | SVC_CAT_HIST_ID | ||
| CODING_AUDIT | SVC_CAT_HIST_ID | ||
| CODING_HIST | SVC_CAT_HIST_ID | ||
| CODING_SPECIALTY | SVC_CAT_HIST_ID | ||
| DIAGNOSIS | SVC_CAT_HIST_ID | ||
| DIAGNOSIS_HIST | SVC_CAT_HIST_ID | ||
| DRG | SVC_CAT_HIST_ID | ||
| DRG_ENCNTR_EXTENSION | SVC_CAT_HIST_ID | ||
| DRG_SPECIALTY | SVC_CAT_HIST_ID | ||
| EEM_BENEFIT_ALLOC | SVC_CAT_HIST_ID | ||
| NOMENCLATURE_ENCNTR_DESC | SVC_CAT_HIST_ID | ||
| PROCEDURE | SVC_CAT_HIST_ID | ||
| PROCEDURE_HIST | SVC_CAT_HIST_ID |
SERVICE_TYPE_GROUPING
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Service Type Grouping |
| Definition: | Represents the groupings of encounter type codes or appointment type codes to service type codes for Insurance Eligibility transactions. |
| Table Type: | REFERENCE |
Column Detail - SERVICE_TYPE_GROUPING
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| LOGICAL_DOMAIN_ID | DOUBLE | N | The logical domain id for which the grouping applies. |
| PARENT_CD | DOUBLE | N | The encounter type code value or appointment type code value that is related to the service type. Must be a value from code set 71 or 14230. |
| PARENT_CODE_SET | DOUBLE | N | The code set of the parent_cd. Either 71 or 14230. |
| PRIORITY_SEQ | DOUBLE | N | The priority of the service_type_grouping row for a given parent_cd and logical_domain_id. |
| SERVICE_TYPE_CD | DOUBLE | N | The requested eligibility service type . |
| SERVICE_TYPE_GROUPING_ID | DOUBLE | N | The unique primary key of this table. It is an internally generated number. |
| 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 - SERVICE_TYPE_GROUPING
| Child Column in SERVICE_TYPE_GROUPING(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | LOGICAL_DOMAIN_ID | LOGICAL_DOMAIN | LOGICAL_DOMAIN_ID |