Table Detail Report

CV_STEP_PRSNL



Column Section Relationship Section Top of Page


Table-level Detail

Description: CV Procedure Step Personnel
Definition: Stores personnel related to a step
Table Type: ACTIVITY





Column Detail - CV_STEP_PRSNL


Column Name Type Null? Definition
ACTION_DT_TM DATETIME Y the action_dt_tm captures the date and time that the person interacted with the step.
ACTION_SEQUENCE DOUBLE N used to keep step personnel in a specific sequence (the order in which they were entered)
ACTION_TYPE_CD DOUBLE N the action_type_cd identifies which action the person performed upon the detail step. (ex. completed, started, removed)
CV_STEP_ID DOUBLE N Cv_step_id is a foreign key to the cv_step table. it indicates which step the personnel are tied to.
CV_STEP_PRSNL_ID DOUBLE N The primary key for this table.
STEP_PRSNL_ID DOUBLE N the step_prsnl_id is a foreign key to the prsnl table. it identifies the person that interacted with the step.
STEP_RELATION_CD DOUBLE N the step_relation_cd identifies the role that the person took when interacting with the step. (ex: tech, nurse, cardiologist, etc.)
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 - CV_STEP_PRSNL


Child Column in CV_STEP_PRSNL(FK) Parent Table Name Parent Column Name
Parents: CV_STEP_ID CV_STEP CV_STEP_ID
STEP_PRSNL_ID PRSNL PERSON_ID


CV_STEP_REF



Column Section Relationship Section Top of Page


Table-level Detail

Description: CV Procedure Step Reference
Definition: Reference data describing procedure steps
Table Type: REFERENCE





Column Detail - CV_STEP_REF


Column Name Type Null? Definition
ACTIVITY_SUBTYPE_CD DOUBLE N Activity subtype code of the step. Correlates to the modality
DOC_ID_STR VARCHAR(255) Y Reference identifier for the type of document resulting from the step
DOC_TEMPLATE_ID DOUBLE N Document's Template Identifier for the type of template that would be loaded for the document resulting from the step.
DOC_TYPE_CD DOUBLE N The kind of document associated with this step
PROC_STATUS_CD DOUBLE N Procedure status from CV_PROC
SCHEDULE_IND DOUBLE Y Indicates if step can be scheduled
STEP_LEVEL_FLAG DOUBLE N Determines if a step can be shared across procedures in a case
STEP_TYPE_CD DOUBLE N The role which this step plays in the workflow of its associated procedures (e.g., Final Report, Referral Letter)
STUDY_RELTN_FLAG DOUBLE Y Relationship of step to study. 0 = no relation, 1 = requires prior study(s) to have study_state=MV for the step to count as complete for proc_status_cd calculation
TASK_ASSAY_CD DOUBLE N Code for the discrete_task_assay which corresponds to this step.
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 - CV_STEP_REF


Child Column in CV_STEP_REF(FK) Parent Table Name Parent Column Name
Parents: DOC_TEMPLATE_ID DD_REF_TEMPLATE DD_REF_TEMPLATE_ID
TASK_ASSAY_CD DISCRETE_TASK_ASSAY TASK_ASSAY_CD




Parent Column in CV_STEP_REF (PK) Child Table Name Child Column Name
Children: TASK_ASSAY_CD CV_STEP TASK_ASSAY_CD


CV_STEP_SCHED



Column Section Relationship Section Top of Page


Table-level Detail

Description: CV Step Scheduling
Definition: Stores scheduling and performing information for procedural steps in CV workflow.
Table Type: ACTIVITY





Column Detail - CV_STEP_SCHED


Column Name Type Null? Definition
ARRIVE_DT_TM DATETIME Y Date/Time patient arrived for the step
ARRIVE_IND DOUBLE N Indicates that patient has arrived for the step.
CV_PROC_ID DOUBLE N ID of procedure which contains this step
CV_STEP_ID DOUBLE N FK from the CV_STEP table.
CV_STEP_SCHED_ID DOUBLE N Primary key internally generated.
PERF_LOC_CD DOUBLE N ** OBSOLETE - NO LONGER USED**The exam room (service resource) the step is scheduled to be performed
PERF_PHYS_ID DOUBLE N ** OBSOLETE - NO LONGER USED**ID of primary personnel who performed the step
PERF_START_DT_TM DATETIME Y ** OBSOLETE - NO LONGER USED**The date/time that the step was started
PERF_STOP_DT_TM DATETIME Y ** OBSOLETE - NO LONGER USED**The date/time the step was stopped
SCHED_LOC_CD DOUBLE N The exam room (service resource) the step is scheduled to be performed
SCHED_PHYS_ID DOUBLE N ID of primary personnel scheduled to perform the step
SCHED_START_DT_TM DATETIME Y The date/time that the step is scheduled to start
SCHED_STOP_DT_TM DATETIME Y The date/time the step is scheduled to be completed
TASK_ASSAY_CD DOUBLE N Foreign key to cv_step_ref. Designates which reference step is being scheduled. An extension from Discreet Task Assay.
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 - CV_STEP_SCHED


