Table Detail Report
BR_PORTAL_URL
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | Bedrock Portal URL |
Definition: | This will store user created patient portal URL's, which will be mapped to a group of Eligible Providers and/or a group of CCNs. |
Table Type: | REFERENCE |
Column Detail - BR_PORTAL_URL
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. |
BR_PORTAL_URL | VARCHAR(255) | N | Client entered URL that is used to map to Eligible Providers and / or CCNs |
BR_PORTAL_URL_ID | DOUBLE | N | Unique generated number that identifies a single row on the BR_PORTAL_URL 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. |
LOGICAL_DOMAIN_ID | DOUBLE | N | The unique identifier for a logical domain. This identifier allows the data to be grouped by logical domain. For example, If you assign clients a logical_domain_id this would allow you to store data for multiple clients on this table. |
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 - BR_PORTAL_URL
Child Column in BR_PORTAL_URL(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | LOGICAL_DOMAIN_ID | LOGICAL_DOMAIN | LOGICAL_DOMAIN_ID |
Parent Column in BR_PORTAL_URL (PK) | Child Table Name | Child Column Name | |
---|---|---|---|
Children: | BR_PORTAL_URL_ID | BR_PORTAL_URL_SVC_ENTITY_R | BR_PORTAL_URL_ID |
BR_PORTAL_URL_SVC_ENTITY_R
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | Bedrock Portal URL Service Entity Relation |
Definition: | This will hold the relationships between a portal url and a group of CCN's and/or a group of Eligible Providers |
Table Type: | REFERENCE |
Column Detail - BR_PORTAL_URL_SVC_ENTITY_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. |
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. |
BR_PORTAL_URL_ID | DOUBLE | N | The portal URL that this service entity is related to. |
BR_PORTAL_URL_SVC_ENTITY_R_ID | DOUBLE | N | Unique, generated number that identifies a single row on the BR_PORTAL_URL_SVC_ENTITY_R 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 will hold the unique identifier to the table stored in parent_entity_name |
PARENT_ENTITY_NAME | VARCHAR(32) | N | This will hold the table name of the type of service entity, whether it be BR_ELIGIBLE_PROVIDER, or BR_CCN, or CODE_VALUE |
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 - BR_PORTAL_URL_SVC_ENTITY_R
Child Column in BR_PORTAL_URL_SVC_ENTITY_R(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | BR_PORTAL_URL_ID | BR_PORTAL_URL | BR_PORTAL_URL_ID |
Parent Column in BR_PORTAL_URL_SVC_ENTITY_R (PK) | Child Table Name | Child Column Name | |
---|---|---|---|
Children: | BR_PORTAL_URL_SVC_ENTITY_R_ID | BR_PRTL_URL_SE_R_CD_R | BR_PORTAL_URL_SVC_ENTITY_R_ID |
BR_POSITION_CATEGORY
Column Section | Top of Page |
Table-level Detail
Description: | BEDROCK POSITION CATEGORY |
Definition: | position category |
Table Type: | REFERENCE |
Column Detail - BR_POSITION_CATEGORY
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. |
CATEGORY_ID | DOUBLE | N | Unique identifier for the table. |
DESCRIPTION | VARCHAR(40) | Y | Description for the position category. |
STEP_CAT_MEAN | VARCHAR(100) | Y | The meaning associated to the position category |
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. |
BR_POSITION_CAT_COMP
Column Section | Top of Page |
Table-level Detail
Description: | BEDROCK POSITION CAT COMP |
Definition: | the positions within the categories |
Table Type: | REFERENCE |
Column Detail - BR_POSITION_CAT_COMP
Column Name | Type | Null? | Definition |
---|---|---|---|
BR_CLIENT_ID | DOUBLE | N | Identifies which bedrock client data belongs to |
CATEGORY_ID | DOUBLE | N | Unique identifier for the table |
DEFAULT_SELECTED_IND | DOUBLE | Y | Defined as 1 the default positions selected. |
PHYSICIAN_IND | DOUBLE | N | Defined as 1 the position is defined as a physician. |
POSITION_CD | DOUBLE | N | The position associated to the position category |
SEQUENCE | DOUBLE | N | Sequence |
START_VERSION_NBR | DOUBLE | N | Identifies which version of start has been loaded |
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. |
BR_PQRS_MEAS
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | Bedrock Physician Quality Reporting System Measure |
Definition: | The measures that eligible providers can select to submit to CMS. |
Table Type: | REFERENCE |
Column Detail - BR_PQRS_MEAS
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. |
BR_PQRS_MEAS_ID | DOUBLE | N | Unique generated number that identifies a single row on the br_pqrs_meas table. |
MEAS_DISPLAY | VARCHAR(500) | N | The verbiage that is displayed for the PQRS measure. |
MEAS_NUMBER_IDENT | VARCHAR(50) | N | Measure number (used for PQRS only). |
PILOT_CORE_IND | DOUBLE | N | Indicates if this is a core measure for the pilot. |
PILOT_ELIGIBLE_IND | DOUBLE | N | Indicates if this measure is eligible for the pilot. |
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 - BR_PQRS_MEAS
Parent Column in BR_PQRS_MEAS (PK) | Child Table Name | Child Column Name | |
---|---|---|---|
Children: | BR_PQRS_MEAS_ID | BR_PQRS_MEAS_PROVIDER_RELTN | BR_PQRS_MEAS_ID |