CONSENT
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | Consent |
Definition: | Contains patient data consents |
Table Type: | ACTIVITY |
Column Detail - CONSENT
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. |
CONSENT_CATEGORY_FLAG | DOUBLE | N | Flag indicating the category of the consent |
CONSENT_GIVEN_PERSON_ID | DOUBLE | N | Person identifier of the person acting on behalf of the patient. |
CONSENT_ID | DOUBLE | N | Unique generated number that identifies a single row on the consent table. |
CONSENT_LEVEL_FLAG | DOUBLE | N | Flag indicating the level of the consent |
CONSENT_SCOPE_FLAG | DOUBLE | N | Flag indicating the scope of the consent |
CONSENT_TYPE_FLAG | DOUBLE | N | Flag indicating the type of the consent. |
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. |
EXTERNAL_IDENT | VARCHAR(36) | Y | Unique identifier of the consent in external systems |
ORGANIZATION_ID | DOUBLE | N | The identifier of the organization associated with the consent. |
PERSON_ID | DOUBLE | N | Unique identifier of the patient to which the consent applies . |
PRSNL_ID | DOUBLE | N | Personnel identifier of the personnel associated with the consent. |
REASON_CD | DOUBLE | N | Code Value indicating the reason the consent was created.; |
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 | Y | 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 - CONSENT
Child Column in CONSENT(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | ORGANIZATION_ID | ORGANIZATION | ORGANIZATION_ID |
CONSENT_GIVEN_PERSON_ID | PERSON | PERSON_ID | |
PERSON_ID | PERSON | PERSON_ID | |
PRSNL_ID | PRSNL | PERSON_ID |
Parent Column in CONSENT (PK) | Child Table Name | Child Column Name | |
---|---|---|---|
Children: | CONSENT_ID | CONSENT_PROVISION | CONSENT_ID |
CONSENT_PATIENTSYNC_AUDIT
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | Consent Patient Synchronization Audit |
Definition: | Sotes organization level consent synchronization history by patient. |
Table Type: | ACTIVITY |
Column Detail - CONSENT_PATIENTSYNC_AUDIT
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. |
CONSENT_PATIENTSYNC_AUDIT_ID | DOUBLE | N | Unique generated number that identifies a single row on the CONSENT_PATIENTSYNC_AUDIT table. |
CONSENT_TYPE_FLAG | DOUBLE | Y | Flag indicating the type of consent. |
ORGANIZATION_ID | DOUBLE | Y | The identifier of the organization associated with the sync event. |
PERSON_ID | DOUBLE | Y | Unique identifier of the patient to which the sync event applies. |
SUCCESS_IND | DOUBLE | Y | Indicates wherher the sync was completed successfully. |
SYNC_DT_TM | DATETIME | Y | Date and time indicating when the synchronization happened. |
UPDT_APPLCTX | DOUBLE | Y | 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 | Y | 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 | Y | 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 | Y | 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 | Y | 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 - CONSENT_PATIENTSYNC_AUDIT
Child Column in CONSENT_PATIENTSYNC_AUDIT(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | ORGANIZATION_ID | ORGANIZATION | ORGANIZATION_ID |
PERSON_ID | PERSON | PERSON_ID |
CONSENT_PROVISION
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | Consent Provision |
Definition: | Stores provisions for consents that contains an exception or additional information about the consent. |
Table Type: | ACTIVITY |
Column Detail - CONSENT_PROVISION
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. |
CONSENT_ID | DOUBLE | N | The unique identifier of the consent to which the provision is associated. |
CONSENT_PROVISION_ID | DOUBLE | N | The unique identifier of the Consent_Provision table. |
CONSENT_TYPE_FLAG | DOUBLE | N | The flag indicating the type of the consent provision. |
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. |
EXTERNAL_IDENT | VARCHAR(36) | Y | The unique identifier of the provision from an external system. |
ORGANIZATION_ID | DOUBLE | N | The identifier of the organization associated with the provision. |
PROVISION_CATEGORY_FLAG | DOUBLE | N | Flag to represent the category for the provision created. |
PRSNL_ID | DOUBLE | N | Personnel identifier of the personnel associated with the provision. |
REASON_CD | DOUBLE | N | Code value indicating the reason the provision was created. |
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 - CONSENT_PROVISION
Child Column in CONSENT_PROVISION(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | CONSENT_ID | CONSENT | CONSENT_ID |
ORGANIZATION_ID | ORGANIZATION | ORGANIZATION_ID | |
PRSNL_ID | PRSNL | PERSON_ID |
CONSENT_SYNC_AUDIT
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | Consent Synchronization Audit |
Definition: | Stores organization level consent synchronization history |
Table Type: | ACTIVITY |
Column Detail - CONSENT_SYNC_AUDIT
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. |
CONSENT_SYNC_AUDIT_ID | DOUBLE | N | Unique generated number that identifies a single row on the consent_sync_audit table. |
CONSENT_TYPE_FLAG | DOUBLE | Y | Flag indicating the type of the consent. |
CREATED_BEFORE_DT_TM | DATETIME | Y | Datetime represents the last time a consent was synchronized. |
ORGANIZATION_ID | DOUBLE | N | Organization Identifier corresponding to the consent synchronization. |
SUCCESS_IND | DOUBLE | N | Indicates whether the sync was completed successfully. |
SYNC_DT_TM | DATETIME | Y | Datetime representing when the sync event occured. |
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 - CONSENT_SYNC_AUDIT
Child Column in CONSENT_SYNC_AUDIT(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | ORGANIZATION_ID | ORGANIZATION | ORGANIZATION_ID |