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 | 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. |
DATE_OF_BIRTH | VARCHAR(15) | Y | Provider's Date of Birth - used to help uniquely identify a provider. |
FIRST_NAME | VARCHAR(100) | N | First Name of the Provider |
GENDER_CD | DOUBLE | N | Gender of the Provider |
HPD_PROVIDER_ID | DOUBLE | N | Primary Key |
INTERNAL_PRSNL_ID | DOUBLE | N | Provider corresponding to an internally defined personnel from the PRSNL table |
LAST_NAME | VARCHAR(100) | N | Last Name of the Provider |
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. |
MIDDLE_NAME | VARCHAR(100) | Y | Middle Name of the Provider |
PREFIX_TXT | VARCHAR(100) | Y | Title prepended to the provider's name |
PROVIDER_NPI | VARCHAR(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 | DOUBLE | 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 | VARCHAR(100) | Y | Title appended to the provider's name |
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 - 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 | 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. |
EMAIL_TYPE_CD | DOUBLE | N | The type of Email - code value from code set 43 - will have CDF Meaning EXTSECEMAIL or INTSECEMAIL . |
FORMATTED_DISPLAY_NAME | VARCHAR(255) | Y | The Formatted Display Name used for the service email address |
HPD_SERVICE_ID | DOUBLE | N | PRIMARY KEY |
REVISION_NBR | DOUBLE | 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 | VARCHAR(255) | N | E-mail Address |
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 - 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 | 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. |
DESCRIPTION | VARCHAR(255) | Y | Description of the Specialization |
FAX_NUMBER_TXT | VARCHAR(25) | Y | Fax Number of the Specialization |
HPD_SPECIALTY_ID | DOUBLE | N | PRIMARY KEY |
LOGICAL_DOMAIN_ID | DOUBLE | N | The unique identifier for the logical domain of the specialty |
MOBILE_NUMBER_TXT | VARCHAR(25) | Y | Mobile Number of the Specialization |
PAGER_NUMBER_TXT | VARCHAR(25) | Y | Pager Number of the Specialization |
REVISION_NBR | DOUBLE | 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 | VARCHAR(100) | N | Name of the Organization's or Provider's Specialty |
TELEPHONE_NUMBER_TXT | VARCHAR(25) | Y | Telephone Number of the Specialization |
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 - 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 |