PRACTICE_SITE
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | Practice Site |
Definition: | Defines a practice site and its address and phone. |
Table Type: | REFERENCE |
Column Detail - PRACTICE_SITE
Column Name | Type | Null? | Definition |
---|---|---|---|
CLOSE_DT_TM | DATETIME | Y | Date time defines when the practice site is or will go out of service. |
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. |
OPEN_DT_TM | DATETIME | Y | Date and time when the site is going to be available for service. |
ORGANIZATION_ID | DOUBLE | N | Uniquely identifies the related row on the organization table. |
PRACTICE_SITE_DISPLAY | VARCHAR(100) | N | Value of the ORG_NAME from ORGANIZATION or display of the LOCATION_TYPE_CD from LOCATION. |
PRACTICE_SITE_ID | DOUBLE | N | Unique generated number that identifies a single row on the practice_site table. |
PRACTICE_SITE_SYSTEM_CD | DOUBLE | N | Code value which explains whether the site is internal, or external, etc. |
PRIMARY_ENTITY_ID | DOUBLE | N | Entity ID which will be used to get the Address and Phone for a practice site. |
PRIMARY_ENTITY_NAME | VARCHAR(30) | N | Entity Name which will be used to the the Address and Phone for a practice site. |
SCHEDULE_SYSTEM_TYPE_CD | DOUBLE | N | Code value representing the scheduling system being used for the practice site, like Millennium Revenue Cycle, Millennium ESM |
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 - PRACTICE_SITE
Child Column in PRACTICE_SITE(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | LOGICAL_DOMAIN_ID | LOGICAL_DOMAIN | LOGICAL_DOMAIN_ID |
ORGANIZATION_ID | ORGANIZATION | ORGANIZATION_ID |
Parent Column in PRACTICE_SITE (PK) | Child Table Name | Child Column Name | |
---|---|---|---|
Children: | PRACTICE_SITE_ID | PRACTICE_SITE_MSG_ROUTING | PRACTICE_SITE_ID |
PRACTICE_SITE_RELTN | PRACTICE_SITE_ID | ||
PRACTICE_SITE_TYPE_RELTN | PRACTICE_SITE_ID | ||
PRAC_SITE_REF_APPT_TYPE | PRACTICE_SITE_ID | ||
PRAC_SITE_SPECIALTY_RELTN | PRACTICE_SITE_ID | ||
REFERRAL | REFER_FROM_PRACTICE_SITE_ID | ||
REFERRAL | REFER_TO_PRACTICE_SITE_ID | ||
REFERRAL_HIST | REFER_FROM_PRACTICE_SITE_ID | ||
REFERRAL_HIST | REFER_TO_PRACTICE_SITE_ID |
PRACTICE_SITE_MSG_ROUTING
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | PRACTICE SITE MSG ROUTING RULE |
Definition: | Routing rules are used to create intended recipients and routed recipients for secure messages from the consumer. |
Table Type: | REFERENCE |
Column Detail - PRACTICE_SITE_MSG_ROUTING
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. |
INTENDED_RECIPIENT_PRSNL_ID | DOUBLE | N | The intended recipient of the message. This field must be 0 if a non-zero value is used for INTENDED_RECIPIENT_PRSNL_GROUP_ID |
INTENDED_RECIP_PRSNL_GROUP_ID | DOUBLE | N | PERSONNEL GROUP ID |
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. |
MESSAGE_TYPE_CD | DOUBLE | N | The type of message for which this routing rule applies |
PRACTICE_SITE_ID | DOUBLE | N | The practice site for which this routing rule applies |
PRACTICE_SITE_MSG_ROUTING_ID | DOUBLE | N | PRIMARY KEY |
ROUTED_RECIPIENT_PRSNL_ID | DOUBLE | N | The routed recipient of the message. May be 0. This field must be 0 if a non-zero value is used for ROUTED_RECIPIENT_PRSNL_GROUP_ID |
ROUTED_RECIP_PRSNL_GROUP_ID | DOUBLE | N | PERSONNEL GROUP ID |
ROUTING_RULE_TYPE | VARCHAR(28) | Y | This is used to determine different types of routing rules |
SUPPLEMENTAL_DISPLAY | VARCHAR(100) | Y | This will be appended as a suffix to the name of the intended recipient |
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 - PRACTICE_SITE_MSG_ROUTING
Child Column in PRACTICE_SITE_MSG_ROUTING(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | LOGICAL_DOMAIN_ID | LOGICAL_DOMAIN | LOGICAL_DOMAIN_ID |
PRACTICE_SITE_ID | PRACTICE_SITE | PRACTICE_SITE_ID | |
INTENDED_RECIPIENT_PRSNL_ID | PRSNL | PERSON_ID | |
ROUTED_RECIPIENT_PRSNL_ID | PRSNL | PERSON_ID | |
INTENDED_RECIP_PRSNL_GROUP_ID | PRSNL_GROUP | PRSNL_GROUP_ID | |
ROUTED_RECIP_PRSNL_GROUP_ID | PRSNL_GROUP | PRSNL_GROUP_ID |
PRACTICE_SITE_RELTN
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | Practice Site Relationship |
Definition: | Associates a location or an organization to a practice site. |
Table Type: | REFERENCE |
Column Detail - PRACTICE_SITE_RELTN
Column Name | Type | Null? | Definition |
---|---|---|---|
PARENT_ENTITY_ID | DOUBLE | N | Parent Entity Name , which we can join the Organization/Location table to PRACTICE_SITE, could be organization/location |
PARENT_ENTITY_NAME | VARCHAR(30) | N | Parent Entity Name , which we can join the Organization/Location table to PRACTICE_SITE, could be organization/location |
PRACTICE_SITE_ID | DOUBLE | N | Foreign Key relationship to the Practice_Site table. |
PRACTICE_SITE_RELTN_ID | DOUBLE | N | Unique generated number that identifies a single row on the PRACTICE_SITE_RELTN 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. |
Relationship Detail - PRACTICE_SITE_RELTN
Child Column in PRACTICE_SITE_RELTN(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | PRACTICE_SITE_ID | PRACTICE_SITE | PRACTICE_SITE_ID |
PRACTICE_SITE_TYPE_RELTN
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | Practice Site Type Relationship |
Definition: | Defines whether a given practice site is referral, internal, external or owned etc., through code vlaues. |
Table Type: | REFERENCE |
Column Detail - PRACTICE_SITE_TYPE_RELTN
Column Name | Type | Null? | Definition |
---|---|---|---|
PRACTICE_SITE_ID | DOUBLE | N | Foreign Key relationship to the Practice_Site table. |
PRACTICE_SITE_TYPE_CD | DOUBLE | N | Code value specifies whether the Practive_Site is Referral, Internal, External, etc. |
PRACTICE_SITE_TYPE_RELTN_ID | DOUBLE | N | Unique generated number that identifies a single row on the Practice_Site_Type_Reltn 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. |
Relationship Detail - PRACTICE_SITE_TYPE_RELTN
Child Column in PRACTICE_SITE_TYPE_RELTN(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | PRACTICE_SITE_ID | PRACTICE_SITE | PRACTICE_SITE_ID |
PRAC_SITE_REF_APPT_TYPE
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | Practice Site Referal Appointment Types |
Definition: | Defines the appointment types that the practice site uses when accepting referrals. |
Table Type: | REFERENCE |
Column Detail - PRAC_SITE_REF_APPT_TYPE
Column Name | Type | Null? | Definition |
---|---|---|---|
APPT_SYNONYM_CD | DOUBLE | N | Code value specifies whether the PRACTICE_SITE has referral appointment type Surgery, Cardiology etc. |
PRACTICE_SITE_ID | DOUBLE | N | Uniquely identifies the related practice site. |
PRAC_SITE_REF_APPT_TYPE_ID | DOUBLE | N | Unique generated number that identifies a single row on the PRAC_SITE_REF_APPT_TYPE 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. |
Relationship Detail - PRAC_SITE_REF_APPT_TYPE
Child Column in PRAC_SITE_REF_APPT_TYPE(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | PRACTICE_SITE_ID | PRACTICE_SITE | PRACTICE_SITE_ID |