Table Detail Report

DO_CONCEPT_EXPLODE



Column Section Relationship Section Top of Page


Table-level Detail

Description: Discern Ontology Concept Explode
Definition: Defines a relationship between two concepts in a context version.
Table Type: REFERENCE





Column Detail - DO_CONCEPT_EXPLODE


Column Name Type Null? Definition
DO_CONCEPT1_ID DOUBLE N Represents the first concept that has a relationship with another concept in a context release.
DO_CONCEPT2_ID DOUBLE N Represents the second concept in the relationship.
DO_CONCEPT_EXPLODE_ID DOUBLE N Unique generated number that identifies a single row on the DO_CONCEPT_EXPLODE table.
DO_CONTEXT_VERSION_ID DOUBLE N Represents an ontology context release.
DO_DISPLAY_SEQ DOUBLE Y Represents the display sequence. It is always NULL when the depth is not one.
DO_RELATIONSHIP_LEVEL_NBR DOUBLE N The relationship depth/level between the two concepts. The minimum value is one.
DO_RELATIONSHIP_TYPE_ID DOUBLE N The identification of the relationship type.
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 - DO_CONCEPT_EXPLODE


Child Column in DO_CONCEPT_EXPLODE(FK) Parent Table Name Parent Column Name
Parents: DO_CONCEPT1_ID DO_CONCEPT DO_CONCEPT_ID
DO_CONCEPT2_ID DO_CONCEPT DO_CONCEPT_ID
DO_CONTEXT_VERSION_ID DO_CONTEXT_VERSION DO_CONTEXT_VERSION_ID
DO_RELATIONSHIP_TYPE_ID DO_RELATIONSHIP_TYPE DO_RELATIONSHIP_TYPE_ID


DO_CONTEXT



Column Section Relationship Section Top of Page


Table-level Detail

Description: DO_CONTEXT
Definition: A Discern Ontology context is a namespace for concepts. It identifies the use cases for which a set of concepts is targeted.
Table Type: REFERENCE





Column Detail - DO_CONTEXT


Column Name Type Null? Definition
DO_CONTEXT_ID DOUBLE N Unique generated number that identifies a single row on the DO_CONTEXT table.
DO_CONTEXT_NAME VARCHAR(100) N Name of the context.
DO_CONTEXT_UUID VARCHAR(36) N Discern Ontology context identifier. Will be consistent across domains.
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 - DO_CONTEXT




Parent Column in DO_CONTEXT (PK) Child Table Name Child Column Name
Children: DO_CONTEXT_ID DO_CONTEXT_VERSION DO_CONTEXT_ID


DO_CONTEXT_VERSION



Column Section Relationship Section Top of Page


Table-level Detail

Description: DO_CONTEXT_VERSION
Definition: Discern Ontology Context Versions
Table Type: REFERENCE





Column Detail - DO_CONTEXT_VERSION


Column Name Type Null? Definition
DO_CONTEXT_ID DOUBLE N Unique generated number that identifies a single row on the DO_CONTEXT table.
DO_CONTEXT_VERSION_ID DOUBLE N Unique generated number that identifies a single row on the DO_CONTEXT_VERSION table.
DO_CONTEXT_VERSION_NBR DOUBLE N Number of the context version.
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 - DO_CONTEXT_VERSION


Child Column in DO_CONTEXT_VERSION(FK) Parent Table Name Parent Column Name
Parents: DO_CONTEXT_ID DO_CONTEXT DO_CONTEXT_ID




Parent Column in DO_CONTEXT_VERSION (PK) Child Table Name Child Column Name
Children: DO_CONTEXT_VERSION_ID DO_CONCEPT DO_CONTEXT_VERSION_ID
DO_CONCEPT_ALIAS DO_CONTEXT_VERSION_ID
DO_CONCEPT_CODE DO_CONTEXT_VERSION_ID
DO_CONCEPT_EXPLODE DO_CONTEXT_VERSION_ID


DO_MAPPING



Column Section Top of Page


Table-level Detail

Description: Discern Ontology Mapping
Definition: Defines the code/identifier v1 mappings between two different valuesets.
Table Type: REFERENCE





Column Detail - DO_MAPPING


Column Name Type Null? Definition
DO_MAPPING_ID DOUBLE N Unique generated number that identifies a single row on the DO_MAPPING table.
DO_MAPPING_VERSION DOUBLE N The Cloud Version Number for the mapping entry. This is used to synchronize data between the cloud and the Millennium Databases.
DO_SOURCE_CODE_SYSTEM_IDENT VARCHAR(512) N Based on the type of the mapping i.e. Proprietary to Standard or Standard to Proprietary Or Proprietary to Proprietary, this uniquely identifies an Cerner or industry idenfier for a code within a value set.
DO_SOURCE_CODE_SYSTEM_URI VARCHAR(128) N Based on the type of the mapping i.e. Proprietary to Standard or Standard to Proprietary Or Proprietary to Proprietary, this uniquely identifies a well known identifier for the valueset (ex. FHIR code representing the set).; Based on the type of the mapping i.e. Proprietary to Standard or Standard to Proprietary Or Proprietary to Proprietary, this uniquely identifies a single row in the VOCABULARIES or CODE_SYSTEMS table.
DO_TARGET_CODE_SYSTEM_IDENT VARCHAR(512) N Based on the type of the mapping i.e. Proprietary to Standard or Standard to Proprietary Or Proprietary to Proprietary, this uniquely identifies an Cerner or industry idenfier for a code within a value set.
DO_TARGET_CODE_SYSTEM_URI VARCHAR(128) N Based on the type of the mapping i.e. Proprietary to Standard or Standard to Proprietary Or Proprietary to Proprietary, this uniquely identifies a well known identifier for the valueset (ex. FHIR code representing the set).; Based on the type of the mapping i.e. Proprietary to Standard or Standard to Proprietary Or Proprietary to Proprietary, this uniquely identifies a single row in the VOCABULARIES or CODE_SYSTEMS table.
DO_TARGET_DISPLAY VARCHAR(2048) Y Based on the type of the mapping i.e. Proprietary to Standard or Standard to Proprietary Or Proprietary to Proprietary, this column contains the display name of the CONCEPT or IDENTITY_CODE.
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.


DO_MAPPING_CODE_VALUE



Column Section Top of Page


Table-level Detail

Description: DO_MAPPING_CODE_VALUE
Definition: Discern Ontology Code Value Mappings
Table Type: REFERENCE





Column Detail - DO_MAPPING_CODE_VALUE


Column Name Type Null? Definition
CODE_VALUE DOUBLE N Unique generated number that identifies a single row on the CODE_VALUE table.
DO_CODE VARCHAR(100) Y Code from the code system.
DO_CODE_SYSTEM_URI VARCHAR(200) Y URI of the code system.
DO_MAPPING_CODE_VALUE_ID DOUBLE N Unique generated number that identifies a single row on the DO_MAPPING_CODE_VALUE table.
DO_MAPPING_SEQ DOUBLE N Global sequence of the mapping.
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.