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 | DOUBLE | N | Tells whether this is the default item in a drop list. |
ITEM_DISPLAY_TXT | VARCHAR(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 | DOUBLE | N | Determines the order in which this item appears in a drop list. |
NOTE_PHRASE_DROP_LIST_ID | DOUBLE | N | Tells which auto text drop list this item belongs to. |
NOTE_PHRASE_DROP_LIST_ITEM_ID | DOUBLE | N | Unique generated number that identifies a single row on the NOTE_PHRASE_DROP_LIST_ITEM table. |
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 - 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 | DOUBLE | 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 | DOUBLE | 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 | DATETIME | N | The date and time that the active_status_cd was set. |
ACTIVE_STATUS_PRSNL_ID | DOUBLE | N | The person who caused the active_status_cd to be set or change. |
CONTEXT_URN | VARCHAR(100) | N | URN of a context where favorite is saved, ; like "cerner:documentation:ckeditor: |
DISPLAY_SEQ | DOUBLE | N | The order the favorites are displayed to the user |
LABEL_TXT | VARCHAR(50) | Y | Text label of a bookmark (only for non-leaf nodes aka folders) |
NOTE_PHRASE_FAVORITE_ID | DOUBLE | N | Unique generated number that identifies a single row on the NOTE_PHRASE_FAVORITE table. |
NOTE_PHRASE_ID | DOUBLE | N | Pointer to the favorite entry. |
PARENT_NOTE_PHRASE_FAVORITE_ID | DOUBLE | N | The parent of this favorite. If different than the primary key value, denotes a folder level. |
PRSNL_ID | DOUBLE | N | The person who set up this favorite. |
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 - 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 | DOUBLE | 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 | DOUBLE | 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 | DATETIME | N | The date and time that the active_status_cd was set. |
ACTIVE_STATUS_PRSNL_ID | DOUBLE | N | The person who caused the active_status_cd to be set or change. |
LABEL_CD | DOUBLE | N | The label to apply. |
NOTE_PHRASE_ID | DOUBLE | N | The note phrase the label applies to. |
NOTE_PHRASE_LABEL_ID | DOUBLE | N | Unique generated number that identifies a single row on the NOTE_PHRASE_LABEL table. |
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. |
USER_ID | DOUBLE | 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 | DOUBLE | Y | Indicates whether the keyword is currently active |
NOTE_TEMPLATE_KEYWORD_ID | DOUBLE | N | Unique primary key to table. |
TEMPLATE_KEYWORD | VARCHAR(50) | N | keyword |
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 - 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 | DOUBLE | Y | Banner Indicator. |
DATA_STATUS_IND | DOUBLE | Y | 1 if the note type is active 0 otherwise |
DEFAULT_LEVEL_FLAG | DOUBLE | N | Specifies the default level for documents generated with this note type. |
DEFAULT_SERVICE_DATE_CD | DOUBLE | N | *** OBSOLETE *** |
DEVICE_NAME | VARCHAR(100) | Y | printer name |
EVENT_CD | DOUBLE | N | event code that corresponds to the note type. |
NOTE_TYPE_DESCRIPTION | VARCHAR(50) | Y | description of the note type. Initially matches the event_cd display |
NOTE_TYPE_ID | DOUBLE | N | unique primary key for the table. |
OVERRIDE_LEVEL_IND | DOUBLE | 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 | DOUBLE | Y | 0-default(AUTH = 5) 1-InProgress 2-Transcribe 3-UnAuth 4-Auth 5-Modify |
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 - 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 |