Child Column in CV_STEP_SCHED(FK) Parent Table Name Parent Column Name
Parents: CV_PROC_ID CV_PROC CV_PROC_ID
CV_STEP_ID CV_STEP CV_STEP_ID
SCHED_PHYS_ID PRSNL PERSON_ID
SCHED_LOC_CD SERVICE_RESOURCE SERVICE_RESOURCE_CD


CV_STRING_TRANSLATION



Column Section Top of Page


Table-level Detail

Description: String Translation
Definition: Stores mapping between strings and corresponding cerner values.
Table Type: REFERENCE





Column Detail - CV_STRING_TRANSLATION


Column Name Type Null? Definition
CERNER_VAL VARCHAR(250) N Cerner value for string information.
CONTRIBUTOR_CD DOUBLE N Name of the source contributor.
CONTRIBUTOR_VAL VARCHAR(250) N Contributor value for string information.
CV_STRING_TRANSLATION_ID DOUBLE N Unique generated number that identifies a single row on the CV_STRING_TRANSLATION table.
FIELD_TYPE_CD DOUBLE N Type of string information. It can Medication or Provider information.
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.


CV_XREF



Column Section Relationship Section Top of Page


Table-level Detail

Description: Reference table that stores information about fields in a dataset.
Definition: Reference table
Table Type: REFERENCE





Column Detail - CV_XREF


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 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 Y 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.
AUDIT_FLAG DOUBLE Y The flag that determines if a field is included in the minimum dataset (MDS). 0 = no; 1 = yes; 2 = other
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.
CERN_SOURCE_FIELD_NAME CHAR(30) Y The name of the table attribute (column) as defined in Cerner source table
CERN_SOURCE_TABLE_NAME CHAR(30) Y The source table name for Cerner.
COLLECT_START_DT_TM DATETIME Y The date and time to start collection of the registry field.
COLLECT_STOP_DT_TM DATETIME Y The date and time to stop collection of the registry field.
DATASET_ID DOUBLE N Foreign Key for this table.
DATA_STATUS_CD DOUBLE N Data status indicates a level of authenticity of the row data. Typically this will either be AUTHENTICATED or UNAUTHENTICATED.
DATA_STATUS_DT_TM DATETIME Y The date and time that the data_status_cd was set.
DATA_STATUS_PRSNL_ID DOUBLE N The person who caused the data_status_cd to be set or change.
DISPLAY_FIELD_IND DOUBLE Y Not used
ELEMENT_NBR DOUBLE Y Registry defined ordering number for the element.
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.
ERROR_TEXT_ID DOUBLE N The Error Text for the Field to be displayed in Audit and/or Error Log
EVENT_CD DOUBLE N Matching event code, if applicable.
EVENT_TYPE_CD DOUBLE N Set of codes that help to distingush between different eventsColumn
FIELD_TYPE_CD DOUBLE N The code describes the data type the field belongs
GROUP_TYPE_CD DOUBLE N Categorizes different types of event according to "ACC" grouping e.g. history,presentation etc.
REGISTRY_FIELD_NAME VARCHAR(100) N Name of the Registry Field.
REQD_FLAG DOUBLE Y This sets the log level .
SUB_EVENT_TYPE_CD DOUBLE N These are set of codes that identifies event types
TASK_ASSAY_CD DOUBLE N The task Assay code of the clinical event. There is a cdf_meaning associated with the "task_assay_cd" . This allows the value of an event to be retrieved from the code_value table.
UPDT_APP DOUBLE Y The application number that is responsible for the row update.
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_REQ DOUBLE Y The registered (assigned)request number for the process that inserted or updated the row.
UPDT_TASK DOUBLE N The registered (assigned) task number for the process that inserted or updated the row.
WARNING_TEXT_ID DOUBLE N The Warning Message to be displayed in Audit or Error Log
XREF_ID DOUBLE N This is the value of the unique primary identifier of the cv_xref table. It is an internal system assigned number.
XREF_INTERNAL_NAME VARCHAR(100) Y The internal name used to store the value for XREF_INTERNAL_NAME.



Relationship Detail - CV_XREF


Child Column in CV_XREF(FK) Parent Table Name Parent Column Name
Parents: DATASET_ID CV_DATASET DATASET_ID
ERROR_TEXT_ID LONG_TEXT LONG_TEXT_ID
WARNING_TEXT_ID LONG_TEXT LONG_TEXT_ID




Parent Column in CV_XREF (PK) Child Table Name Child Column Name
Children: XREF_ID CV_XREF_FIELD XREF_ID
CV_XREF_VALIDATION XREF_ID