Table Detail Report
CE_EVENT_NOTE
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | ce event note |
Definition: | The Event Note table stores any comments associated with the event. Typically this would include additional information about reference ranges, or notes indicating that the result value has been changed from a previous result. |
Table Type: | ACTIVITY |
Column Detail - CE_EVENT_NOTE
Column Name | Type | Null? | Definition |
---|---|---|---|
CE_EVENT_NOTE_ID | DOUBLE | N | Unique identifier generated for each row of data |
CHECKSUM | DOUBLE | N | A unique value, created by parsing the contents of the blob, used as a comparison to identify changes to the blob. |
COMPRESSION_CD | DOUBLE | N | Specifies type of compression applied to the blob. |
ENTRY_METHOD_CD | DOUBLE | N | Source of note. Ancillary/Owner application, Orderer/Provider, Medical Records ManagerCode. |
EVENT_ID | DOUBLE | N | Foreign key to the event table. |
EVENT_NOTE_ID | DOUBLE | N | Uniquely identifies a logical event note row. There may be more than one row with the same event_note_id, but only one of those rows will be current as indicated by the valid_until_dt_tm field |
IMPORTANCE_FLAG | DOUBLE | Y | Indicates the importance of this note |
LONG_TEXT_ID | DOUBLE | Y | Id of long text row containing note |
NON_CHARTABLE_FLAG | DOUBLE | Y | If true, this event note is not chartable. |
NOTE_DT_TM | DATETIME | N | Date/Time of note entry. |
NOTE_FORMAT_CD | DOUBLE | N | Indicates type of blob. Note that a storage code doesn¿t exist - all blobs must exist on the long_blob table. Thus only format codes that apply to the storage code BLOB are valid here. |
NOTE_PRSNL_ID | DOUBLE | N | Personnel id of person who wrote the note. Foreign key to Personnel table. |
NOTE_TYPE_CD | DOUBLE | N | Type of notes: 7 Reason for insertion of an external apparatus 7 Reason for Deferring a medication administration 7 Complication Code 7 Cancel Reason 7 Delete Reason 7 Deferred Reason 7 Clinical Note 7 Instrument Flag for Lab 7 Complication Code for External Apparatus 7 Medication Administration Instruction. 7 Patient Follow-up/Reaction Comments. We need to determine whether to have a general "Delete Reason" note type for all result type, or different ones . |
NOTE_TZ | DOUBLE | Y | Time zone associated with the corresponding DT_TM column. |
RECORD_STATUS_CD | DOUBLE | N | Record status code. Values: active, inactive, deleted combined away, needs review. |
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. |
VALID_FROM_DT_TM | DATETIME | N | Contains the Beginning Point of when a row in the table is valid. |
VALID_UNTIL_DT_TM | DATETIME | N | Contains the End Point of when a row in the table is valid. Current version of the result has an open "Until Dt Tm" value. We need to determine what that value is. |
Relationship Detail - CE_EVENT_NOTE
Child Column in CE_EVENT_NOTE(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | NOTE_PRSNL_ID | PRSNL | PERSON_ID |
CE_EVENT_ORDER_LINK
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | Clinical Event Order Link |
Definition: | Link table that has grouping between clinical events and orders |
Table Type: | ACTIVITY |
Column Detail - CE_EVENT_ORDER_LINK
Column Name | Type | Null? | Definition |
---|---|---|---|
CATALOG_TYPE_CD | DOUBLE | N | The order catalog for this order. |
CE_EVENT_ORDER_LINK_ID | DOUBLE | N | Unique, generated number that identifies a single row on the CE_EVENT_ORDER_LINK table. |
ENCNTR_ID | DOUBLE | N | The encounter from the Clinical Event table. |
EVENT_END_DT_TM | DATETIME | N | Clinical date time for the end of the event. |
EVENT_ID | DOUBLE | N | Key to clinical_event table. This column is not the PK for Clinical_Event, so no FK can be created. |
ORDER_ACTION_SEQUENCE | DOUBLE | Y | A sequence number used to identify the order of the actions. |
ORDER_ID | DOUBLE | N | Unique foreign key to Orders Table. SEQUENCE NAME:ORDER_SEQ . |
PARENT_ORDER_IDENT | DOUBLE | N | Associated with the template_order_id on the Orders table. If no template order id exists, this field will duplicate the order_id on this table. |
PERSON_ID | DOUBLE | N | The person on the clinical event. |
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. |
VALID_FROM_DT_TM | DATETIME | N | Creation date for row. |
VALID_UNTIL_DT_TM | DATETIME | N | Date row becomes historical. |
Relationship Detail - CE_EVENT_ORDER_LINK
Child Column in CE_EVENT_ORDER_LINK(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | ORDER_ID | ORDERS | ORDER_ID |
CE_EVENT_PRSNL
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | ce event prsnl |
Definition: | Tracks signatures and other relationships of personnel to events. |
Table Type: | ACTIVITY |
Column Detail - CE_EVENT_PRSNL
Column Name | Type | Null? | Definition |
---|---|---|---|
ACTION_COMMENT | VARCHAR(255) | Y | Comment/Annotation attached to the Action. |
ACTION_DT_TM | DATETIME | Y | Date & Time action was achieved. |
ACTION_ORGANIZATION_FT | VARCHAR(100) | Y | The freetext form of the organization that performed the action. |
ACTION_ORGANIZATION_ID | DOUBLE | Y | The organization_id of the organization that performed the action. |
ACTION_PRSNL_FT | VARCHAR(100) | Y | If the action personnel is free text, this field will be filled with the formatted free text personnel, and action_prsnl_id will have the prsnl_id of the contributing system. |
ACTION_PRSNL_GROUP_ID | DOUBLE | N | Action Personnel Group ID for Inbox Pooling. FK from PRSNL_GROUP_ACCEPTED_TYPE table. |
ACTION_PRSNL_ID | DOUBLE | N | Personnel ID of person who carried out the action. |
ACTION_STATUS_CD | DOUBLE | N | Resultant status of the action. Valid status are: cancelled; completed; requested; deleted; refused. |
ACTION_TYPE_CD | DOUBLE | N | Type of action. Valid types are: author/creator; transcribe; cancel; verify; correct; review; sign; cosign; modify. |
ACTION_TZ | DOUBLE | Y | Time zone associated with the corresponding DT_TM column. |
CE_EVENT_PRSNL_ID | DOUBLE | N | Unique identifier generated for each row of data. |
CHANGE_SINCE_ACTION_FLAG | DOUBLE | N | This flag will be set if the information for the event has been modified since the action was performed. |
DIGITAL_SIGNATURE_IDENT | VARCHAR(60) | Y | Identifier of digital signature stored in DMS. |
EVENT_ID | DOUBLE | N | Foreign key to the event table. |
EVENT_PRSNL_ID | DOUBLE | N | Uniquely identifies a logical event prsnl row. There may be more than one row with the same event_prsnl_id, but only one of those rows will be current as indicated by the valid_until_dt_tm field. |
LINKED_EVENT_ID | DOUBLE | Y | Stores EVENT_ID from the CLINICAL_EVENT Table (not a Foreign Key). A linked event is created by a provider to associate multiple results to a single specific result. |
LONG_TEXT_ID | DOUBLE | N | Id of the textual comments associated with this personnel event |
PERSON_ID | DOUBLE | N | This is the value of the unique primary identifier of the person table. It is an internal system assigned number. |
PROXY_PRSNL_FT | VARCHAR(100) | Y | If the proxy personnel is free text, this field will be filled with the formatted free text personnel, and proxy_prsnl_id will have the prsnl_id of the contributing system. |
PROXY_PRSNL_ID | DOUBLE | N | Personnel ID of person who carried out the action on behalf of the Action_Persnl_ID. |
RECEIVING_PERSON_FT | VARCHAR(100) | Y | If the receiving person/guardian is free text, then this field will be populated with the formatted free-text guardian. |
RECEIVING_PERSON_ID | DOUBLE | Y | The patient/guardian receiving documents in the mail. |
REQUEST_COMMENT | VARCHAR(255) | Y | Comment/Annotation attached to the Request. |
REQUEST_DT_TM | DATETIME | Y | Date andTime action was requested. |
REQUEST_PRSNL_FT | VARCHAR(100) | Y | If the request personnel is free text, this field will be filled with the formatted free text personnel, and request_prsnl_id will have the prsnl_id of the contributing system. |
REQUEST_PRSNL_GROUP_ID | DOUBLE | N | Request Personnel Group ID for Inbox Pooling. FK from PRSNL_GROUP_ACCEPTED_TYPE table. |
REQUEST_PRSNL_ID | DOUBLE | N | Persnl_ID of requester. |
REQUEST_TZ | DOUBLE | Y | Time zone associated with the corresponding DT_TM column. |
SYSTEM_COMMENT | VARCHAR(255) | Y | Text field to hold the system generated comment. |
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. |
VALID_FROM_DT_TM | DATETIME | N | Contains the Beginning Point of when a row in the table is valid. |
VALID_UNTIL_DT_TM | DATETIME | N | Contains the "End Point" of when a row in the table is valid. Current version of the result has an open "Until Dt Tm" value. |
Relationship Detail - CE_EVENT_PRSNL
Child Column in CE_EVENT_PRSNL(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | LONG_TEXT_ID | LONG_TEXT | LONG_TEXT_ID |
ACTION_ORGANIZATION_ID | ORGANIZATION | ORGANIZATION_ID | |
PERSON_ID | PERSON | PERSON_ID | |
RECEIVING_PERSON_ID | PERSON | PERSON_ID | |
ACTION_PRSNL_ID | PRSNL | PERSON_ID | |
PROXY_PRSNL_ID | PRSNL | PERSON_ID | |
REQUEST_PRSNL_ID | PRSNL | PERSON_ID | |
ACTION_PRSNL_GROUP_ID | PRSNL_GROUP | PRSNL_GROUP_ID | |
REQUEST_PRSNL_GROUP_ID | PRSNL_GROUP | PRSNL_GROUP_ID |
Parent Column in CE_EVENT_PRSNL (PK) | Child Table Name | Child Column Name | |
---|---|---|---|
Children: | CE_EVENT_PRSNL_ID | DTS_RECIPIENT | EVENT_PRSNL_ID |
HIM_EVENT_ALLOCATION | CE_EVENT_PRSNL_ID | ||
HIM_PV_DOCUMENT | CE_EVENT_PRSNL_ID |
CE_FLAGGED_RESULT
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | Clinical Event Flagged Result |
Definition: | Stores flagged result information that will be related to a specific clinical event and a discipline or list of disciplines. The event_id will identify the active clinical event row that this flagged result is associated with. |
Table Type: | ACTIVITY |
Column Detail - CE_FLAGGED_RESULT
Column Name | Type | Null? | Definition |
---|---|---|---|
CE_FLAGGED_RESULT_ID | DOUBLE | N | A unique, generated number that is used to identify an individual CE_FLAGGED_RESULT row. |
ENCNTR_ID | DOUBLE | N | The encounter of the clinical event that was flagged. |
EVENT_CD | DOUBLE | N | The code that identifies the most basic unit of storage, i.e. RBC, discharge summary, image. |
EVENT_END_DT_TM | DATETIME | Y | Clinical date time for the end of the event. |
EVENT_ID | DOUBLE | N | The event that has been flagged. |
FLAGGED_DT_TM | DATETIME | Y | Date and time that the clinical event row became flagged. |
PERSON_ID | DOUBLE | N | The person who's Clinical Event has been flagged. |
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 - CE_FLAGGED_RESULT
Child Column in CE_FLAGGED_RESULT(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | ENCNTR_ID | ENCOUNTER | ENCNTR_ID |
PERSON_ID | PERSON | PERSON_ID |
Parent Column in CE_FLAGGED_RESULT (PK) | Child Table Name | Child Column Name | |
---|---|---|---|
Children: | CE_FLAGGED_RESULT_ID | CE_FLAGGED_RESULT_ROLE | CE_FLAGGED_RESULT_ID |
CE_FLAGGED_RESULT_ROLE
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | Clinical Event Flagged Result Role |
Definition: | Store flag discipline information that will be related to a specific clinical event and a specific flagged result. |
Table Type: | ACTIVITY |
Column Detail - CE_FLAGGED_RESULT_ROLE
Column Name | Type | Null? | Definition |
---|---|---|---|
CE_FLAGGED_RESULT_ID | DOUBLE | N | Identifies the associated flagged clinical event. |
CE_FLAGGED_RESULT_ROLE_ID | DOUBLE | N | A unique, generated number that is used to identify an individual ce_flagged_result_role row. |
EVENT_ID | DOUBLE | N | The event that has been flagged by this role. |
ROLE_TYPE_CD | DOUBLE | N | The role of the personnel that flagged this result. |
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 - CE_FLAGGED_RESULT_ROLE
Child Column in CE_FLAGGED_RESULT_ROLE(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | CE_FLAGGED_RESULT_ID | CE_FLAGGED_RESULT | CE_FLAGGED_RESULT_ID |