CV_ACRONYM
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | CV ACRONYM |
Definition: | Defines replacement strings used to expand acronyms placed in documentation using a default/ user preference model. If the current provider does not have personal acronyms defined, the default set of acronyms will be used (i.e., ones for which the provider id is zero). |
Table Type: | REFERENCE |
Column Detail - CV_ACRONYM
Column Name | Type | Null? | Definition |
---|---|---|---|
ACRONYM_CATEGORY_CD | DOUBLE | N | Indicates the Acronym Category to which the Acronym belongs to. |
ACRONYM_STR | VARCHAR(32) | N | The acronym string that will be replaced. |
COLLATION_SEQ | DOUBLE | N | Used to order acronyms with ties decided alphabetically by acronym. |
CV_ACRONYM_ID | DOUBLE | N | Primary key |
PROVIDER_ID | DOUBLE | N | Provider Id. The provider for whom this acronym is defined. |
REPLACEMENT_STR | VARCHAR(4000) | N | The string used to replace the acronym string. |
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_ACRONYM
Child Column in CV_ACRONYM(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | ACRONYM_CATEGORY_CD | CODE_VALUE | CODE_VALUE |
PROVIDER_ID | PRSNL | PERSON_ID |
CV_ALGORITHM
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | CV ALGORITHM |
Definition: | Reference table containing one row for each algorithm. |
Table Type: | REFERENCE |
Column Detail - CV_ALGORITHM
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. |
ALGORITHM_ID | DOUBLE | N | This is the value of the unique primary identifier of the cv_algorithm table. It is an internal system assigned number. |
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. |
DATASET_ID | DOUBLE | N | Foreign key for this table from the CV_DATASET TableColumn |
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. |
DESCRIPTION | VARCHAR(50) | Y | Description of the algorithmColumn |
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. |
RESULT_DTA_CD | DOUBLE | N | This field contains the DTA to which the result of the calculation of this algorithm needs to be resulted to. |
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. |
VALIDATION_ALG_ID | DOUBLE | N | For Algorithms that share validations, this field contains the algorithm_id of the algorithm that this algorithm shares the validation |
Relationship Detail - CV_ALGORITHM
Child Column in CV_ALGORITHM(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | VALIDATION_ALG_ID | CV_ALGORITHM | ALGORITHM_ID |
Parent Column in CV_ALGORITHM (PK) | Child Table Name | Child Column Name | |
---|---|---|---|
Children: | ALGORITHM_ID | CV_ALGORITHM | VALIDATION_ALG_ID |
CV_COMPONENT | ALGORITHM_ID |
CV_CASE
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | CVNet Omf Summary table. Stores non clinical events that are related to case |
Definition: | CVNet Omf summary table |
Table Type: | ACTIVITY |
Column Detail - CV_CASE
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. |
ADMT_DT_NBR | DOUBLE | Y | Admission Date NumberColumn |
AGE | DOUBLE | Y | Age of Patient in yearsColumn |
AGE_GROUP_CD | DOUBLE | N | Patients age,grouped into different ranges for easy reporting |
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. |
CASE_DT_TM | DATETIME | Y | The primary date associated with this case (e.g., SURGDT for STS, PROCDT for ACC LabVisit, ADMITDT for ACC Admission). |
CHART_DT_TM | DATETIME | Y | Charted Date and TimeColumn |
CV_CASE_ID | DOUBLE | N | This is the value of the unique primary identifier of the cv_case table. It is an internal system assigned number |
CV_CASE_NBR | DOUBLE | Y | ** OBSOLETE ** Formatted Case Number for this case. This column has been replaced by column CASE_NUMBER |
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. |
DEATH_IND | DOUBLE | Y | Death indicator-This flag is set on when a patient dies in the hospital. It is used in CVNet Management reporting |
DISCH_DT_NBR | DOUBLE | Y | Discharge Date NumberColumn |
ENCNTR_ID | DOUBLE | N | This is the value of the unique primary identifier of the encounter table. It is an internal system assigned number. |
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. |
FORM_EVENT_ID | DOUBLE | N | This is the event_id from CLINICAL_EVENT. For imported data (for which there actually is no HNAM form/event) it?s a negative number corresponding to an external index system. |
FORM_ID | DOUBLE | N | The Form Id for this Case if it is documented in PowerFormsColumn |
FORM_TYPE_CD | DOUBLE | N | Type of form(Admit, LabVisit). Unified form has form_type_cd=0 |
HOSPITAL_CD | DOUBLE | N | This is the location facility code. This field is the current patient location with a location type of facility. |
LOS_ADM_DISCH | DOUBLE | Y | Length of stay in days This is calculated as the difference between the date a patient is admitted and discharge |
LOS_ADM_PROC | DOUBLE | Y | Length of ADM - ProcedureColumn |
LOS_PROC_DISCH | DOUBLE | Y | Length of Discharge - ProcedureColumn |
NUM_HISTORY | DOUBLE | Y | Number of historyColumn |
NUM_OOLAB_COMPL | DOUBLE | Y | Number of out of lab complicationsColumn |
NUM_PRESENTN | DOUBLE | Y | Number of presentationColumn |
NUM_PROC | DOUBLE | Y | Number of Procedures.Column |
NUM_RFACTOR | DOUBLE | Y | Number of risk factors.Column |
PATIENT_TYPE_CD | DOUBLE | N | Patient type code is equivalent to encounter type class code in encounter table . It is used to categorize patients into more general groups than encounter type. (i.e., inpatient, outpatient, emergency, recurring outpatient) |
PAT_ADM_DT_TM | DATETIME | Y | This is the time the patient is registered. It is equivalent to register date and time in the encounter table |
PAT_ADM_IND | DOUBLE | Y | This indicator is set if a patient is admitted. This allows us to compute the number of patient admitted for a given period. |
PAT_DISCH_DT_TM | DATETIME | Y | The actual date/time that the patient was discharged from the facility. For most outpatients, this field may be null unless the user process requires capturing this data for example, day surgery. |
PAT_DISCH_IND | DOUBLE | Y | This is the indicator that reflects the statue of a patient. A discharged patient will have this flag set to 1 |
PERSON_ID | DOUBLE | N | This is the value of the unique primary identifier of the person table. It is an internal system assigned number. |
PROC_DT_NBR | DOUBLE | Y | Procedure Date NumberColumn |
SEX_CD | DOUBLE | N | The gender of the patient (i.e., male, female, unknown).Column |
SOURCE_CD | DOUBLE | N | The organization that have this dataset for example Apache |
UPDT_APP | DOUBLE | Y | The registered application number of the client applicaton that does the 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 request Number of the application that performs the update |
UPDT_TASK | DOUBLE | N | The registered (assigned) task number for the process that inserted or updated the row. |
Relationship Detail - CV_CASE
Child Column in CV_CASE(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | FORM_ID | DCP_FORMS_ACTIVITY | DCP_FORMS_ACTIVITY_ID |
ENCNTR_ID | ENCOUNTER | ENCNTR_ID | |
PERSON_ID | PERSON | PERSON_ID |
Parent Column in CV_CASE (PK) | Child Table Name | Child Column Name | |
---|---|---|---|
Children: | CV_CASE_ID | CV_CASE_ABSTR_DATA | CV_CASE_ID |
CV_CASE_DATASET_R | CV_CASE_ID | ||
CV_DEVICE | CV_CASE_ID | ||
CV_PROCEDURE | CV_CASE_ID |
CV_CASE_ABSTR_DATA
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | CVNet Omf Summary table. Store clinical event that are related to case. |
Definition: | CVNet Case Abstract data .Omf Summary table. |
Table Type: | ACTIVITY |
Column Detail - CV_CASE_ABSTR_DATA
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. |
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. |
CASE_ABSTR_DATA_ID | DOUBLE | N | This is the value of the unique primary identifier of the case_abstr_data table It is an internal system assigned number. |
CV_CASE_ID | DOUBLE | N | This is the primary key identifier to the cv_case table. It is a system assigned number and served as a foreign key to the cv_case_abstr_data 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. |
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. |
EVENT_CD | DOUBLE | N | It is the code that identifies the most basic unit of the storage, i.e. CHF, Ejection Fraction |
EVENT_ID | DOUBLE | N | Event IDColumn |
GROUP_TYPE_CD | DOUBLE | N | Group Type Code. Related events are grouped based on their nature or location |
NOMENCLATURE_ID | DOUBLE | N | This is a foreign key to this table Nomenclature id is unique identifier to the nomenclature table |
RESULT_CD | DOUBLE | N | Coded result |
RESULT_DT_TM | DATETIME | Y | The date and time of the result value. Thie value stored here is in date format |
RESULT_ID | DOUBLE | N | The result IDColumn |
RESULT_SOURCE | VARCHAR(32) | Y | The result source nameColumn |
RESULT_VAL | VARCHAR(255) | Y | The result value of a clinical event |
UPDT_APP | DOUBLE | Y | The appication number of the application that updates the process |
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 | Update Reuest: The request number of the application that update the process. |
UPDT_TASK | DOUBLE | N | The registered (assigned) task number for the process that inserted or updated the row. |
Relationship Detail - CV_CASE_ABSTR_DATA
Child Column in CV_CASE_ABSTR_DATA(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | CV_CASE_ID | CV_CASE | CV_CASE_ID |
NOMENCLATURE_ID | NOMENCLATURE | NOMENCLATURE_ID |
CV_CASE_DATASET_R
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | This table relates CV_dataset table with that of CV_CASE in many to one |
Definition: | CV_CASE_DATASET_RELATION.It is a Reference table |
Table Type: | ACTIVITY |
Column Detail - CV_CASE_DATASET_R
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. |
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. |
CASE_DATASET_R_ID | DOUBLE | N | Primary Key indicator.The unique primary key that identifies a row. |
CV_CASE_ID | DOUBLE | N | Foreign Key to this table. |
DATASET_ID | DOUBLE | N | Foreign Key to this table.Column |
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. |
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_MSG | VARCHAR(255) | Y | The Error Message for the Case Dataset RecordColumn |
PARTICIPANT_NBR | VARCHAR(50) | Y | This number is use for identifying organization/individual that submits data to the agent (owner of the dataset) |
REGISTRY_NBR | DOUBLE | N | Data registry's ID number for the case (e.g., STS Record ID) |
STATUS_CD | DOUBLE | N | The Error Status for the CaseColumn |
UPDT_APP | DOUBLE | Y | The front end application used for making changes to the record. |
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. |
Relationship Detail - CV_CASE_DATASET_R
Child Column in CV_CASE_DATASET_R(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | CV_CASE_ID | CV_CASE | CV_CASE_ID |
DATASET_ID | CV_DATASET | DATASET_ID |
Parent Column in CV_CASE_DATASET_R (PK) | Child Table Name | Child Column Name | |
---|---|---|---|
Children: | CASE_DATASET_R_ID | CV_CASE_FIELD | CASE_DATASET_R_ID |
CV_CASE_FILE_ROW | CASE_DATASET_R_ID |