Table Detail Report
CMT_CONCEPT_EXT_CUST
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | CMT CONCEPT EXTENSION CUST |
| Definition: | this table is essentially the same as CMT_CONCEPT_EXTENSION with the following differences:; The AGE related columns on CMT_CONCEPT_EXTENSION will not be added to CMT_CONCEPT_EXT_CUST; The GENDER_FLAG column on CMT_CONCEPT_EXTENSION will not be added to CMT_CONCEPT_EXT_CUST; This new table has LOGICAL_DOMAIN_ID and CMT_CONCEPT_EXTENSION does not |
| Table Type: | REFERENCE |
Column Detail - CMT_CONCEPT_EXT_CUST
| 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 | Y | 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 | Y | 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. |
| CMT_CONCEPT_EXT_CUST_ID | NUMBER | N | PRIMARY KEY |
| CONCEPT_CKI | VC2(255) | Y | Functional unique identifier from cmt_concept_table. |
| END_EFFECTIVE_DT_TM | DATE | 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. |
| EXTENSION_DATA_TYPE_FLAG | NUMBER | Y | The value associated with the extension_type_meaning; 1 alphanumeric; 2 double; 3 integer; |
| EXTENSION_TYPE_MEAN | VC2(12) | Y | Value from code Set 29746 - CDF Meaning; |
| EXTENSION_VALUE | VC2(255) | Y | The text value associated with the extension type mean |
| 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. |
| 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. |
Relationship Detail - CMT_CONCEPT_EXT_CUST
| Child Column in CMT_CONCEPT_EXT_CUST(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | LOGICAL_DOMAIN_ID | LOGICAL_DOMAIN | LOGICAL_DOMAIN_ID |
CMT_CONCEPT_HISTORY
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | The history table identifies each change in the status of a concept. |
| Definition: | The history table identifies each change in the status of a concept, and relates it to the replacement concept, if any. |
| Table Type: | REFERENCE |
Column Detail - CMT_CONCEPT_HISTORY
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| CONCEPT_CKI | VC2(255) | N | Concept CKI is the functional Concept Identifier; it is the codified means within Millennium to identify key medical concepts to support information processing, clinical decision support, executable knowledge and knowledge presentation. |
| REFERENCE_CONCEPT_CKI | VC2(255) | N | The concept_cki for the reference concept. |
| REFERENCE_TYPE_FLAG | NUMBER | N | The indicator of the changed type. For example, 1 - replaced by; 2 - duplicated by; 3 - similar to; 4 - alternative. |
| 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_TASK | NUMBER | N | The registered (assigned) task number for the process that inserted or updated the row. |
Relationship Detail - CMT_CONCEPT_HISTORY
| Child Column in CMT_CONCEPT_HISTORY(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | CONCEPT_CKI | CMT_CONCEPT | CONCEPT_CKI |
| REFERENCE_CONCEPT_CKI | CMT_CONCEPT | CONCEPT_CKI |
CMT_CONCEPT_HISTORY_LOAD
| Column Section | Top of Page |
Table-level Detail
| Description: | CMT Concept History Load |
| Definition: | CMT Concept History Load - Table used for loading of CMT_CONCEPT_HISTORY |
| Table Type: | REFERENCE |
Column Detail - CMT_CONCEPT_HISTORY_LOAD
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ACTION_FLAG | NUMBER | N | Value to represent action taken for specific row (i.e., Insert, Update, Delete) - 0 = not determined; 1 = insert; 2 = update; 3 = delete |
| CONCEPT_CKI | VC2(255) | N | The functional concept identifier; It is the codified means within millennium to identify key medical concepts to support information -rocessing, clinical decision suppoort, executable knowledge, and knowledge presentation. |
| REFERENCE_CONCEPT_CKI | VC2(255) | N | The concept CKI for the Reference Concept |
| REFERENCE_TYPE_FLAG | NUMBER | N | The indicator of the changed type. For example, 1 = replaced by; 2 = duplicated by; 3 = similar to; 4 = alternative. |
| 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_TASK | NUMBER | N | The registered (assigned) task number for the process that inserted or updated the row. |
CMT_CONCEPT_LOAD
| Column Section | Top of Page |
Table-level Detail
| Description: | CMT Concept Load |
| Definition: | This table will be used to help facilitate data loading for CMT_CONCEPT |
| Table Type: | REFERENCE |
Column Detail - CMT_CONCEPT_LOAD
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ACTIVE_IND | NUMBER | 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 | 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. |
| CONCEPT_CKI | VC2(255) | N | concept cki is the functional concept identifier; it is the codified means within millennium to identify key medical concepts to support information processing, clinical decision support, executable knowledge and knowledge presentation. |
| CONCEPT_IDENTIFIER | VC2(242) | Y | The unique identifier supplied from other external database (e.g. SNOMED) or Cerner and is persistent once it is assigned to a concept. If the concept is from SNOMED, concept identifier is the unique SNOMED Clinical Term identifier provided by CAP. |
| CONCEPT_NAME | VC2(2000) | Y | A phrase that describes a concept in a way that it is intended to be unambiguous. It is the same as "Fully Specified Name" in SNOMED CT. It explains the meaning of the concept more fully than preferred term. |
| CONCEPT_SOURCE_MEAN | VC2(12) | Y | Represents the source that owns the concept identifier. |
| DISALLOWED_IND | NUMBER | Y | An indication of whether the term is allowed for selection or not. 0 - allowed 1 - disallowed |
| 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. |
| 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_TASK | NUMBER | N | The registered (assigned) task number for the process that inserted or updated the row. |
CMT_CONCEPT_LOAD_NS
| Column Section | Top of Page |
Table-level Detail
| Description: | CMT_CONCEPT_LOAD_NS |
| Definition: | CMT Concept Load (Non-SNOMED) |
| Table Type: | REFERENCE |
Column Detail - CMT_CONCEPT_LOAD_NS
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ACTIVE_IND | NUMBER | 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 | 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. |
| CONCEPT_CKI | VC2(255) | N | concept cki is the functional concept identifier; it is the codified means within millennium to identify key medical concepts to support information processing, clinical decision support, executable knowledge and knowledge presentation. |
| CONCEPT_IDENTIFIER | VC2(242) | Y | The unique identifier supplied from other external database (e.g. SNOMED) or Cerner and is persistent once it is assigned to a concept. If the concept is from SNOMED, concept identifier is the unique SNOMED Clinical Term identifier provided by CAP. |
| CONCEPT_NAME | VC2(2000) | Y | A phrase that describes a concept in a way that it is intended to be unambiguous. It is the same as "Fully Specified Name" in SNOMED CT. It explains the meaning of the concept more fully than preferred term. |
| CONCEPT_SOURCE_MEAN | VC2(12) | Y | Represents the source that owns the concept identifier. |
| DISALLOWED_IND | NUMBER | Y | An indication of whether the term is allowed for selection or not. 0 - allowed 1 - disallowed |
| 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. |
| 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_TASK | NUMBER | N | The registered (assigned) task number for the process that inserted or updated the row. |