Table Detail Report

OBSERVATION_EXT_IDENT



Column Section Relationship Section Top of Page


Table-level Detail

Description: Observation External Identifier
Definition: Store external identifiers present on the observation on write request. Read from observation read requests
Table Type: ACTIVITY





Column Detail - OBSERVATION_EXT_IDENT


Column Name Type Null? Definition
EVENT_ID DOUBLE Y The event identifier which identifies Events in the CLINICAL_EVENT Table
LOGICAL_DOMAIN_ID DOUBLE 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.
OBSERVATION_EXT_IDENT_ID DOUBLE N The Primary Key for this table
SYSTEM_URI VARCHAR(80) Y The system URI . Example system_uri: https://fhir.cerner.com/ceuuid
UPDT_APPLCTX DOUBLE 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 DOUBLE 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 DATETIME 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 DOUBLE 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 DOUBLE 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.
VALUE_TXT VARCHAR(200) Y The value string. The value_txt maps back to a ceuuid as described by the system_uri. Example value_txt: CE87caf4b7-9397-4667-9897-702218017c9e-231079242-2024093014022000



Relationship Detail - OBSERVATION_EXT_IDENT


Child Column in OBSERVATION_EXT_IDENT(FK) Parent Table Name Parent Column Name
Parents: LOGICAL_DOMAIN_ID LOGICAL_DOMAIN LOGICAL_DOMAIN_ID