Table Detail Report

HPD_PROVIDER



Column Section Relationship Section Top of Page


Table-level Detail

Description: Healthcare Provider Directory Provider
Definition: Stores the networked provider information
Table Type: REFERENCE





Column Detail - HPD_PROVIDER


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.
DATE_OF_BIRTH VC2(15) Y Provider's Date of Birth - used to help uniquely identify a provider.
FIRST_NAME VC2(100) N First Name of the Provider
GENDER_CD NUMBER N Gender of the Provider
HPD_PROVIDER_ID NUMBER N Primary Key
INTERNAL_PRSNL_ID NUMBER N Provider corresponding to an internally defined personnel from the PRSNL table
LAST_NAME VC2(100) N Last Name of the Provider
LOGICAL_DOMAIN_ID NUMBER 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.
MIDDLE_NAME VC2(100) Y Middle Name of the Provider
PREFIX_TXT VC2(100) Y Title prepended to the provider's name
PROVIDER_NPI VC2(20) Y National Provider Identifier (NPI) is a Health Insurance Portability and Accountability Act (HIPAA) Administrative Simplification Standard. The NPI is a unique identification number for covered health care providers.
REVISION_NBR NUMBER N Current revision of the table. This should be incremented 1 higher than the highest revision on the table. All rows in the same update should have the same revision.
SUFFIX_TXT VC2(100) Y Title appended to the provider's name
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 - HPD_PROVIDER


Child Column in HPD_PROVIDER(FK) Parent Table Name Parent Column Name
Parents: LOGICAL_DOMAIN_ID LOGICAL_DOMAIN LOGICAL_DOMAIN_ID
INTERNAL_PRSNL_ID PRSNL PERSON_ID




Parent Column in HPD_PROVIDER (PK) Child Table Name Child Column Name
Children: HPD_PROVIDER_ID HPD_MEMBERSHIP HPD_PROVIDER_ID


HPD_SERVICE



Column Section Relationship Section Top of Page


Table-level Detail

Description: Healthcare Provider Directory Service
Definition: Stores the provider's available service information (i.e. email address).
Table Type: REFERENCE





Column Detail - HPD_SERVICE


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.
EMAIL_TYPE_CD NUMBER N The type of Email - code value from code set 43 - will have CDF Meaning EXTSECEMAIL or INTSECEMAIL .
FORMATTED_DISPLAY_NAME VC2(255) Y The Formatted Display Name used for the service email address
HPD_SERVICE_ID NUMBER N PRIMARY KEY
REVISION_NBR NUMBER N Current revision of the table. This should be incremented 1 higher than the highest revision on the table. All rows in the same update should have the same revision.
SERVICE_EMAIL_ADDRESS VC2(255) N E-mail Address
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 - HPD_SERVICE




Parent Column in HPD_SERVICE (PK) Child Table Name Child Column Name
Children: HPD_SERVICE_ID HPD_MEMBER_SERVICE_RELTN HPD_SERVICE_ID


HPD_SPECIALTY



Column Section Relationship Section Top of Page


Table-level Detail

Description: Healthcare Provider Directory Specialty
Definition: Stores the provider's specialty information (i.e. cardiologist)
Table Type: REFERENCE





Column Detail - HPD_SPECIALTY


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.
DESCRIPTION VC2(255) Y Description of the Specialization
FAX_NUMBER_TXT VC2(25) Y Fax Number of the Specialization
HPD_SPECIALTY_ID NUMBER N PRIMARY KEY
LOGICAL_DOMAIN_ID NUMBER N The unique identifier for the logical domain of the specialty
MOBILE_NUMBER_TXT VC2(25) Y Mobile Number of the Specialization
PAGER_NUMBER_TXT VC2(25) Y Pager Number of the Specialization
REVISION_NBR NUMBER N Current revision of the table. This should be incremented 1 higher than the highest revision on the table. All rows in the same update should have the same revision.
SPECIALTY_NAME VC2(100) N Name of the Organization's or Provider's Specialty
TELEPHONE_NUMBER_TXT VC2(25) Y Telephone Number of the Specialization
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 - HPD_SPECIALTY


Child Column in HPD_SPECIALTY(FK) Parent Table Name Parent Column Name
Parents: LOGICAL_DOMAIN_ID LOGICAL_DOMAIN LOGICAL_DOMAIN_ID




Parent Column in HPD_SPECIALTY (PK) Child Table Name Child Column Name
Children: HPD_SPECIALTY_ID HPD_MEMBER_SPECIALTY_RELTN HPD_SPECIALTY_ID