Table Detail Report
SCH_APPT_STATE
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Appointment Type States |
| Definition: | Contains the field for an appointment type that are dependent on its current state. |
| Table Type: | REFERENCE |
Column Detail - SCH_APPT_STATE
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ACTIVE_IND | DOUBLE | Y | 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 | Y | 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. |
| APPT_TYPE_CD | DOUBLE | N | The identifier for an appointment type. |
| BEG_EFFECTIVE_DT_TM | DATETIME | Y | The date and time for which this table row becomes effective. Normally, this will be the date and time the row is added, but could be a past or future date and time. |
| CANDIDATE_ID | DOUBLE | N | A sequence-generated number to uniquely identify the specific row in the database. |
| DISP_SCHEME_ID | DOUBLE | N | The coded identifier of the disp scheme. |
| END_EFFECTIVE_DT_TM | DATETIME | Y | The date/time after which the row is no longer valid as active current data. This may be valued with the date that the row became inactive. |
| NULL_DT_TM | DATETIME | N | contains 31-DEC-2100 00:00:00.00 |
| SCH_STATE_CD | DOUBLE | N | The coded identifier corresponding to the current state of the appointment. |
| STATE_MEANING | VARCHAR(12) | N | The 12-character string corresponding to the current state of the appointment. |
| 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. |
| VERSION_DT_TM | DATETIME | N | The version date and time marks the date the record became historical. |
Relationship Detail - SCH_APPT_STATE
| Child Column in SCH_APPT_STATE(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | APPT_TYPE_CD | CODE_VALUE | CODE_VALUE |
| SCH_STATE_CD | CODE_VALUE | CODE_VALUE | |
| DISP_SCHEME_ID | SCH_DISP_SCHEME | DISP_SCHEME_ID |
SCH_APPT_SYN
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Appointment Type Synonyms |
| Definition: | An appointment type can have multiple synonyms (alternate names) used in the selection and identification of an appointment type. |
| Table Type: | REFERENCE |
Column Detail - SCH_APPT_SYN
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ACTIVE_IND | DOUBLE | Y | 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 | Y | 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. |
| ALLOW_SELECTION_FLAG | DOUBLE | N | Can the idem se selected by the user. |
| APPT_SYNONYM_CD | DOUBLE | N | The identifier for an appointment type synonym. |
| APPT_TYPE_CD | DOUBLE | N | The identifier for an appointment type. |
| APPT_TYPE_FLAG | DOUBLE | N | Determines if the appointment type is a protocol or a discrete appointment type. |
| BEG_EFFECTIVE_DT_TM | DATETIME | Y | The date and time for which this table row becomes effective. Normally, this will be the date and time the row is added, but could be a past or future date and time. |
| CANDIDATE_ID | DOUBLE | N | A sequence-generated number to uniquely identify the specific row in the database. |
| END_EFFECTIVE_DT_TM | DATETIME | Y | The date/time after which the row is no longer valid as active current data. This may be valued with the date that the row became inactive. |
| INFO_SCH_TEXT_ID | DOUBLE | N | The identifier of the information-only text associated with the record. |
| LOGICAL_DOMAIN_ID | DOUBLE | N | 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. |
| MNEMONIC | VARCHAR(100) | N | A 100-character string used for identification and selection. |
| MNEMONIC_KEY | VARCHAR(100) | N | The MNEMONIC in uppercase with the non-alphanumeric characters removed. |
| MNEMONIC_KEY_A_NLS | VARCHAR(400) | Y | MNEMONIC_KEY_A_NLS column |
| MNEMONIC_KEY_NLS | VARCHAR(202) | Y | A native sort version of the MNEMONIC_KEY FIELD. |
| NULL_DT_TM | DATETIME | N | contains 31-DEC-2100 00:00:00.00 |
| OE_FORMAT_ID | DOUBLE | N | The identifier of the accept format. |
| ORDER_SENTENCE_ID | DOUBLE | N | The identifier of the order sentence. |
| PRIMARY_IND | DOUBLE | N | Mark the appointment synonym as the primary synonym for the appointment type. |
| 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. |
| VERSION_DT_TM | DATETIME | N | The version date and time marks the date the record became historical. |
Relationship Detail - SCH_APPT_SYN
| Child Column in SCH_APPT_SYN(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | APPT_SYNONYM_CD | CODE_VALUE | CODE_VALUE |
| APPT_TYPE_CD | CODE_VALUE | CODE_VALUE | |
| LOGICAL_DOMAIN_ID | LOGICAL_DOMAIN | LOGICAL_DOMAIN_ID | |
| INFO_SCH_TEXT_ID | LONG_TEXT_REFERENCE | LONG_TEXT_ID | |
| ORDER_SENTENCE_ID | ORDER_SENTENCE | ORDER_SENTENCE_ID |
| Parent Column in SCH_APPT_SYN (PK) | Child Table Name | Child Column Name | |
|---|---|---|---|
| Children: | APPT_SYNONYM_CD | SCH_APPT_ACTION | CHILD_APPT_SYN_CD |
| SCH_APPT_TYPE_SYN_R | APPT_REL_SYN_CD | ||
| SCH_CAB_SERVICE | APPT_SYNONYM_CD |
SCH_APPT_TYPE
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Appointment Type |
| Definition: | The appointment type specifies the type of service to perform in the appointment. |
| Table Type: | REFERENCE |
Column Detail - SCH_APPT_TYPE
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ACTIVE_IND | DOUBLE | Y | 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 | Y | 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. |
| APPT_TYPE_CD | DOUBLE | N | The identifier for an appointment type. |
| APPT_TYPE_FLAG | DOUBLE | N | Determines if the appointment type is a protocol or a discrete appointment type. |
| BEG_EFFECTIVE_DT_TM | DATETIME | Y | The date and time for which this table row becomes effective. Normally, this will be the date and time the row is added, but could be a past or future date and time. |
| CANDIDATE_ID | DOUBLE | N | A sequence-generated number to uniquely identify the specific row in the database. |
| DESCRIPTION | VARCHAR(200) | Y | A long description used for documentation. |
| END_EFFECTIVE_DT_TM | DATETIME | Y | The date/time after which the row is no longer valid as active current data. This may be valued with the date that the row became inactive. |
| GRP_PROMPT_CD | DOUBLE | N | Code value that indicates whether group session prompting is optional, required or disabled |
| GRP_PROMPT_MEANING | VARCHAR(12) | Y | CDF meaning value that indicates whether group session prompting is optional, required or disabled |
| GRP_RESOURCE_CD | DOUBLE | N | this resource will be used to store the availability when a group session is created for the associated appointment. |
| INFO_SCH_TEXT_ID | DOUBLE | N | The identifier of the information-only text associated with the record. |
| NULL_DT_TM | DATETIME | N | contains 31-DEC-2100 00:00:00.00 |
| OE_FORMAT_ID | DOUBLE | N | The identifier of the accept format. |
| PERSON_ACCEPT_CD | DOUBLE | N | The coded identifier for the person accept option. This is used to determine if the person/patient is required/optional/disabled for the appointment type. |
| PERSON_ACCEPT_MEANING | VARCHAR(12) | Y | A 12-character description corresponding to the person accept option. |
| PRIORITY_SEQ | DOUBLE | N | Priority sequence of the appointment type. |
| RECUR_CD | DOUBLE | N | The unique identifier for the ability to recur. |
| RECUR_MEANING | VARCHAR(12) | Y | A 12-character description corresponding to the ability to recur. |
| 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. |
| VERSION_DT_TM | DATETIME | N | The version date and time marks the date the record became historical. |
Relationship Detail - SCH_APPT_TYPE
| Child Column in SCH_APPT_TYPE(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | APPT_TYPE_CD | CODE_VALUE | CODE_VALUE |
| PERSON_ACCEPT_CD | CODE_VALUE | CODE_VALUE | |
| RECUR_CD | CODE_VALUE | CODE_VALUE | |
| INFO_SCH_TEXT_ID | LONG_TEXT_REFERENCE | LONG_TEXT_ID | |
| OE_FORMAT_ID | ORDER_ENTRY_FORMAT_PARENT | OE_FORMAT_ID | |
| GRP_RESOURCE_CD | SCH_RESOURCE | RESOURCE_CD |
| Parent Column in SCH_APPT_TYPE (PK) | Child Table Name | Child Column Name | |
|---|---|---|---|
| Children: | APPT_TYPE_CD | SCH_APPT_TYPE_SYN_R | APPT_TYPE_CD |
| SCH_AT_ENCNTR_TYPE_R | APPT_TYPE_CD | ||
| SCH_AT_INSUR_PROFILE_R | APPT_TYPE_CD | ||
| SCH_AT_MED_SERVICE_R | APPT_TYPE_CD | ||
| SCH_AT_SPECIALTY_R | APPT_TYPE_CD |
SCH_APPT_TYPE_SYN_R
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Scheduling Appointment Type Synonyms Related |
| Definition: | A relation table that relates an appointment type to a list of appointment synonyms. |
| Table Type: | REFERENCE |
Column Detail - SCH_APPT_TYPE_SYN_R
| 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. |
| APPT_REL_SYN_CD | DOUBLE | N | Synonym Related to the Appointment Type |
| APPT_TYPE_CD | DOUBLE | N | Parent Appointment Type Code |
| CANDIDATE_ID | DOUBLE | N | A sequence-generated number to uniquely identify the specific row in the database. |
| DEFAULT_IND | DOUBLE | N | Indicates whether the related synonym will be the default relation for this appointment type. |
| REL_SYN_TYPE_CD | DOUBLE | N | Relationship type indicating when these related appointment synonyms will be used. |
| SCH_APPT_TYPE_SYN_R_ID | DOUBLE | N | The unique identifier of this table. It is internally generated by Cerner. |
| 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 - SCH_APPT_TYPE_SYN_R
| Child Column in SCH_APPT_TYPE_SYN_R(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | APPT_REL_SYN_CD | SCH_APPT_SYN | APPT_SYNONYM_CD |
| APPT_TYPE_CD | SCH_APPT_TYPE | APPT_TYPE_CD |
SCH_ASSOC
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | SCH_ASSOC |
| Definition: | Scheduling Generic Association |
| Table Type: | REFERENCE |
Column Detail - SCH_ASSOC
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ACTIVE_IND | DOUBLE | Y | 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 | Y | 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. |
| ASSOCIATION_ID | DOUBLE | N | Scheduling Association Identifier |
| ASSOC_TYPE_CD | DOUBLE | N | A coded identifier for the Scheduling Association Type |
| ASSOC_TYPE_MEANING | VARCHAR(12) | Y | A 12-char description corresponding to the Scheduling Association Type Code |
| BEG_EFFECTIVE_DT_TM | DATETIME | Y | The date and time for which this table row becomes effective. Normally, this will be the date and time the row is added, but could be a past or future date and time. |
| CANDIDATE_ID | DOUBLE | N | A sequence-generated number to uniquely identify the specific row in the database. |
| CHILD_ID | DOUBLE | N | Child Identifier |
| CHILD_MEANING | VARCHAR(12) | Y | Child Meaning |
| CHILD_TABLE | VARCHAR(32) | Y | Child Table |
| DATA_SOURCE_CD | DOUBLE | N | A coded identifier for the Scheduling Data Source |
| DATA_SOURCE_MEANING | VARCHAR(12) | Y | A 12-char description corresponding to the Scheduling Data Source Code |
| DISPLAY_ID | DOUBLE | N | Display Identifier |
| DISPLAY_MEANING | VARCHAR(12) | Y | Display Meaning |
| DISPLAY_TABLE | VARCHAR(32) | Y | Display Table |
| END_EFFECTIVE_DT_TM | DATETIME | Y | The date/time after which the row is no longer valid as active current data. This may be valued with the date that the row became inactive. |
| NULL_DT_TM | DATETIME | N | contains 31-DEC-2100 00:00:00.00 |
| PARENT_ID | DOUBLE | N | Parent Identifier |
| PARENT_MEANING | VARCHAR(12) | Y | Parent Meaning |
| PARENT_TABLE | VARCHAR(32) | Y | Parent Table |
| SEQ_NBR | DOUBLE | N | Determines the order among the children of a group. |
| 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. |
| VERSION_DT_TM | DATETIME | N | The version date and time marks the date the record became historical. |
Relationship Detail - SCH_ASSOC
| Child Column in SCH_ASSOC(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | ASSOC_TYPE_CD | CODE_VALUE | CODE_VALUE |
| DATA_SOURCE_CD | CODE_VALUE | CODE_VALUE |