Table Detail Report
CV_PROC_ABSTR_DATA
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | CVNet Omf Summary Table. Stores clinical events that are related to procedure. |
| Definition: | CVNet Procedure Abstract data |
| Table Type: | ACTIVITY |
Column Detail - CV_PROC_ABSTR_DATA
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ACTIVE_IND | NUMBER | 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 | NUMBER | 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 | DATE | Y | The date and time that the active_status_cd was set. |
| ACTIVE_STATUS_PRSNL_ID | NUMBER | N | The person who caused the active_status_cd to be set or change. |
| BEG_EFFECTIVE_DT_TM | DATE | 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. |
| DATA_STATUS_CD | NUMBER | N | Data status indicates a level of authenticity of the row data. Typically this will either be AUTHENTICATED or UNAUTHENTICATED. |
| DATA_STATUS_DT_TM | DATE | Y | The date and time that the data_status_cd was set. |
| DATA_STATUS_PRSNL_ID | NUMBER | N | The person who caused the data_status_cd to be set or change. |
| END_EFFECTIVE_DT_TM | DATE | 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. |
| EVENT_CD | NUMBER | N | Clinical eventsColumn |
| EVENT_ID | NUMBER | N | Clinical Event IdColumn |
| GROUP_TYPE_CD | NUMBER | N | Group Type Code. Related events are grouped based on their nature or location |
| NOMENCLATURE_ID | NUMBER | N | Foreign Key. It is used in "CVNet OMF " Management reportingColumn |
| PROCEDURE_ID | NUMBER | N | Foreign key. It is the primary key in "Cv_procedure" table |
| PROC_ABSTR_DATA_ID | NUMBER | N | Primary Key : The unique identifier of a row. |
| RESULT_CD | NUMBER | N | This is the coded result . It is used to identify a particular patient response to a clinical event ( instead of nomenclature id. ) Used in CVNet Management report |
| RESULT_DT_TM | DATE | Y | The date and time of the result value. Thie value stored here is in date format |
| RESULT_ID | NUMBER | N | The id of the resultColumn |
| RESULT_SOURCE | VC2(32) | Y | The source of the result_idColumn |
| RESULT_VAL | VC2(255) | Y | The value of an event code. |
| UPDT_APP | NUMBER | Y | The request number of the application that updates or insert the process |
| UPDT_APPLCTX | NUMBER | N | The application context number from the record info block. |
| UPDT_CNT | NUMBER | 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 | DATE | N | The date and time the row was last inserted or updated. |
| UPDT_ID | NUMBER | 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_REQ | NUMBER | Y | he request number of the application that updates the process. |
| UPDT_TASK | NUMBER | N | The registered (assigned) task number for the process that inserted or updated the row. |
Relationship Detail - CV_PROC_ABSTR_DATA
| Child Column in CV_PROC_ABSTR_DATA(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | PROCEDURE_ID | CV_PROCEDURE | PROCEDURE_ID |
CV_PROC_HX
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | CV Procedure Historical orders table |
| Definition: | Stores Cardiology Historical Orders details coming inbound to Cerner system. |
| Table Type: | ACTIVITY |
Column Detail - CV_PROC_HX
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ACTIVITY_SUBTYPE_CD | NUMBER | N | Internal coded value for the activity subtype of the associated order (e.g. echo, non-invasive vascular) |
| COMPLETED_DT_TM | DATE | Y | The Date and Time when the exam was performed. |
| COMPLETED_LOCATION_CD | NUMBER | N | The unique identifier for the exam room in which the exam was performed. |
| COMPLETED_TZ | NUMBER | Y | The Time zone associated with the corresponding dt_tm column. |
| CONTRIBUTOR_SYSTEM_CD | NUMBER | 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. |
| CV_PROC_HX_ID | NUMBER | N | PRIMARY KEY |
| ENCNTR_ID | NUMBER | N | The unique Millennium identifier of the patient from encounter encounter table. Foreign key to an ENCOUNTER table. |
| ENTRY_MODE_CD | NUMBER | Y | Code that is used to identify the method in which a result was entered |
| EVENT_CD | NUMBER | Y | Code value that represents the type of result/report. i.e. rbc, Cardiac cath, ECG 12-lead, etc.. |
| EVENT_ID | NUMBER | Y | Event Identifier for a parent row from clinical event which this record is associated to |
| FRGN_SYS_ACCESSION_REFERENCE | VC2(200) | Y | Accession number from the foreign system for the procedure. This is an alphanumeric field. |
| FRGN_SYS_ORDER_REFERENCE | VC2(200) | Y | The unique identifier defined in the foreign system for order. This is an alphanumeric field. |
| FRGN_SYS_STUDY_REFERENCE | VC2(255) | Y | Study Identifier from the foreign system for the procedure. This is an alphanumeric field. |
| ORDER_CATALOG_CD | NUMBER | N | Internal coded value for the order catalog item. Foreign key to ORDER_CATALOG table. |
| ORDER_ID | NUMBER | N | The unique Identifier for the Millennium Order. Foreign key to the ORDERS table. |
| PDF_DOC_IDENTIFIER | VC2(250) | Y | field to hold the document identifier for the pdf store which is a MMF key. Added to support Migration Project |
| PERSON_ID | NUMBER | N | The unique Millennium Identifier of the person from PERSON table whom the order is placed for. Foreign key to the PERSON table. |
| REFERENCE_TXT | VC2(100) | Y | The combination of the reference nbr and the contributor system code provides a unique identifier to the origin of the clinical event data for the record. |
| UPDT_APPLCTX | NUMBER | 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 | NUMBER | 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 | DATE | 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 | NUMBER | 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 | NUMBER | 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. |
| VENDOR_CD | NUMBER | Y | The code value of the contributing source of the STUDY . The vendor code from code set 73. |
Relationship Detail - CV_PROC_HX
| Child Column in CV_PROC_HX(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | ENCNTR_ID | ENCOUNTER | ENCNTR_ID |
| ORDER_ID | ORDERS | ORDER_ID | |
| PERSON_ID | PERSON | PERSON_ID |
CV_RESPONSE
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Reference table that stores information about responses for fields in a dataset. |
| Definition: | Reference table |
| Table Type: | REFERENCE |
Column Detail - CV_RESPONSE
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| A1 | VC2(100) | Y | Dependent on field_type(a,s,d,n) a : source value or |
| A2 | VC2(50) | Y | Dependent on field_type(a,s,d,n) a: destination value d: convert blank value to n: blank value to s : convert blank value to |
| A3 | VC2(50) | Y | Dependent on field_type(a,s,d,n) a: |
| A4 | VC2(50) | Y | Dependent on field_type(a,s,d,n) a: |
| A5 | VC2(50) | Y | Dependent on field_type(a,s,d,n) a: |
| ACTIVE_IND | NUMBER | 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 | NUMBER | 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 | DATE | Y | The date and time that the active_status_cd was set. |
| BEG_EFFECTIVE_DT_TM | DATE | 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. |
| DATA_STATUS_CD | NUMBER | N | Data status indicates a level of authenticity of the row data. Typically this will either be AUTHENTICATED or UNAUTHENTICATED. |
| DATA_STATUS_DT_TM | DATE | Y | The date and time that the data_status_cd was set. |
| DATA_STATUS_PRSNL_ID | NUMBER | N | The person who caused the data_status_cd to be set or change. |
| END_EFFECTIVE_DT_TM | DATE | 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. |
| FIELD_TYPE | VC2(1) | Y | Type of Field |
| FIELD_TYPE_CD | NUMBER | N | Type of Field Code. For future use. |
| NOMENCLATURE_ID | NUMBER | N | Foreign Key. This is the primary indicator for the nomenclature table |
| RESPONSE_ID | NUMBER | N | Primary key for this table. |
| RESPONSE_INTERNAL_NAME | VC2(255) | Y | The internal name used to store the Response Internal name. |
| UPDT_APP | NUMBER | Y | The front end application used to change records. |
| UPDT_APPLCTX | NUMBER | N | The application context number from the record info block. |
| UPDT_CNT | NUMBER | 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 | DATE | N | The date and time the row was last inserted or updated. |
| UPDT_ID | NUMBER | 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_REQ | NUMBER | Y | The request number used to update records. |
| UPDT_TASK | NUMBER | N | The registered (assigned) task number for the process that inserted or updated the row. |
| XREF_ID | NUMBER | N | Foreign Key for this table. |
Relationship Detail - CV_RESPONSE
| Parent Column in CV_RESPONSE (PK) | Child Table Name | Child Column Name | |
|---|---|---|---|
| Children: | RESPONSE_ID | CV_XREF_VALIDATION | RESPONSE_ID |
CV_SMART_CONFIG
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | CV SMART configurations |
| Definition: | Stores configurations required to launch the third-party SMART apps. This table holds the configuration for tenant, facility and vendor level. Lookup hierarchy and will be as follows : First look at the facility level if one not exists then at tenant level. |
| Table Type: | REFERENCE |
Column Detail - CV_SMART_CONFIG
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ACTIVE_IND | NUMBER | 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. |
| ALL_FACILITY_IND | NUMBER | Y | Set this indicator to apply SMART configuration to all the facility under the tenant. |
| BROWSER_TFLG | VC2(250) | Y | Contains the information about the browser on which SMART app will be launched. Currently supported values are IE_EDGE, IE_CHROMIUM. |
| CV_SMART_CONFIG_ID | NUMBER | N | PRIMARY KEY |
| FACILITY_CD | NUMBER | Y | Contains the facility for which SMART app is associated. |
| LAUNCH_URL | VC2(500) | Y | Contains the URL of the SMART app. Example : https://smart.cerner.com/smart/ |
| LOGICAL_DOMAIN_ID | NUMBER | Y | 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. |
| MIGRATION_IND | NUMBER | Y | Indicates the study migration is completed when client is upgraded to the vendor agnostic viewer integrations. With this indicator set all the older studies will be able to launch on the new viewers or through SMART app of the vendor. |
| PRODUCT_START_DT_TM | DATE | Y | Contains the date time of the usage of the new product ECG 2.0 |
| TENANT_KEY | VC2(250) | Y | Contains the tenant key for which SMART app is associated. |
| UPDT_APPLCTX | NUMBER | 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 | NUMBER | 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 | DATE | 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 | NUMBER | 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 | NUMBER | 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. |
| VENDOR_CD | NUMBER | Y | Contains the vendor code for the SMART app configured; |
| VIEWER_TYPE_TFLG | VC2(30) | Y | ; Type of the viewer used to launch the study. (PDF / DICOM / WEBVIEWER) |
Relationship Detail - CV_SMART_CONFIG
| Child Column in CV_SMART_CONFIG(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | LOGICAL_DOMAIN_ID | LOGICAL_DOMAIN | LOGICAL_DOMAIN_ID |
CV_STEP
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | CV Procedure Step |
| Definition: | Stores the status and details of individual steps of a procedure |
| Table Type: | ACTIVITY |
Column Detail - CV_STEP
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| CV_DOC_ID_STR | VC2(100) | Y | Reference identifier for the type of document resulting from the step, if the step is in one of the below mentioned statuses-- Completed, - Saved, - Unsigned, - Discontinued, - Signed, - ED Review, - Prelim Read, - Arrived |
| CV_DOC_TEMPLATE_ID | NUMBER | N | Template Identifier for the type of template that would be loaded for the document resulting from the step, if the step is in one of the below mentioned statuses- Completed, Saved, Unsigned, Discontinued, Signed, ED Review, Prelim Read, Arrived |
| CV_DOC_TYPE_CD | NUMBER | N | The kind of document associated with this step, if the step is in one of the below mentioned statuses- Completed, Saved, Unsigned, Discontinued, Signed, ED Review, Prelim Read, Arrived |
| CV_PROC_ID | NUMBER | N | Parent procedure of the step |
| CV_STEP_ID | NUMBER | N | Primary key. Uniquely identifies a procedure step instance. |
| CV_STEP_IND | NUMBER | N | Indicates Whether the Step is active or not. 0 for Active and 1 for Inactive. |
| EVENT_ID | NUMBER | N | Event_id from clinical_event corresponding to the step. |
| LOCK_PRSNL_ID | NUMBER | N | The person_id of the user currently holding the lock on changes to the step. 0.0 indicatess that no lock is held. |
| MODALITY_CD | NUMBER | Y | This column contains the Modality Code of the Study that is matched to a procedure for acquisition step (from code set 4002763) |
| NORMALCY_CD | NUMBER | Y | The critical indicator for the mutliple step procedure. Supports the storage of the normalcy at the step level. we have multi step procedures and each procedure step gets the criticality from the third parties. |
| PDF_DOC_IDENTIFIER | VC2(250) | Y | Contains the document identifier for the pdf store which is a MMF key. |
| PERF_LOC_CD | NUMBER | N | The location where the step was performed (primarily for procedural steps) |
| PERF_PROVIDER_ID | NUMBER | N | ID of the provider who was primarily responsible for performing the step |
| PERF_START_DT_TM | DATE | Y | The date/time that the step was started. |
| PERF_STOP_DT_TM | DATE | Y | The date/time that the step was stopped (completed or discontinued) |
| PRELIMINARY_AUTHOR_ID | NUMBER | N | Preliminary Author ID - Value from the PRSNL table (FK) |
| SEQUENCE | NUMBER | N | Step Sequence |
| STEP_STATUS_CD | NUMBER | N | Department status of the step |
| STUDY_DT_TM | DATE | Y | Study date and time which is sent from vendor during match. |
| STUDY_IDENTIFIER | VC2(250) | Y | Contains the Study Identifier sent from vendor which can be used to identify the study. |
| TASK_ASSAY_CD | NUMBER | N | Code for the Discrete Task Assay |
| UPDT_APPLCTX | NUMBER | 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 | NUMBER | 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 | DATE | 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 | NUMBER | 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 | NUMBER | 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. |
| VENDOR_CD | NUMBER | Y | The code value of the contributing source of the STUDY . The vendor code from code set 73. |
Relationship Detail - CV_STEP
| Child Column in CV_STEP(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | CV_PROC_ID | CV_PROC | CV_PROC_ID |
| TASK_ASSAY_CD | CV_STEP_REF | TASK_ASSAY_CD | |
| CV_DOC_TEMPLATE_ID | DD_REF_TEMPLATE | DD_REF_TEMPLATE_ID | |
| LOCK_PRSNL_ID | PRSNL | PERSON_ID | |
| PERF_PROVIDER_ID | PRSNL | PERSON_ID | |
| PRELIMINARY_AUTHOR_ID | PRSNL | PERSON_ID | |
| PERF_LOC_CD | SERVICE_RESOURCE | SERVICE_RESOURCE_CD |
| Parent Column in CV_STEP (PK) | Child Table Name | Child Column Name | |
|---|---|---|---|
| Children: | CV_STEP_ID | CV_STEP_PRSNL | CV_STEP_ID |
| CV_STEP_SCHED | CV_STEP_ID |