Table Detail Report
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 |
PATIENT_CASE_OUT_PMT_AGMT
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Patient Case Outbound Payment Agreement |
| Definition: | An outbound payment agreement patient case tracks a patient and their details when the patient is sent to another healthcare entity for care where a payment agreement exists between the two healthcare entities. |
| Table Type: | ACTIVITY |
Column Detail - PATIENT_CASE_OUT_PMT_AGMT
| 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. |
| APPROVING_PRSNL_ID | DOUBLE | N | This is the value of the unique primary identifier of the PRSNL table. It is an internal system assigned number for the personnel who approved the referral to a different care provider. |
| CARE_TYPE_CD | DOUBLE | N | The type of care the patient will be receiving. |
| PATIENT_CASE_ID | DOUBLE | N | This is the value of the unique primary identifier of the PATIENT_CASE table. It is an internal system assigned number. |
| PATIENT_CASE_OUT_PMT_AGMT_ID | DOUBLE | N | Unique generated number that identifies a single row on the PATIENT_CASE-OUT_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_FACILITY_CD | DOUBLE | N | A code that represents the external facility to which the referral is to be sent. |
| REFERRAL_REASON_CD | DOUBLE | N | The reason for the patient referral to a different care provider. |
| REFERRING_CARE_GIVER_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 giver organization that referred the patient to the receiving facility. |
| REFERRING_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 referred the patient to the receiving facility. |
| REFERRING_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 referred the patient to the receiving facility. |
| REFERRING_PROVIDER_PRSNL_ID | DOUBLE | N | This is the value of the unique primary identifier of the PRSNL table. It is an internal system assigned number for 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_OUT_PMT_AGMT
| Child Column in PATIENT_CASE_OUT_PMT_AGMT(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | REFERRING_CARE_GIVER_ORG_ID | ORGANIZATION | ORGANIZATION_ID |
| REFERRING_CARE_UNIT_ORG_ID | ORGANIZATION | ORGANIZATION_ID | |
| REFERRING_FACILITY_ORG_ID | ORGANIZATION | ORGANIZATION_ID | |
| PATIENT_CASE_ID | PATIENT_CASE | PATIENT_CASE_ID | |
| APPROVING_PRSNL_ID | PRSNL | PERSON_ID | |
| REFERRING_PROVIDER_PRSNL_ID | PRSNL | PERSON_ID |
PATIENT_CASE_THERAPY
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Patient Case Therapy |
| Definition: | Stores infromation about a patient's therapy case. |
| Table Type: | ACTIVITY |
Column Detail - PATIENT_CASE_THERAPY
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ACUTE_MANIFEST_DT_TM | DATETIME | Y | The date that the condition developed into or becomes a condition with a rapid onset and/or a short course. |
| HEARING_VISION_RX_DT_TM | DATETIME | Y | The date that a prescription was written for hearing devices or vision frames and lenses. |
| INITIAL_TREATMENT_DT_TM | DATETIME | Y | The date of the first treatment for the medical condition being treated for the patient case. |
| LAST_SEEN_DT_TM | DATETIME | Y | The date and time that the patient was last seen by the attending or supervising physician for the condition related to the patient case. |
| LAST_XRAY_DT_TM | DATETIME | Y | The date of the last x-ray for the medical condition being treated for the patient case. |
| PATIENT_CASE_ID | DOUBLE | N | Uniquely identifies the related patient case. |
| PATIENT_CASE_THERAPY_ID | DOUBLE | N | Uniquely identifies information about a patient's therapy 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_THERAPY
| Child Column in PATIENT_CASE_THERAPY(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | PATIENT_CASE_ID | PATIENT_CASE | PATIENT_CASE_ID |