Table Detail Report

BR_CONTR_ACT_R



Column Section Top of Page


Table-level Detail

Description: Bedrock Contributor Activity Relationship
Definition: This table stores the activity types chosen for each contributor system/interface type
Table Type: REFERENCE





Column Detail - BR_CONTR_ACT_R


Column Name Type Null? Definition
ACTIVITY_TYPE_CD DOUBLE N code value from code set 106
BR_CONTR_ACT_R_ID DOUBLE N Unique id
BR_CONTR_TYPE_R_ID DOUBLE N ID of the row on the BR_CONTR_TYPE_R table with which this row is associated
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_CONTR_CS_R



Column Section Top of Page


Table-level Detail

Description: Bedrock Control Code Set Relationships
Definition: This table stores the code sets chosen for each contributor system/segment
Table Type: REFERENCE





Column Detail - BR_CONTR_CS_R


Column Name Type Null? Definition
BR_CONTR_CS_R_ID DOUBLE N Unique id
CODESET DOUBLE N the code set chosen for the segment
CONTRIBUTOR_SYSTEM_CD DOUBLE N Contributor system identifies the source feed of data from which a row was populated. This is mainly used to determine how to update a set of data that may have originated from more than one source feed.
SEGMENT_NAME VARCHAR(10) N the name of the HL7 segment, i.e. PID, PV1, NTE
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_CONTR_SEG_R



Column Section Top of Page


Table-level Detail

Description: Bedrock Control Segment Relationships
Definition: This table stores the HL7 segments chosen for each contributor system/interface type
Table Type: REFERENCE





Column Detail - BR_CONTR_SEG_R


Column Name Type Null? Definition
BR_CONTR_SEG_R_ID DOUBLE N Unique ID
BR_CONTR_TYPE_R_ID DOUBLE N ID of the row on the BR_CONTR_TYPE_R table with which this row is associated
REQUIRED_IND DOUBLE N value of 1 indicates that this segment is required for the contributor system/interface type
SEGMENT_NAME VARCHAR(10) N the name of the HL7 segment chosen for the interface type, i.e. PID, PV1, NTE
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_CONTR_TYPE_R



Column Section Top of Page


Table-level Detail

Description: Bedrock Control Type Relationships
Definition: This table stores the HL7 inteface types chosen for each contributor system
Table Type: REFERENCE





Column Detail - BR_CONTR_TYPE_R


Column Name Type Null? Definition
BR_CONTR_TYPE_R_ID DOUBLE N Unique ID
CONTRIBUTOR_SYSTEM_CD DOUBLE N Contributor system identifies the source feed of data from which a row was populated. This is mainly used to determine how to update a set of data that may have originated from more than one source feed.
INTERFACE_TYPE VARCHAR(60) N the type of HL7 interface, i.e. ADT, Orders, Results
IN_OUT_FLG DOUBLE N the interface direction - 1=inbound, 2=outbound, 3=both
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.


BR_CPC



Column Section Relationship Section Top of Page


Table-level Detail

Description: Bedrock Comprehensive Primary Care
Definition: Group of Comprehensive Primary Care Eligible Providers
Table Type: REFERENCE





Column Detail - BR_CPC


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_CPC_ID DOUBLE N Unique, generated number that identifies a single row on the BR_CPC table.
BR_CPC_NAME VARCHAR(255) N Name string associated to the CPC
CPC_SITE_ID_TXT VARCHAR(50) N The site id is an 8 character alphanumeric value that is provided to the client from CMS for this new measure submission process. The site id begins with the two letter state code (OK, MO, etc.) followed by six numerals. The identifier is assigned to each practice site that is taking part in the CPC group measure submissions.
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.
ORIG_BR_CPC_ID DOUBLE N Used for versioning. Contains the original PK from BR_CPC.
TAX_ID_NBR_TXT VARCHAR(50) N Stores the CPC's tax id 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 - BR_CPC


Child Column in BR_CPC(FK) Parent Table Name Parent Column Name
Parents: ORIG_BR_CPC_ID BR_CPC BR_CPC_ID
LOGICAL_DOMAIN_ID LOGICAL_DOMAIN LOGICAL_DOMAIN_ID




Parent Column in BR_CPC (PK) Child Table Name Child Column Name
Children: BR_CPC_ID BR_CPC ORIG_BR_CPC_ID
BR_CPC_ELIG_PROV_RELTN BR_CPC_ID
BR_CPC_LOC_RELTN BR_CPC_ID
LH_BR_CPC_LOC_RELTN BR_CPC_ID
LH_QRDA_SETUP_DATA BR_CPC_ID