Table Detail Report
PATIENT_CASE_ACCIDENT
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | Patient Case Accident |
Definition: | Stores information about a patient's accident case. |
Table Type: | ACTIVITY |
Column Detail - PATIENT_CASE_ACCIDENT
Column Name | Type | Null? | Definition |
---|---|---|---|
ACCIDENT_CD | DOUBLE | N | Identifies the type of accident (i.e., auto, work related, etc.). |
ACCIDENT_COUNTRY_CD | DOUBLE | N | The country where the accident occurred. |
ACCIDENT_DT_TM | DATETIME | Y | The date and time the accident occurred. |
ACCIDENT_LOCTN_TXT | VARCHAR(100) | Y | The text description of the location where the accident occurred. |
ACCIDENT_STATE_CD | DOUBLE | N | The state where the accident occurred. |
CLAIM_NBR_TXT | VARCHAR(100) | Y | The claim number associated with the workmen's comp or other type of claim. |
DISABILITY_BEG_DT_TM | DATETIME | Y | The date whn an impairment to the person's ability to function as a result of the accident began in the judgement of the provider. |
DISABILITY_END_DT_TM | DATETIME | Y | The date when an impairment to the person's ability to function as a result of the accident ended in the judgement of the provider. |
LAST_WORKED_DT_TM | DATETIME | Y | The date the patient last worked as a result of the disability. |
PATIENT_CASE_ACCIDENT_ID | DOUBLE | N | Uniquely identifies information about a patient's accident case. |
PATIENT_CASE_ID | DOUBLE | N | Uniquely identifies the related patient case. |
RETURNED_TO_WORK_DT_TM | DATETIME | Y | The date the patient is authorized by the physician to return to work. |
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 - PATIENT_CASE_ACCIDENT
Child Column in PATIENT_CASE_ACCIDENT(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | PATIENT_CASE_ID | PATIENT_CASE | PATIENT_CASE_ID |
PATIENT_CASE_ENCNTR_R
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | Patient Case Encounter Relationship |
Definition: | This table links encounters that are related to the patient case. |
Table Type: | ACTIVITY |
Column Detail - PATIENT_CASE_ENCNTR_R
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. |
ENCNTR_ID | DOUBLE | N | Uniquely identifies the related Encounter. |
PATIENT_CASE_ENCNTR_R_ID | DOUBLE | N | Uniquely identifies a relationship between and encounter and a patient case. |
PATIENT_CASE_ID | DOUBLE | N | Uniquely identifies the related patient case. |
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 - PATIENT_CASE_ENCNTR_R
Child Column in PATIENT_CASE_ENCNTR_R(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | ENCNTR_ID | ENCOUNTER | ENCNTR_ID |
PATIENT_CASE_ID | PATIENT_CASE | PATIENT_CASE_ID |
PATIENT_CASE_IN_PMT_AGMT
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | Patient Inbound Case Payment Agreement |
Definition: | An inbound payment agreement patient case tracks a patient and their details when the patient is coming from another healthcare entity for care where a payment agreement exists between the two healthcare entities. |
Table Type: | ACTIVITY |
Column Detail - PATIENT_CASE_IN_PMT_AGMT
Column Name | Type | Null? | Definition |
---|---|---|---|
CARE_TYPE_CD | DOUBLE | N | The type of care the patient will be receiving. |
PATIENT_CASE_ID | DOUBLE | N | Uniquely identifies a patient's medical problem within a specific period of time across a continuum of care. |
PATIENT_CASE_IN_PMT_AGMT_ID | DOUBLE | N | Unique generated number that identifies a single row on the PATIENT_CASE_IN_PMT_AGMT table. |
PAYMENT_CONNECTION_IDENT | VARCHAR(50) | Y | The unique identifier of the payment agreement referral from the referring facility to communicate with the receiving facility. |
RECEIVING_CARE_UNIT_ORG_ID | DOUBLE | N | This is the value of the unique primary identifier of the ORGANIZATION table. It is an internal system assigned number for the care unit organization that received the referral. |
RECEIVING_FACILITY_ORG_ID | DOUBLE | N | This is the value of the unique primary identifier of the ORGANIZATION table. It is an internal system assigned number for the facility organization that received the referral. |
REFERRAL_REASON_CD | DOUBLE | N | The reason for the patient referral to a different care provider. |
REFERRING_FACILITY_CD | DOUBLE | N | A code that represents the external facility that referred the patient to the receiving facility. |
REFERRING_PROVIDER_NAME | VARCHAR(100) | Y | The name of the referring provider. |
SPECIALTY_CD | DOUBLE | N | The medical specialty for which the patient is to be seen. |
TYPE_CD | DOUBLE | N | The patient Case payment agreement type. |
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 - PATIENT_CASE_IN_PMT_AGMT
Child Column in PATIENT_CASE_IN_PMT_AGMT(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | RECEIVING_CARE_UNIT_ORG_ID | ORGANIZATION | ORGANIZATION_ID |
RECEIVING_FACILITY_ORG_ID | ORGANIZATION | ORGANIZATION_ID | |
PATIENT_CASE_ID | PATIENT_CASE | PATIENT_CASE_ID |
PATIENT_CASE_OB
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | Patient Case OB |
Definition: | Stores information about a patient's obstetrics case. |
Table Type: | ACTIVITY |
Column Detail - PATIENT_CASE_OB
Column Name | Type | Null? | Definition |
---|---|---|---|
LAST_MENSTRUAL_PERIOD_DT_TM | DATETIME | Y | The date and time of the patient's last menstrual period. |
PATIENT_CASE_ID | DOUBLE | N | Uniquely identifies the related patient case. |
PATIENT_CASE_OB_ID | DOUBLE | N | Uniquely identifies information about a patient's obstetrics case. |
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 - PATIENT_CASE_OB
Child Column in PATIENT_CASE_OB(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | PATIENT_CASE_ID | PATIENT_CASE | PATIENT_CASE_ID |
PATIENT_CASE_OTHER
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | Patient Case Other |
Definition: | Stores information about other miscellaneous case types. |
Table Type: | ACTIVITY |
Column Detail - PATIENT_CASE_OTHER
Column Name | Type | Null? | Definition |
---|---|---|---|
HEARING_VISION_RX_DT_TM | DATETIME | Y | The date that a prescription was written for hearing devices or vision frames and lenses. |
INITIAL_CONTACT_DT_TM | DATETIME | Y | The date the patient first consulted the provider for the condition by any means. It is not necessarily the initial date of treatment. |
ONSET_DT_TM | DATETIME | Y | The date and time of the onset of acute symptoms for the current illness or condition. |
PATIENT_CASE_ID | DOUBLE | N | Uniquely identifiers the related Patient Case. |
PATIENT_CASE_OTHER_ID | DOUBLE | N | Uniquely identifies information about other miscellaneous case types. |
POST_OP_ASSUME_CARE_DT_TM | DATETIME | Y | The date the patient care was assumed by another provider during post-operative care. |
POST_OP_RELINQ_CARE_DT_TM | DATETIME | Y | The date the provcider filing the clain ceased post-operative care. |
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 - PATIENT_CASE_OTHER
Child Column in PATIENT_CASE_OTHER(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | PATIENT_CASE_ID | PATIENT_CASE | PATIENT_CASE_ID |