Table Detail Report

NOTE_PHRASE_DROP_LIST_ITEM



Column Section Relationship Section Top of Page


Table-level Detail

Description: Note Phrase Drop List Item
Definition: Individual items in a note phrase drop list.
Table Type: REFERENCE





Column Detail - NOTE_PHRASE_DROP_LIST_ITEM


Column Name Type Null? Definition
DEFAULT_IND NUMBER N Tells whether this is the default item in a drop list.
ITEM_DISPLAY_TXT VC2(255) N The display for the drop list item. For example, in a drop list for severity you might have the following three displays: mild, moderate, severe.
ITEM_SEQ NUMBER N Determines the order in which this item appears in a drop list.
NOTE_PHRASE_DROP_LIST_ID NUMBER N Tells which auto text drop list this item belongs to.
NOTE_PHRASE_DROP_LIST_ITEM_ID NUMBER N Unique generated number that identifies a single row on the NOTE_PHRASE_DROP_LIST_ITEM table.
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 - NOTE_PHRASE_DROP_LIST_ITEM


Child Column in NOTE_PHRASE_DROP_LIST_ITEM(FK) Parent Table Name Parent Column Name
Parents: NOTE_PHRASE_DROP_LIST_ID NOTE_PHRASE_DROP_LIST NOTE_PHRASE_DROP_LIST_ID


NOTE_PHRASE_FAVORITE



Column Section Relationship Section Top of Page


Table-level Detail

Description: Note Phrase Favorite
Definition: Contains favorites (very similar to bookmarks) that point to most frequently used auto text template shortcuts.
Table Type: ACTIVITY





Column Detail - NOTE_PHRASE_FAVORITE


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.
ACTIVE_STATUS_CD NUMBER 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 DATE N The date and time that the active_status_cd was set.
ACTIVE_STATUS_PRSNL_ID NUMBER N The person who caused the active_status_cd to be set or change.
CONTEXT_URN VC2(100) N URN of a context where favorite is saved, ; like "cerner:documentation:ckeditor:"
DISPLAY_SEQ NUMBER N The order the favorites are displayed to the user
LABEL_TXT VC2(50) Y Text label of a bookmark (only for non-leaf nodes aka folders)
NOTE_PHRASE_FAVORITE_ID NUMBER N Unique generated number that identifies a single row on the NOTE_PHRASE_FAVORITE table.
NOTE_PHRASE_ID NUMBER N Pointer to the favorite entry.
PARENT_NOTE_PHRASE_FAVORITE_ID NUMBER N The parent of this favorite. If different than the primary key value, denotes a folder level.
PRSNL_ID NUMBER N The person who set up this favorite.
UPDT_APPLCTX NUMBER 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 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. 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 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 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. 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 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 - NOTE_PHRASE_FAVORITE


Child Column in NOTE_PHRASE_FAVORITE(FK) Parent Table Name Parent Column Name
Parents: NOTE_PHRASE_ID NOTE_PHRASE NOTE_PHRASE_ID
PARENT_NOTE_PHRASE_FAVORITE_ID NOTE_PHRASE_FAVORITE NOTE_PHRASE_FAVORITE_ID
PRSNL_ID PRSNL PERSON_ID




Parent Column in NOTE_PHRASE_FAVORITE (PK) Child Table Name Child Column Name
Children: NOTE_PHRASE_FAVORITE_ID NOTE_PHRASE_FAVORITE PARENT_NOTE_PHRASE_FAVORITE_ID


NOTE_PHRASE_LABEL



Column Section Relationship Section Top of Page


Table-level Detail

Description: Note Phrase Label
Definition: A label used to group note phrases.
Table Type: REFERENCE





Column Detail - NOTE_PHRASE_LABEL


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.
ACTIVE_STATUS_CD NUMBER 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 DATE N The date and time that the active_status_cd was set.
ACTIVE_STATUS_PRSNL_ID NUMBER N The person who caused the active_status_cd to be set or change.
LABEL_CD NUMBER N The label to apply.
NOTE_PHRASE_ID NUMBER N The note phrase the label applies to.
NOTE_PHRASE_LABEL_ID NUMBER N Unique generated number that identifies a single row on the NOTE_PHRASE_LABEL table.
UPDT_APPLCTX NUMBER 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 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. 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 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 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. 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 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.
USER_ID NUMBER N The user the label applies to.



Relationship Detail - NOTE_PHRASE_LABEL


Child Column in NOTE_PHRASE_LABEL(FK) Parent Table Name Parent Column Name
Parents: NOTE_PHRASE_ID NOTE_PHRASE NOTE_PHRASE_ID
USER_ID PRSNL PERSON_ID


NOTE_TEMPLATE_KEYWORD



Column Section Relationship Section Top of Page


Table-level Detail

Description: list of all keywords associated with Clinical Templates
Definition: Keywords
Table Type: REFERENCE





Column Detail - NOTE_TEMPLATE_KEYWORD


Column Name Type Null? Definition
DATA_STATUS_IND NUMBER Y Indicates whether the keyword is currently active
NOTE_TEMPLATE_KEYWORD_ID NUMBER N Unique primary key to table.
TEMPLATE_KEYWORD VC2(50) N keyword
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 - NOTE_TEMPLATE_KEYWORD




Parent Column in NOTE_TEMPLATE_KEYWORD (PK) Child Table Name Child Column Name
Children: NOTE_TEMPLATE_KEYWORD_ID TEMPLATE_KEYWORD_RELTN NOTE_TEMPLATE_KEYWORD_ID


NOTE_TYPE



Column Section Relationship Section Top of Page


Table-level Detail

Description: NOTE TYPE
Definition: List of all valid note types for the Clinical Document Tab in PowerChart
Table Type: REFERENCE





Column Detail - NOTE_TYPE


Column Name Type Null? Definition
BANNER_IND NUMBER Y Banner Indicator.
DATA_STATUS_IND NUMBER Y 1 if the note type is active 0 otherwise
DEFAULT_LEVEL_FLAG NUMBER N Specifies the default level for documents generated with this note type.
DEFAULT_SERVICE_DATE_CD NUMBER N *** OBSOLETE ***
DEVICE_NAME VC2(100) Y printer name
EVENT_CD NUMBER N event code that corresponds to the note type.
NOTE_TYPE_DESCRIPTION VC2(50) Y description of the note type. Initially matches the event_cd display
NOTE_TYPE_ID NUMBER N unique primary key for the table.
OVERRIDE_LEVEL_IND NUMBER N Indicates if the user can override the default level specified by DEFAULT_LEVEL_FLAG. The default is 1 which means it can be overridden.
PUBLISH_LEVEL NUMBER Y 0-default(AUTH = 5) 1-InProgress 2-Transcribe 3-UnAuth 4-Auth 5-Modify
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 - NOTE_TYPE




Parent Column in NOTE_TYPE (PK) Child Table Name Child Column Name
Children: NOTE_TYPE_ID INVTN_PROGRAM_GROUP NOTE_TYPE_ID
MSG_DOC_FAVORITES NOTE_ID
NOTE_TYPE_LIST NOTE_TYPE_ID
NOTE_TYPE_SCR_PATTERN_RELTN NOTE_TYPE_ID
NOTE_TYPE_TEMPLATE_RELTN NOTE_TYPE_ID
PDOC_NOTE_TYPE_PREF_R NOTE_TYPE_ID