Table Detail Report
PERSON_ORG_RELTN_HIST
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Person Organization Relation History |
| Definition: | Used to store transactional history for person organization relationships. |
| Table Type: | ACTIVITY |
Column Detail - PERSON_ORG_RELTN_HIST
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ACTIVE_IND | NUMBER | 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 | NUMBER | 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 | DATE | N | The date and time that the active_status_cd was set. |
| ACTIVE_STATUS_PRSNL_ID | NUMBER | N | The person who caused the active_status_cd to be set or change. |
| BEG_EFFECTIVE_DT_TM | DATE | N | 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. |
| CHANGE_BIT | NUMBER | N | Identifies which columns have had a change. |
| CONTRIBUTOR_SYSTEM_CD | NUMBER | N | Contributor system identifies the source feed of data from which a row was populated. This is mainly used to determine how to update a set of data that may have originated from more than one source feed. |
| DATA_STATUS_CD | NUMBER | N | Data status indicates a level of authenticity of the row data. Typically this will either be AUTHENTICATED or UNAUTHENTICATED. |
| DATA_STATUS_DT_TM | DATE | Y | The date and time that the data_status_cd was set. |
| DATA_STATUS_PRSNL_ID | NUMBER | N | The person who caused the data_status_cd to be set or change. |
| EMPL_CONTACT | VC2(100) | Y | The name of the person at the employer organization to verify employment. |
| EMPL_HIRE_DT_TM | DATE | Y | The date the employee was hired. |
| EMPL_OCCUPATION_CD | NUMBER | N | The codified representation of the person's type of work performed on behalf of the employer organization. |
| EMPL_OCCUPATION_NOMEN_ID | NUMBER | Y | The identifying information of the nomenclature defining the person's type of work performed on behalf of the employer organization. Examples may include Bank Officer, Java Software Developer, and Nurse Practitioner. |
| EMPL_OCCUPATION_TEXT | VC2(100) | Y | The textual description of the person's type of work performed on behalf of the employer organization. |
| EMPL_OCC_INDUSTRY_NOMEN_ID | NUMBER | Y | The identifying information of the nomenclature defining the type of business that compensates the person for work or assigns work to the person as an unpaid worker or volunteer. Examples may include Federal Savings Banks, Computer Software Support Services, and Pharmacies. |
| EMPL_POSITION | VC2(100) | Y | The work position given to the employee by the employer organization. |
| EMPL_RETIRE_DT_TM | DATE | Y | The date the employee retired. |
| EMPL_STATUS_CD | NUMBER | N | Indicates a condition of employment (i.e. probation, leave, employed, terminated). |
| EMPL_TERM_DT_TM | DATE | Y | Date the employee was terminated. |
| EMPL_TITLE | VC2(100) | N | Employee title is the work title given to the employee by the employer organization. |
| EMPL_TITLE_CD | NUMBER | N | Employee title code is the codified work title given to the employee by the employer organization. |
| EMPL_TYPE_CD | NUMBER | N | Employee type identifies the kind of employment related to the number of hours worked and/or how the employee is paid (I.e., part time-hourly, full time-salary, etc.). |
| END_EFFECTIVE_DT_TM | DATE | N | 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. |
| ORGANIZATION_ID | NUMBER | N | This is the value of the unique primary identifier of the organization table. It is an internal system assigned number. |
| PERSON_ORG_NBR | VC2(100) | Y | This is the primary external identifier for the person organization relationship (I.e., employee number, student id number, etc.) |
| PERSON_ORG_RELTN_CD | NUMBER | N | Identifies the specific type of relationship of the person to the organization. This field has Cerner defined meanings (I.e., employee, student, etc.) |
| PERSON_ORG_RELTN_HIST_ID | NUMBER | N | The primary key of the PERSON_ORG_RELTN_HIST table. |
| PERSON_ORG_RELTN_ID | NUMBER | N | This is the value of the unique primary identifier of the person organization relationship table. It is an internal system assigned number. |
| PM_HIST_TRACKING_ID | NUMBER | N | This is the unique primary identifier of the pm_hist_tracking table. It is an internal system assigned number. |
| PRIORITY_SEQ | NUMBER | N | Identifies a sequencing priority to be used when a duplicate relationship of the same type is created. |
| SOURCE_IDENTIFIER | VC2(255) | Y | Identifier assigned from a master system to this row. Added to support the uk's pds allocated object identifier. Used to help keep the uk master in sync with millennium. |
| TRACKING_BIT | NUMBER | N | Identifies which columns have had a change. |
| TRANSACTION_DT_TM | DATE | N | ** OBSOLETE **. Use column updt_dt_tm for any filtering/ordering query. If transaction date time is needed, it should be retrieved from pm_hist_tracking table. Note that its date may be in the past, as in before the update date time. |
| 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 - PERSON_ORG_RELTN_HIST
| Child Column in PERSON_ORG_RELTN_HIST(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | EMPL_OCCUPATION_NOMEN_ID | NOMENCLATURE | NOMENCLATURE_ID |
| EMPL_OCC_INDUSTRY_NOMEN_ID | NOMENCLATURE | NOMENCLATURE_ID | |
| ORGANIZATION_ID | ORGANIZATION | ORGANIZATION_ID | |
| PERSON_ORG_RELTN_ID | PERSON_ORG_RELTN | PERSON_ORG_RELTN_ID | |
| PM_HIST_TRACKING_ID | PM_HIST_TRACKING | PM_HIST_TRACKING_ID |
PERSON_PATIENT
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Person Patient |
| Definition: | The person patient table is a logical extension of the person table. A single row in the person patient table is related to a single row in the person table. The person patient table contains data that is collected when a person becomes a patient. |
| Table Type: | ACTIVITY |
Column Detail - PERSON_PATIENT
| 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. |
| ACTIVE_STATUS_CD | NUMBER | 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 | DATE | N | The date and time that the active_status_cd was set. |
| ACTIVE_STATUS_PRSNL_ID | NUMBER | N | The person who caused the active_status_cd to be set or change. |
| ADOPTED_CD | NUMBER | N | Describes the adopted status of the person. |
| ADVOCATE_REQUIRED_CD | NUMBER | N | Identifies it the patient requires someone to be present to help them understand and make decisions around their clinical care. |
| BAD_DEBT_CD | NUMBER | N | Describes a level or status of bad debt risk represented by the person. |
| BAPTISED_CD | NUMBER | N | Describes the baptised status of the person |
| BEG_EFFECTIVE_DT_TM | DATE | N | 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. |
| BIRTH_CERTIFICATE_IDENT | VC2(100) | Y | The numeric or textual identifier of the government issued vital document which certifies the patient's birth. |
| BIRTH_LENGTH | FLOAT | Y | The numerical length of the person recorded at birth. |
| BIRTH_LENGTH_UNITS_CD | NUMBER | N | The units used to record the birth length. |
| BIRTH_MULTIPLE_CD | NUMBER | N | Identifies a birth of more than one baby (I.e., twins, triplets, etc.) |
| BIRTH_NAME | VC2(100) | Y | The name given to the person at birth. |
| BIRTH_ORDER | NUMBER | Y | In the case of a multiple birth, the number which represents the order of birth for the person. |
| BIRTH_ORDER_CD | NUMBER | N | In the case of a multiple birth, the number which represents the order of birth for the person. This is essentially the same information that is stored in column Birth_Order but the UK handles this field differently so this new column was needed to accomodate the UK processing. |
| BIRTH_SEX_CD | NUMBER | N | The sex, typically determined by biological characteristics such as reproductive anatomy or genetic makeup, assigned at birth for the purposes of birth registration. |
| BIRTH_WEIGHT | FLOAT | Y | The numerical weight of the person recorded at birth. |
| BIRTH_WEIGHT_UNITS_CD | NUMBER | N | The units used to record the birth weight. |
| CALLBACK_CONSENT_CD | NUMBER | N | Denotes if the person has provided their consent to be contacted. |
| CHURCH_CD | NUMBER | N | Identifies a the specific church or place of worship that the person is associated with. |
| CONTACT_FOR_RESEARCH_PERM_CD | NUMBER | N | Information regarding if the patient has given permission to be contacted for research purposes |
| CONTACT_LIST_CD | NUMBER | N | Indicates whether the person has a hard-copy of contact list information on file with the institution |
| CONTACT_METHOD_CD | NUMBER | N | Denotes the person's preferred method of communication should he or she need to be contacted. |
| CONTACT_TIME | VC2(255) | Y | The preferred contact times and days for the person. |
| CONTRIBUTOR_SYSTEM_CD | NUMBER | N | Contributor system identifies the source feed of data from which a row was populated. This is mainly used to determine how to update a set of data that may have originated from more than one source feed. |
| CREDIT_HRS_TAKING | NUMBER | Y | The current number of school credit hours the person is taking. |
| CUMM_LEAVE_DAYS | NUMBER | Y | future |
| CURRENT_BALANCE | FLOAT | Y | The current unpaid account balance owed by the person. |
| CURRENT_GRADE | NUMBER | Y | The current school grade of the person. |
| CUSTODY_CD | NUMBER | N | A person relationship code identifying the relationship of the person who has custody of the person. |
| DATA_STATUS_CD | NUMBER | N | Data status indicates a level of authenticity of the row data. Typically this will either be AUTHENTICATED or UNAUTHENTICATED. |
| DATA_STATUS_DT_TM | DATE | Y | The date and time that the data_status_cd was set. |
| DATA_STATUS_PRSNL_ID | NUMBER | N | The person who caused the data_status_cd to be set or change. |
| DEATH_CERTIFICATE_IDENT | VC2(100) | Y | The numeric or textual identifier of the government issued vital document which certifies the patient's birth. |
| DEGREE_COMPLETE_CD | NUMBER | N | The highest degree completed by the person. |
| DEMOG_VERIFY_DT_TM | DATE | Y | The date and time at which the patient's demographics were last verified. |
| DIET_TYPE_CD | NUMBER | N | Identifies a special kind of diet for the person. |
| DISEASE_ALERT_CD | NUMBER | N | Disease Alert |
| END_EFFECTIVE_DT_TM | DATE | N | 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. |
| EXT_TRANSPORT_REQUIRED_CD | NUMBER | N | Identifies if the patient requires transportation to the health care facility. |
| FAMILY_INCOME | FLOAT | Y | The current income of the person's immediate family. |
| FAMILY_NBR_OF_MINORS_CNT | NUMBER | Y | The current number of minors in the person's immediate family. |
| FAMILY_SIZE | NUMBER | Y | The current number of people in the person's immediate family. |
| FINANCIAL_RISK_LEVEL_CD | NUMBER | N | Indicates the person's propensity to make payment on bills for services rendered based on client-defined rules for evaluating financial risk level. |
| FIN_STATEMENT_EXPIRE_DT_TM | DATE | Y | The data and time of when the financial statement will expire for the person. |
| FIN_STATEMENT_VERIFIED_DT_TM | DATE | Y | The date and time of when the financial statement was verified for the person. |
| GEST_AGE_AT_BIRTH | NUMBER | Y | The gestational age at birth in days. |
| GEST_AGE_METHOD_CD | NUMBER | N | The code value for the method that was used to determine gestational age at birth. |
| HEALTH_APP_ACCESS_OFFERED_CD | NUMBER | N | the information regarding if the patient (or patient-authorized representative) has been offered access to any application(s) of their choosing made available by the provider which accesses their health information via a certified vendor API |
| HEALTH_INFO_ACCESS_OFFERED_CD | NUMBER | N | Information regarding if the patient (or patient-authorized representative) has been provided access to view online, download, and transmit their health information |
| HIGHEST_GRADE_COMPLETE_CD | NUMBER | N | The highest grade completed by the person. |
| IMMUN_ON_FILE_CD | NUMBER | N | future functionality |
| INTERP_REQUIRED_CD | NUMBER | N | Identifies that a language interpreter is required. Otherwise, this field is NULL. |
| INTERP_TYPE_CD | NUMBER | N | If the interp_required_cd is not NULL, then this field may be valued to indicate the need for a specific type of interpreter. |
| IQH_PARTICIPANT_CD | NUMBER | N | The IQ health participation code stores the consent status for IQ Health personal health record. |
| LAST_ATD_ACTIVITY_DT_TM | DATE | Y | is this still used (V400)?? |
| LAST_BILL_DT_TM | DATE | Y | The date and time that the last bill was sent to the person or insurance organization. |
| LAST_BIND_DT_TM | DATE | Y | The last bind date and time of the patient |
| LAST_DISCHARGE_DT_TM | DATE | Y | The date and time that the person was last discharged from the inpatient or ambulatory organization. |
| LAST_EVENT_UPDT_DT_TM | DATE | Y | is this still used (V400)?? |
| LAST_PAYMENT_DT_TM | DATE | Y | The date and time of the last payment received on behalf of the person. |
| LAST_TRAUMA_DT_TM | DATE | Y | Date the last trauma related encounter occurred |
| LIVING_ARRANGEMENT_CD | NUMBER | N | The living arrangement of the patient |
| LIVING_DEPENDENCY_CD | NUMBER | N | The living dependency of the patient |
| LIVING_WILL_CD | NUMBER | N | Living Will Code Value |
| MICROFILM_CD | NUMBER | N | Describes the existence of microfilm for the person's chart. |
| MOTHER_IDENTIFIER | VC2(100) | Y | Free-text attribute used to uniquely identify the persons mother |
| MOTHER_IDENTIFIER_CD | NUMBER | N | Identifies the type of alias specified in the MOTHER_IDENTIFIER attribute (MRN, SSN) |
| NBR_OF_BROTHERS | NUMBER | Y | The person's current number of brothers. |
| NBR_OF_PREGNANCIES | NUMBER | Y | Number of pregnancies |
| NBR_OF_SISTERS | NUMBER | Y | The person's current number of sisters. |
| ORGAN_DONOR_CD | NUMBER | N | Describes the organ donor status of the person. |
| PARENT_MARITAL_STATUS_CD | NUMBER | N | The marital status of the person's parents (I.e., divorced) |
| PERSON_ID | NUMBER | N | This is the value of the unique primary identifier of the person table. It is an internal system assigned number. |
| PHONE_CONTACT_TYPE_CD | NUMBER | N | Denotes the person's preferred type of phone should he or she need to be contacted. |
| PREV_CONTACT_IND | NUMBER | N | This attribute indicates if the patient has ever had previous contact with UK's NHS (National Health System). |
| PRIMARY_CARE_HOME_CD | NUMBER | N | Information regarding the patient's primary care home. A primary care home is a patient centered primary care setting where a group of medical professionals coordinate care within a defined population. |
| PROCESS_ALERT_CD | NUMBER | N | Process Alert |
| SMOKES_CD | NUMBER | N | Describes the smoking status of the person. |
| SOURCE_LAST_SYNC_DT_TM | DATE | Y | The last date and time the record was synchronized with the master system. Added to support the UK's PDS serial change number. |
| SOURCE_SYNC_LEVEL_FLAG | NUMBER | N | Synchronization level indicates what level of synchronization with the master system is to be performed. 0 - the full person record should be synched with the master system when all other necessary criteria for synchronization have been met. 1 - the person record has been decoupled from the master system and no part of the record should be synched even when all other criteria necessary for synchronization have been met. |
| SOURCE_VERSION_NUMBER | VC2(255) | Y | Version number assigned from a master system to this record. Added to support the UK's PDS Serial Change Number. |
| STUDENT_CD | NUMBER | N | Indicates if the patient is a student (full or part time). |
| TUMOR_REGISTRY_CD | NUMBER | N | The tumor registry of the patient |
| 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. |
| WRITTEN_FORMAT_CD | NUMBER | N | This code indicates what is the preferred type of written communication that should be used for the patient. An example would be large print, braille, etc. |
Relationship Detail - PERSON_PATIENT
| Child Column in PERSON_PATIENT(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | PERSON_ID | PERSON | PERSON_ID |
PERSON_PATIENT_HIST
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Person Patient History Table |
| Definition: | Used for tracking history of certain columns on the person_patient table. |
| Table Type: | ACTIVITY |
Column Detail - PERSON_PATIENT_HIST
| 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. |
| ACTIVE_STATUS_CD | NUMBER | 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 | DATE | N | The date and time that the active_status_cd was set. |
| ACTIVE_STATUS_PRSNL_ID | NUMBER | N | The person who caused the active_status_cd to be set or change. |
| ADOPTED_CD | NUMBER | N | Describes the adopted status of the person. |
| ADVOCATE_REQUIRED_CD | NUMBER | N | Identifies it the patient requires someone to be present to help them understand and make decisions around their clinical care. |
| BAD_DEBT_CD | NUMBER | N | Describes a level or status of bad debt risk represented by the person. |
| BAPTISED_CD | NUMBER | N | Describes the baptised status of the person |
| BEG_EFFECTIVE_DT_TM | DATE | N | 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. |
| BIRTH_CERTIFICATE_IDENT | VC2(100) | Y | The numeric or textual identifier of the government issued vital document which certifies the patient's birth. |
| BIRTH_LENGTH | NUMBER | Y | The numerical length of the person recorded at birth. |
| BIRTH_LENGTH_UNITS_CD | NUMBER | N | The units used to record the birth length. |
| BIRTH_MULTIPLE_CD | NUMBER | N | Identifies a birth of more than one baby (i.e., twins, triplets, etc. |
| BIRTH_ORDER | NUMBER | Y | In the case of a multiple birth, the number which represents the order of brith for the person. |
| BIRTH_ORDER_CD | NUMBER | N | In the case of a multiple birth, the number which represents the order of birth for the person. This is essentially the same information that is stored in column Birth_Order but the UK handles this field differently so this new column was needed to accomodate the UK processing. |
| BIRTH_SEX_CD | NUMBER | N | The sex, typically determined by biological characteristics such as reproductive anatomy or genetic makeup, assigned at birth for the purposes of birth registration. |
| BIRTH_WEIGHT | NUMBER | Y | The numerical weight of the person recorded at birth. |
| BIRTH_WEIGHT_UNITS_CD | NUMBER | N | The units used to record the birth weight. |
| CALLBACK_CONSENT_CD | NUMBER | N | Denotes if the person has provided their consent to be contacted. |
| CHANGE_BIT | NUMBER | N | Identifies which columns have had a change. |
| CHURCH_CD | NUMBER | N | Identifies the specific church or place of worship with which the person is associated. |
| CONTACT_FOR_RESEARCH_PERM_CD | NUMBER | N | Information regarding if the patient has given permission to be contacted for research purposes |
| CONTACT_LIST_CD | NUMBER | N | Indicates whether the person has a hard-copy of contact list information on file with the institution |
| CONTACT_METHOD_CD | NUMBER | N | Denotes the person's preferred method of communication should he or she need to be contacted. |
| CONTACT_TIME | VC2(255) | Y | The preferred contact times and days for the person. |
| CONTRIBUTOR_SYSTEM_CD | NUMBER | N | Contributor system identifies the source feed of data from which a row was populated. This is mainly used to determine how to update a set of data that may have originated from more than one source feed. |
| CREDIT_HRS_TAKING | NUMBER | Y | The current number of school credit hours the person is taking. |
| CUMM_LEAVE_DAYS | NUMBER | Y | future |
| CURRENT_BALANCE | NUMBER | Y | The current unpaid account balance owed by the person. |
| CURRENT_GRADE | NUMBER | Y | The current school grade of the person. |
| CUSTODY_CD | NUMBER | N | A person relationship code identifying the relationship of the person who has custody of the person. |
| DATA_STATUS_CD | NUMBER | N | Data status indicates a level of authenticity of the row data. Typically this will either be AUTHENTICATED or UNAUTHENTICATED. |
| DATA_STATUS_DT_TM | DATE | Y | The date and time that the data_status_cd was set. |
| DATA_STATUS_PRSNL_ID | NUMBER | N | The person who caused the data_status_cd to be set or change. |
| DEATH_CERTIFICATE_IDENT | VC2(100) | Y | The numeric or textual identifier of the government issued vital document which certifies the patient's birth. |
| DEGREE_COMPLETE_CD | NUMBER | N | The highest degree completed by the person. |
| DEMOG_VERIFY_DT_TM | DATE | Y | The date and time at which the patient's demographics were last verified. |
| DIET_TYPE_CD | NUMBER | N | Identifies a special kind of diet for the person. |
| DISEASE_ALERT_CD | NUMBER | N | Identifies if the person has a disease that personnel need to be aware of. |
| END_EFFECTIVE_DT_TM | DATE | N | 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. |
| EXT_TRANSPORT_REQUIRED_CD | NUMBER | N | Identifies if the patient requires transportation to the health care facility. |
| FAMILY_INCOME | FLOAT | Y | The current income of the person's immediate family. |
| FAMILY_NBR_OF_MINORS_CNT | NUMBER | Y | The current number of minors in the person's immediate family. |
| FAMILY_SIZE | NUMBER | Y | The current number of people in the person's immediate family. |
| FINANCIAL_RISK_LEVEL_CD | NUMBER | N | Indicates the person's propensity to make payment on bills for services rendered based on client-defined rules for evaluating financial risk level. |
| FIN_STATEMENT_EXPIRE_DT_TM | DATE | Y | The date and time when the financial statement will expire for the person. |
| FIN_STATEMENT_VERIFIED_DT_TM | DATE | Y | The date and time when the financial statement was verified for the person. |
| GEST_AGE_AT_BIRTH | NUMBER | Y | The gestational age at birth in days. |
| GEST_AGE_METHOD_CD | NUMBER | N | The code value for the method that was used to determine gestational age at birth. |
| HEALTH_APP_ACCESS_OFFERED_CD | NUMBER | N | the information regarding if the patient (or patient-authorized representative) has been offered access to any application(s) of their choosing made available by the provider which accesses their health information via a certified vendor API |
| HEALTH_INFO_ACCESS_OFFERED_CD | NUMBER | N | the information regarding if the patient (or patient-authorized representative) has been offered access to view online, download, and transmit their health information |
| HIGHEST_GRADE_COMPLETE_CD | NUMBER | N | The highest grade completed by the person. |
| IMMUN_ON_FILE_CD | NUMBER | N | future functionality |
| INTERP_REQUIRED_CD | NUMBER | N | Identifies that a language interpreter is required. Otherwise, this field is NULL. |
| INTERP_TYPE_CD | NUMBER | N | If the interp_required_cd is not null, then this field may be valued to indicate the need for a specific type of interpreter. |
| IQH_PARTICIPANT_CD | NUMBER | N | The IQ health participation code stores the consent status for IQ Health personal health record. |
| LAST_ATD_ACTIVITY_DT_TM | DATE | Y | is this still used (V400)?? |
| LAST_BILL_DT_TM | DATE | Y | The date and time that the last bill was sent to the person or insurance organization. |
| LAST_BIND_DT_TM | DATE | Y | The last bind date and time of the patient |
| LAST_DISCHARGE_DT_TM | DATE | Y | The date and time that the person was last discharged from the inpatient or ambulatory organization. |
| LAST_EVENT_UPDT_DT_TM | DATE | Y | The date and time of the last clinical event of the patient. |
| LAST_PAYMENT_DT_TM | DATE | Y | The date and time of the last payment received on behalf of the person. |
| LAST_TRAUMA_DT_TM | DATE | Y | Date the last trauma related encounter occurred |
| LIVING_ARRANGEMENT_CD | NUMBER | N | The living arrangement of the patient |
| LIVING_DEPENDENCY_CD | NUMBER | N | The living dependency of the patient. |
| LIVING_WILL_CD | NUMBER | N | Provides a status of the patients living will. |
| MICROFILM_CD | NUMBER | N | Describes the existence of microfilm for the person's chart. |
| MOTHER_IDENTIFIER | VC2(100) | Y | Free-text attribute used to uniquely identify the persons mother |
| MOTHER_IDENTIFIER_CD | NUMBER | N | Identifies the type of alias specified in the MOTHER_IDENTIFIER attribute (MRN, SSN) |
| NBR_OF_BROTHERS | NUMBER | Y | The person's current number of brothers. |
| NBR_OF_PREGNANCIES | NUMBER | Y | Number of pregnancies |
| NBR_OF_SISTERS | NUMBER | Y | The person's current number of sisters. |
| ORGAN_DONOR_CD | NUMBER | N | Describes the organ donor status of the person. |
| PARENT_MARITAL_STATUS_CD | NUMBER | N | The marital status of the person's parents (I.e., divorced) |
| PERSON_ID | NUMBER | N | This is the value of the unique primary identifier of the person table. It is an internal system assigned number. |
| PERSON_PATIENT_HIST_ID | NUMBER | N | This is the value of the unique primary identifier of the person_patient_hist table. It is an internal system assigned number. |
| PHONE_CONTACT_TYPE_CD | NUMBER | N | Denotes the person's preferred type of phone should he or she need to be contacted. |
| PM_HIST_TRACKING_ID | NUMBER | N | This is the value of the unique primary identifier of the pm_hist_tracking table. It is an internal system assigned number. |
| PREV_CONTACT_IND | NUMBER | N | This attribute indicates if the patient has ever had previous contact with UK's NHS (National Health System). |
| PRIMARY_CARE_HOME_CD | NUMBER | N | Information regarding the patient's primary care home. A primary care home is a patient centered primary care setting where a group of medical professionals coordinate care within a defined population. |
| PROCESS_ALERT_CD | NUMBER | N | Identifies if there are special registration processes required for a person. |
| SMOKES_CD | NUMBER | N | Describes the smoking status of the person. |
| SOURCE_LAST_SYNC_DT_TM | DATE | Y | The last date and time the record was synchronized with the master system. Added to support the UK's PDS serial change number. |
| SOURCE_SYNC_LEVEL_FLAG | NUMBER | N | Synchronization level indicates what level of synchronization with the master system is to be performed. 0 - the full person record should be synched with the master system when all other necessary criteria for synchronization have been met. 1 - the person record has been decoupled from the master system and no part of the record should be synched even when all other criteria necessary for synchronization have been met. |
| SOURCE_VERSION_NUMBER | VC2(255) | Y | Version number assigned from a master system to this record. added to support the uk's pds serial change number. |
| STUDENT_CD | NUMBER | N | Indicates if the patient is a student (full or part time). |
| TRACKING_BIT | NUMBER | N | Identifies which columns are being tracked for history |
| TRANSACTION_DT_TM | DATE | Y | More aptly named activity_dt_tm; holds the current date and time of the system when the row was inserted. This will match the create_dt_tm from the corresponding pm_hist_tracking row. |
| TUMOR_REGISTRY_CD | NUMBER | N | The tumor registry of the patient |
| 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. |
| WRITTEN_FORMAT_CD | NUMBER | N | This code indicates what is the preferred type of written communication that should be used for the patient. An example would be large print, braille, etc. |
Relationship Detail - PERSON_PATIENT_HIST
| Child Column in PERSON_PATIENT_HIST(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | PERSON_ID | PERSON | PERSON_ID |
| PM_HIST_TRACKING_ID | PM_HIST_TRACKING | PM_HIST_TRACKING_ID |
PERSON_PAYMENT_PROPENSITY
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Person Payment Propensity |
| Definition: | Table stores payment propensity scores and accompanying data for a person. |
| Table Type: | ACTIVITY |
Column Detail - PERSON_PAYMENT_PROPENSITY
| 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. |
| ACTIVE_STATUS_CD | NUMBER | 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 | DATE | N | The date and time that the active_status_cd was set. |
| ACTIVE_STATUS_PRSNL_ID | NUMBER | N | The person who caused the active_status_cd to be set or change. |
| BEG_EFFECTIVE_DT_TM | DATE | N | 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. |
| DATA_SOURCE_CD | NUMBER | N | The information describing the source of the person's payment propensity information. Examples may include various third party transactions or manual entry (name of the hospital). |
| END_EFFECTIVE_DT_TM | DATE | N | 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. |
| ESTIMATED_HOUSEHOLD_INCOME_AMT | FLOAT | Y | The estimated total income of those living within the person's household. |
| ESTIMATED_HOUSEHOLD_SIZE_CNT | NUMBER | Y | The estimated number of people in the person's household. A household usually includes the tax filer, their spouse if they have one, and their tax dependents. |
| HEALTHCARE_CREDIT_SCORE_VALUE | NUMBER | Y | The FICO propensity score for healthcare that is used to evaluate the probability that a person will pay off their healthcare debt. |
| NUMBER_OF_BANKRUPTCIES_CNT | NUMBER | Y | A person's number of open bankruptcies. |
| PARENT_ENTITY_ID | NUMBER | N | Used to store the identifier for the parent. |
| PARENT_ENTITY_NAME | VC2(30) | N | Used to store the identifier for the parent. |
| PERSON_PAYMENT_PROPENSITY_ID | NUMBER | N | Unique generated number that identifies a single row on the PERSON_PAYMENT_PROPENSITY table. |
| SCORE_DESC | VC2(100) | Y | The description of the payment propensity score value. |
| SCORE_VALUE_TXT | VC2(20) | Y | The score is a value, often a number, assigned to a person that indicates their propensity to make payment on bills for healthcare services rendered. |
| 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 - PERSON_PAYMENT_PROPENSITY
| Parent Column in PERSON_PAYMENT_PROPENSITY (PK) | Child Table Name | Child Column Name | |
|---|---|---|---|
| Children: | PERSON_PAYMENT_PROPENSITY_ID | PERSON_PAY_PROPENSITY_HIST | PERSON_PAYMENT_PROPENSITY_ID |
PERSON_PAY_PROPENSITY_HIST
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Person Payment Propensity History |
| Definition: | Table stores historical information about payment propensity scores and accompanying data for a person. |
| Table Type: | ACTIVITY |
Column Detail - PERSON_PAY_PROPENSITY_HIST
| 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. |
| ACTIVE_STATUS_CD | NUMBER | 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 | DATE | N | The date and time that the active_status_cd was set. |
| ACTIVE_STATUS_PRSNL_ID | NUMBER | N | The person who caused the active_status_cd to be set or change. |
| BEG_EFFECTIVE_DT_TM | DATE | N | 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. |
| CHANGE_BIT | NUMBER | N | Identifies which columns have had a change. |
| DATA_SOURCE_CD | NUMBER | N | The information describing the source of the person's payment propensity information. Examples may include various third party transactions or manual entry (name of the hospital). |
| END_EFFECTIVE_DT_TM | DATE | N | 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. |
| ESTIMATED_HOUSEHOLD_INCOME_AMT | FLOAT | Y | The estimated total income of those living within the person's household. |
| ESTIMATED_HOUSEHOLD_SIZE_CNT | NUMBER | Y | The estimated number of people in the person's household. A household usually includes the tax filer, their spouse if they have one, and their tax dependents. |
| HEALTHCARE_CREDIT_SCORE_VALUE | NUMBER | Y | The FICO propensity score for healthcare that is used to evaluate the probability that a person will pay off their healthcare debt. |
| NUMBER_OF_BANKRUPTCIES_CNT | NUMBER | Y | A person's number of open bankruptcies. |
| PERSON_PAYMENT_PROPENSITY_ID | NUMBER | N | Unique generated number that identifies a single row on the PERSON_PAYMENT_PROPENSITY table. |
| PERSON_PAY_PROPENSITY_HIST_ID | NUMBER | N | Unique generated number that identifies a single row on the PERSON_PAY_PROPESNITY_HIST table. |
| PM_HIST_TRACKING_ID | NUMBER | N | This is the value of the unique primary identifier of the pm_hist_tracking table. It is an internal system assigned number. |
| SCORE_DESC | VC2(100) | Y | The description of the payment propensity score value. |
| SCORE_VALUE_TXT | VC2(20) | Y | The score is a value, often a number, assigned to a person that indicates their propensity to make payment on bills for healthcare services rendered. |
| TRACKING_BIT | NUMBER | N | Identifies which columns are being tracked for history. |
| TRANSACTION_DT_TM | DATE | N | ** OBSOLETE **. Use column updt_dt_tm for any filtering/ordering query. If transaction date time is needed, it should be retrieved from pm_hist_tracking table. Note that its date may be in the past, as in before the update date time. |
| 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 - PERSON_PAY_PROPENSITY_HIST
| Child Column in PERSON_PAY_PROPENSITY_HIST(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | PERSON_PAYMENT_PROPENSITY_ID | PERSON_PAYMENT_PROPENSITY | PERSON_PAYMENT_PROPENSITY_ID |
| PM_HIST_TRACKING_ID | PM_HIST_TRACKING | PM_HIST_TRACKING_ID |