Table Detail Report
LH_CQM_MEAS
| Column Section | Top of Page |
Table-level Detail
| Description: | Lighthouse Clinical Quality Measures Measure |
| Definition: | Contains the defined measures for the program. |
| Table Type: | REFERENCE |
Column Detail - LH_CQM_MEAS
| Column Name | Type | Null? | Definition |
|---|
LH_CQM_MEAS_SVC_ENTITY_R
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Lighthouse Clinical Quality Measures Service Entity Relation |
| Definition: | Relates the measure to the entity that the measure applies to, i.e. a hospital or eligible provider. |
| Table Type: | REFERENCE |
Column Detail - LH_CQM_MEAS_SVC_ENTITY_R
| 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. |
| 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. |
| 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. |
| LH_CQM_MEAS_ID | NUMBER | N | The measure that is being related to this service entity. |
| LH_CQM_MEAS_SVC_ENTITY_R_ID | NUMBER | N | Unique generated number that identifies a single row on the LH_CQM_MEAS_SVC_ENTITY_R table. |
| LH_CQM_REPORT_TYPE_TFLG | VC2(5) | Y | Determines the reporting type as MIPs or MVPs. |
| ORIG_LH_CQM_MEAS_SVCENT_R_ID | NUMBER | N | Used for versioning. Contains the value of the PK for a particular set of rows in LH_CQM_MEAS_SVC_ENTITY_R. |
| PARENT_ENTITY_ID | NUMBER | N | Identifies the Eligible Provider or Hospital that is being related to this measure. |
| PARENT_ENTITY_NAME | VC2(32) | N | A pointer to the table that holds the service entity being related to this measure. |
| 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 - LH_CQM_MEAS_SVC_ENTITY_R
| Child Column in LH_CQM_MEAS_SVC_ENTITY_R(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | ORIG_LH_CQM_MEAS_SVCENT_R_ID | LH_CQM_MEAS_SVC_ENTITY_R | LH_CQM_MEAS_SVC_ENTITY_R_ID |
| Parent Column in LH_CQM_MEAS_SVC_ENTITY_R (PK) | Child Table Name | Child Column Name | |
|---|---|---|---|
| Children: | LH_CQM_MEAS_SVC_ENTITY_R_ID | LH_CQM_MEAS_SVC_ENTITY_R | ORIG_LH_CQM_MEAS_SVCENT_R_ID |
LH_D_QUERY
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | LH_D_QUERY |
| Definition: | Dimension table contain query and measure information for Meaningful Use QM and PQRI solutions. |
| Table Type: | REFERENCE |
Column Detail - LH_D_QUERY
| 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. |
| BEG_EFFECTIVE_DT_TM | DATE | 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. |
| D_QUERY_ID | NUMBER | N | Unique generated number that identifies a single row on LH_D_QUERY table. |
| END_EFFECTIVE_DT_TM | DATE | 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. |
| EXECUTION_MODE_FLAG | NUMBER | N | The Oracle optimizer execution mode. 0 = default, 1=RBO, 2=CBO |
| EXTRACT_DT_TM | DATE | Y | The date/time that the program running the extracts was started. This field should be the same across all files and across all records within a file for a given extraction run. This time should be in UTC time. |
| HEALTH_SYSTEM_ID | NUMBER | N | Identifies the delivery network responsible for supplying the data. |
| HEALTH_SYSTEM_SOURCE_ID | NUMBER | N | Identifies the unique source within the delivery network responsible for supplying the data. |
| HINT_NAME | VC2(200) | Y | Contains the name of the hint that is to be used for the query. |
| 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. |
| POPULATION_GROUP | VC2(50) | Y | Name of the measure. |
| PROCESS_DT_TM | DATE | Y | The date/time the record was first loaded into the table. |
| QUERY_NAME | VC2(100) | N | Name of the individual queries associated with a measure. |
| REPORT_SECTION_GRAIN | VC2(100) | Y | This column will be used to store grain of the report_writer_section for all queries. This will allow us to dynamically change the grain of a query. |
| 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 | Y | 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_SOURCE | VC2(50) | N | The script name responsible for updating the record. |
| UPDT_TASK | VC2(50) | 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 - LH_D_QUERY
| Parent Column in LH_D_QUERY (PK) | Child Table Name | Child Column Name | |
|---|---|---|---|
| Children: | D_QUERY_ID | LH_AMB_EVENT_DATA | D_QUERY_ID |
| LH_AMB_EVENT_DATA_2016 | D_QUERY_ID | ||
| LH_AMB_EVENT_DATA_2017 | D_QUERY_ID | ||
| LH_AMB_EVENT_DATA_2018 | D_QUERY_ID | ||
| LH_AMB_EVENT_DATA_2019 | D_QUERY_ID | ||
| LH_AMB_EVENT_DATA_2020 | D_QUERY_ID | ||
| LH_AMB_EVENT_DATA_2021 | D_QUERY_ID | ||
| LH_AMB_EVENT_DATA_2022 | D_QUERY_ID | ||
| LH_AMB_EVENT_DATA_2023 | D_QUERY_ID | ||
| LH_AMB_EVENT_DATA_2024 | D_QUERY_ID | ||
| LH_AMB_EVENT_DATA_2025 | D_QUERY_ID | ||
| LH_AMB_QUAL_ENCNTR | D_QUERY_ID | ||
| LH_AMB_QUAL_ENCNTR_2016 | D_QUERY_ID | ||
| LH_AMB_QUAL_ENCNTR_2017 | D_QUERY_ID | ||
| LH_AMB_QUAL_ENCNTR_2018 | D_QUERY_ID | ||
| LH_AMB_QUAL_ENCNTR_2019 | D_QUERY_ID | ||
| LH_AMB_QUAL_ENCNTR_2020 | D_QUERY_ID | ||
| LH_AMB_QUAL_ENCNTR_2021 | D_QUERY_ID | ||
| LH_AMB_QUAL_ENCNTR_2022 | D_QUERY_ID | ||
| LH_AMB_QUAL_ENCNTR_2023 | D_QUERY_ID | ||
| LH_AMB_QUAL_ENCNTR_2024 | D_QUERY_ID | ||
| LH_AMB_QUAL_ENCNTR_2025 | D_QUERY_ID |
LH_E_AKI_2025_METRICS
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Lighthouse eMeasures Hospital-Harm Acute Kidney Injury 2025 Metrics |
| Definition: | Stores data gathered by the LH_E_AKI_2025 script. |
| Table Type: | ACTIVITY |
Column Detail - LH_E_AKI_2025_METRICS
| 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. |
| BODY_TEMPERATURE_RESULT_TXT | VC2(60) | Y | The result text for the first body temperature result. |
| CREATININE_48H_CNT | NUMBER | Y | The count of creatinine results collected during the first 48 hours of the visit. |
| CREAT_AFTER_48H_RESULT_DT_TM | DATE | Y | Date/time for the first Creatinine that has been collected 48 hours or more after the visit start. |
| CREAT_AFTER_48H_RESULT_TXT | VC2(60) | Y | Result text for the first Creatinine that has been collected 48 hours or more after the visit start. |
| DIAG_WITH_POA_NOMEN | VC2(1000) | Y | A list of diagnoses for the visit that have present on admission separated by semicolons. |
| DIALYSIS_AFTER_48_PROC_DT_TM | DATE | Y | The Date/time code for the last dialysis procedure document after the first 48 hours of the encounter. |
| DIALYSIS_AFTER_48_PROC_NOMEN | VC2(50) | Y | The nomenclature code for the last dialysis procedure document after the first 48 hours of the encounter. |
| DIALYSIS_FIRST_48_PROC_DT_TM | DATE | Y | The date/time for the first dialysis procedure document during the first 48 hours of the encounter. |
| DIALYSIS_FIRST_48_PROC_NOMEN | VC2(50) | Y | The nomenclature code for the first dialysis procedure document during the first 48 hours of the encounter. |
| DISCHARGE_DT_TM | DATE | Y | The end of the qualifying encounter. |
| D_ADMIT_BUILDING_ID | NUMBER | N | Dimension ID for admit building. |
| D_ADMIT_FACILITY_ID | NUMBER | N | Dimension ID for admit facility. |
| D_ADMIT_NURSE_UNIT_ID | NUMBER | N | Dimension ID for admit nurse unit. |
| D_ADMIT_SRC_ID | NUMBER | N | Dimension ID for admit source. |
| D_ADMIT_TYPE_ID | NUMBER | N | Dimension ID for admit type. |
| D_ATTEND_PRSNL_ID | NUMBER | N | Dimension ID for attending physician. |
| D_BR_CCN_ID | NUMBER | N | Dimension ID for CCN. |
| D_BR_HCO_ID | NUMBER | N | Dimension ID for HCO. |
| D_DISCHARGE_BUILDING_ID | NUMBER | N | Dimension ID for discharge building. |
| D_DISCHARGE_FACILITY_ID | NUMBER | N | Dimension ID for discharge facility. |
| D_DISCHARGE_NURSE_UNIT_ID | NUMBER | N | Dimension ID for discharge nurse unit. |
| D_DISCH_DISP_ID | NUMBER | N | Dimension ID for discharge disposition. |
| D_ENCNTR_TYPE_ID | NUMBER | N | Dimension ID for encounter type. |
| D_METRIC_0_ID | NUMBER | N | Dimension ID for GMCS metric. |
| D_PERSON_ID | NUMBER | N | Dimension ID for person data. |
| ED_ARRIVAL_DT_TM | DATE | Y | The start of the qualifying emergency encounter. |
| ED_DEPART_DT_TM | DATE | Y | The end of the qualifying emergency encounter. |
| ED_ENCNTR_ID | NUMBER | N | The ID of the qualifying Emergency encounter associated to the record. |
| EGFR_NBR | NUMBER | Y | The Estimated Glomerular Filtration Rate calculated from the index result |
| ENCNTR_ID | NUMBER | N | The ID of the qualifying encounter associated to the record. |
| EXCLUDE_IND | NUMBER | Y | Indicates that the person qualifies for exclusion outcome. |
| EXTRACT_DT_TM | DATE | Y | The date/time that the record was extracted from the source system. |
| FINANCIAL_NBR_TXT | VC2(50) | Y | Financial Number of the record. |
| FIRST_CREAT_48H_RESULT_DT_TM | DATE | Y | If 24 hour result is not found, the date/time for the first creatinine result in the first 48 hours of the visit, otherwise null. Used as the index result. |
| FIRST_CREAT_48H_RESULT_TXT | VC2(60) | Y | If 24 hour result is not found, the result text for the first creatinine result in the first 48 hours of the visit, otherwise blank. Used as the index result. |
| FIRST_PROCESS_DT_TM | DATE | Y | The date/time that the first ETL process started that created this record. |
| HEALTH_SYSTEM_ID | NUMBER | N | Identifies the delivery network responsible for supplying the data. |
| HEALTH_SYSTEM_SOURCE_ID | NUMBER | N | Identifies the unique source within the delivery network responsible for supplying the data. |
| HEART_RATE_RESULT_TXT | VC2(60) | Y | The result text for the first heart rate result. |
| HIC_MBI_TXT | VC2(50) | Y | Displays the qualifying HIC or MBI Number if there is a Medicare payer on the encounter. |
| HIGH_CREAT_RESULT_DT_TM | DATE | Y | The date/time for the highest creatinine result during the visit |
| HIGH_CREAT_RESULT_TXT | VC2(60) | Y | The result text for the highest creatinine result during the visit |
| HIGH_RISK_AKI_DIAG_NOMEN | VC2(50) | Y | Nomenclature for a diagnosis with high risk for acute kidney injury. Must have present on admission ""Yes"" or ""Clinically undetermined"" |
| HIGH_RISK_AKI_PROC_DT_TM | DATE | Y | Date/time for a procedure with high risk for acute kidney injury. |
| HIGH_RISK_AKI_PROC_NOMEN | VC2(50) | Y | Nomenclature for a procedure with high risk for acute kidney injury. |
| IPP_IND | NUMBER | Y | Indicates that the person qualifies for population. |
| IP_ADMIT_DT_TM | DATE | Y | The start of the inpatient encounter. |
| LAST_PROCESS_DT_TM | DATE | Y | The date/time that the last ETL process started that updated this record. |
| LH_E_AKI_2025_METRICS_ID | NUMBER | N | Unique generated number that identifies a single row on the LH_E_AKI_2025_METRICS table. |
| 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. |
| LOW_CREAT_24H_RESULT_DT_TM | DATE | Y | Date/time for the lowest creatinine result in the first 24 hours of the visit. Used as the index result. |
| LOW_CREAT_24H_RESULT_TXT | VC2(60) | Y | Result text for the lowest creatinine result in the first 24 hours of the visit. Used as the index result. |
| LOW_CREAT_RESULT_DT_TM | DATE | Y | The date/time for the lowest creatinine result during the visit |
| LOW_CREAT_RESULT_TXT | VC2(60) | Y | The result text for the lowest creatinine result during the visit |
| NUM_IND | NUMBER | Y | Indicates that the person qualifies for numerator outcome. |
| OBS_DX_NOMEN_TXT | VC2(60) | Y | Nomenclature for obstetrical or pregnancy related conditions diagnosis. |
| OBS_SERV_ARRIVAL_DT_TM | DATE | Y | The start of the qualifying observation encounter. |
| OBS_SERV_DEPART_DT_TM | DATE | Y | The end of the qualifying observation encounter. |
| OBS_SERV_ENCNTR_ID | NUMBER | N | The ID of the qualifying Observation encounter associated to the record. |
| ORG_MRN_TXT | VC2(50) | Y | Medical Record Number of the record. |
| PARTITION_DT_TM | DATE | Y | The date/time the encounter was discharged from the facility. |
| PATIENT_IDENT | VC2(50) | Y | Identifies the earliest documented medical record number of the patient. |
| PERSON_ETHNIC_CODE_DISPLAY | VC2(300) | Y | String to store ethnicity display. |
| PERSON_GENDER_CODE_DISPLAY | VC2(300) | Y | String to store gender display. |
| PERSON_ID | NUMBER | N | The ID of the person associated to the record. |
| PERSON_PAYER_CODE_DISPLAY | VC2(300) | Y | String to store payer display. |
| PERSON_RACE_DESC | VC2(300) | Y | String to store multiple races. |
| RESPIRATORY_RATE_RESULT_TXT | VC2(60) | Y | The result text for the first respiratory rate result. |
| SCRIPT_VERSION | NUMBER | Y | The version number of the script that populated the row |
| SRC_UPDT_DT_TM | DATE | Y | The date and time the row was last inserted or updated to be preserved during extracts. |
| SRC_UPDT_SOURCE | VC2(50) | Y | The script name responsible for updating the record to be preserved during extracts. |
| SUBSEQ_CREAT_RESULT_DT_TM | DATE | Y | The date/time for the highest creatinine result after the index result. Must be at least .3 higher. |
| SUBSEQ_CREAT_RESULT_TXT | VC2(60) | Y | The result text for the highest creatinine result after the index result. Must be at least .3 higher. |
| SYSTOLIC_BLOOD_PRESSURE_TXT | VC2(60) | Y | The result text for the first systolic blood pressure result. |
| TIME_ZONE_TXT | VC2(100) | Y | The timezone of the record in ""America/Chicago"" format. |
| UPDT_CNT | NUMBER | Y | 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 | Y | 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_SOURCE | VC2(50) | Y | The script name responsible for updating the record. |
| UPDT_TASK | VC2(50) | Y | 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 - LH_E_AKI_2025_METRICS
| Child Column in LH_E_AKI_2025_METRICS(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | D_ADMIT_SRC_ID | LH_D_ADMIT_SRC | D_ADMIT_SRC_ID |
| HEALTH_SYSTEM_SOURCE_ID | LH_D_ADMIT_SRC | HEALTH_SYSTEM_SOURCE_ID | |
| D_ADMIT_TYPE_ID | LH_D_ADMIT_TYPE | D_ADMIT_TYPE_ID | |
| HEALTH_SYSTEM_SOURCE_ID | LH_D_ADMIT_TYPE | HEALTH_SYSTEM_SOURCE_ID | |
| D_BR_CCN_ID | LH_D_BR_CCN | D_BR_CCN_ID | |
| HEALTH_SYSTEM_SOURCE_ID | LH_D_BR_CCN | HEALTH_SYSTEM_SOURCE_ID | |
| D_BR_HCO_ID | LH_D_BR_HCO | D_BR_HCO_ID | |
| HEALTH_SYSTEM_SOURCE_ID | LH_D_BR_HCO | HEALTH_SYSTEM_SOURCE_ID | |
| D_ADMIT_BUILDING_ID | LH_D_BUILDING | D_BUILDING_ID | |
| D_DISCHARGE_BUILDING_ID | LH_D_BUILDING | D_BUILDING_ID | |
| HEALTH_SYSTEM_SOURCE_ID | LH_D_BUILDING | HEALTH_SYSTEM_SOURCE_ID | |
| HEALTH_SYSTEM_SOURCE_ID | LH_D_BUILDING | HEALTH_SYSTEM_SOURCE_ID | |
| D_DISCH_DISP_ID | LH_D_DISCH_DISP | D_DISCH_DISP_ID | |
| HEALTH_SYSTEM_SOURCE_ID | LH_D_DISCH_DISP | HEALTH_SYSTEM_SOURCE_ID | |
| D_ENCNTR_TYPE_ID | LH_D_ENCNTR_TYPE | D_ENCNTR_TYPE_ID | |
| HEALTH_SYSTEM_SOURCE_ID | LH_D_ENCNTR_TYPE | HEALTH_SYSTEM_SOURCE_ID | |
| D_ADMIT_FACILITY_ID | LH_D_FACILITY | D_FACILITY_ID | |
| D_DISCHARGE_FACILITY_ID | LH_D_FACILITY | D_FACILITY_ID | |
| HEALTH_SYSTEM_SOURCE_ID | LH_D_FACILITY | HEALTH_SYSTEM_SOURCE_ID | |
| HEALTH_SYSTEM_SOURCE_ID | LH_D_FACILITY | HEALTH_SYSTEM_SOURCE_ID | |
| D_METRIC_0_ID | LH_D_METRIC | D_METRIC_ID | |
| HEALTH_SYSTEM_SOURCE_ID | LH_D_METRIC | HEALTH_SYSTEM_SOURCE_ID | |
| D_ADMIT_NURSE_UNIT_ID | LH_D_NURSE_UNIT | D_NURSE_UNIT_ID | |
| D_DISCHARGE_NURSE_UNIT_ID | LH_D_NURSE_UNIT | D_NURSE_UNIT_ID | |
| HEALTH_SYSTEM_SOURCE_ID | LH_D_NURSE_UNIT | HEALTH_SYSTEM_SOURCE_ID | |
| HEALTH_SYSTEM_SOURCE_ID | LH_D_NURSE_UNIT | HEALTH_SYSTEM_SOURCE_ID | |
| D_PERSON_ID | LH_D_PERSON | D_PERSON_ID | |
| HEALTH_SYSTEM_SOURCE_ID | LH_D_PERSON | HEALTH_SYSTEM_SOURCE_ID | |
| D_ATTEND_PRSNL_ID | LH_D_PERSONNEL | D_PRSNL_ID | |
| HEALTH_SYSTEM_SOURCE_ID | LH_D_PERSONNEL | HEALTH_SYSTEM_SOURCE_ID |
LH_E_AMI_2017_METRICS
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | LH_E_AMI_2017_METRICS |
| Definition: | This table is used to store Hearing Screening metrics from the Lighthouse eMeasure. This table is at the encounter grain. |
| Table Type: | ACTIVITY |
Column Detail - LH_E_AMI_2017_METRICS
| 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. |
| ADMIT_DT_TM | DATE | Y | The date/time on which the patient was admitted |
| ADMIT_UTC_DT_TM | DATE | Y | The date/time on which the patient was admitted normalized to GMT. |
| AMI_DX_NOMEN | VC2(50) | Y | The nomenclature of the Acute Myocardial Infarction diagnosis. |
| AORTIC_BALLOON_NOMEN | VC2(50) | Y | The nomenclature of the Aortic Balloon Pump Insertion procedure |
| CARDIO_ARREST_NOMEN | VC2(50) | Y | The nomenclature of the Cardiopulmonary Arrest diagnosis |
| COMM_MRN_TXT | VC2(50) | Y | Identifies the community medical record number of the patient. |
| DEN_IND | NUMBER | Y | Identifies if the patient is in the denominator for the AMI Metric. |
| DISCHARGE_DT_TM | DATE | Y | The date/time on which the patient was discharged. |
| DISCHARGE_UTC_DT_TM | DATE | Y | The date/time on which the patient was discharged normalized to GMT. |
| D_ADMIT_BUILDING_ID | NUMBER | N | The building to which the patient was admitted. |
| D_ADMIT_FACILITY_ID | NUMBER | N | The facility to which the patient was admitted. |
| D_ADMIT_NURSE_UNIT_ID | NUMBER | N | The nurse unit to which the patient was admitted. |
| D_ADMIT_SRC_ID | NUMBER | N | Identifies the place from which the patient came before being admitted. |
| D_ADMIT_TYPE_ID | NUMBER | N | Indicates the circumstances under which the patient was admitted. |
| D_ATTEND_PRSNL_ID | NUMBER | N | Identifies the final attending physician associated to the encounter. |
| D_BR_CCN_ID | NUMBER | N | CMS Certification Number. |
| D_BR_HCO_ID | NUMBER | N | Healthcare organization Number. |
| D_DISCHARGE_BUILDING_ID | NUMBER | N | The building from which the patient was discharged |
| D_DISCHARGE_FACILITY_ID | NUMBER | N | The facility from which the patient was discharged |
| D_DISCHARGE_NURSE_UNIT_ID | NUMBER | N | The nurse unit from which the patient was discharged |
| D_DISCH_DISP_ID | NUMBER | N | Identifies the discharge disposition of the encounter |
| D_ENCNTR_TYPE_ID | NUMBER | N | Categorizes the encounter into a logical group or type. |
| D_MED_SERVICE_ID | NUMBER | N | The type or category of medical service that the patient is receiving in relation to their encounter. The category may be treatment type surgery general resources or others. |
| D_METRIC_1_ID | NUMBER | N | Identifies the metric identifier for the Lighthouse metric |
| D_METRIC_2_ID | NUMBER | N | Identifies the metric identifier for the Lighthouse metric |
| D_PERSON_ID | NUMBER | N | The person that qualified for the quality metric. |
| ECG_PERF_NOMEN | VC2(50) | Y | The nomenclature of the Electrocardiogram |
| ECG_RESULT_NOMEN | VC2(50) | Y | The result of the Electrocardiogram |
| ED_ARRIVAL_DT_TM | DATE | Y | Time the patient arrived the emergency department. |
| ED_ARRIVAL_UTC_DT_TM | DATE | Y | Time the patient arrived the emergency department normalized to GMT. |
| ED_DEPART_DT_TM | DATE | Y | Time the patient departed from the emergency department. |
| ED_DEPART_UTC_DT_TM | DATE | Y | Time the patient departed from the emergency department. normalized to GMT |
| ED_ENCNTR_ID | NUMBER | N | Identifies the encounter is admitted through the ED |
| ENCNTR_ID | NUMBER | N | Identifies the encounter against which the quality measure is associated. Foreign key to the ENCOUNTER table. |
| EXCL_IND | NUMBER | Y | Identifies if the patient is in the denominator exclusion for the AMI Metric. |
| EXCP_IND | NUMBER | Y | Identifies if the patient is in the numerator exception for the AMI Metric. |
| EXTRACT_DT_TM | DATE | Y | The date/time that the record was extracted from the source system. |
| FIB_THERAPY_DT_TM | DATE | Y | Identifies the FIRST date/time of an fibrinolytic therapy for the patient during ED or Inpatient encounter |
| FIB_THERAPY_UTC_DT_TM | DATE | Y | Identifies the FIRST date/time of an fibrinolytic therapy for the patient during ED or Inpatient encounter normalized to GMT |
| FINANCIAL_NBR_TXT | VC2(50) | Y | The financial number alias associated to the encounter. |
| FIRST_PROCESS_DT_TM | DATE | Y | The date/time that the first ETL process started that created this record. |
| HEALTH_INS_NBR_TXT | VC2(50) | Y | The Medicare HIC number is the identification number given to a patient who is covered by Medicare |
| HEALTH_SYSTEM_ID | NUMBER | N | Identifies the delivery network responsible for supplying the data. |
| HEALTH_SYSTEM_SOURCE_ID | NUMBER | N | Identifies the unique source within the delivery network responsible for supplying the data. |
| HOSP_SVC_IND | NUMBER | N | Indicates if the encounter should be excluded from the population due to the visit type |
| INTUBATION_NOMEN | VC2(50) | Y | The nomenclature of the Endotracheal Intubation procedure |
| IPP_IND | NUMBER | N | Identifies if the patient is in the population for the CAC Metric. |
| LAST_PROCESS_DT_TM | DATE | Y | The date/time that the last ETL process started that updated this record. |
| LH_E_AMI_2017_METRICS_ID | NUMBER | N | Unique generated number that identifies a single row on the LH_E_AMI_2017_METRICS table. |
| 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. |
| NUM_IND | NUMBER | Y | Identifies if the patient is in the numerator for the AMI Metric. |
| ORG_MRN_TXT | VC2(50) | Y | Identifies the medical record number of the patient. |
| PARTITION_DT_TM | DATE | Y | The date/time the encounter was discharged from the facility |
| PAYER_CODE_TXT | VC2(20) | Y | Identifies the payer code for the encounter |
| PCI_PERF_DT_TM | DATE | Y | The date/time when the PCI procedure was performed |
| PCI_PERF_NOMEN | VC2(50) | Y | The nomenclature of the PCI procedure. |
| PCI_PERF_UTC_DT_TM | DATE | Y | The utc date/time when the PCI procedure was performed |
| PERSON_ETHNIC_CODE | VC2(50) | Y | Ethnicity code of the patient as per value set |
| PERSON_ETHNIC_CODE_DISPLAY | VC2(500) | Y | Ethnicity code system OID of the patient as per value set |
| PERSON_ETHNIC_CODE_SYSTEM | VC2(50) | Y | Ethnicity code display of the patient as per value set |
| PERSON_ETHNIC_CODE_SYSTEM_NAME | VC2(50) | Y | Ethnicity code system name of the patient as per value set |
| PERSON_GENDER_CODE | VC2(50) | Y | Gender code of the patient as per value set |
| PERSON_GENDER_CODE_DISPLAY | VC2(500) | Y | Gender code system OID of the patient as per value set |
| PERSON_GENDER_CODE_SYSTEM | VC2(50) | Y | Gender code display of the patient as per value set |
| PERSON_GENDER_CODE_SYSTEM_NAME | VC2(50) | Y | Gender code system name of the patient as per value set |
| PERSON_PAYER_CODE | VC2(50) | Y | Represents the patient's member or subscriber identifier with respect to the payer |
| PERSON_PAYER_CODE_DISPLAY | VC2(500) | Y | Represents the patient's member or subscriber identifier coding system OID with respect to the payer |
| PERSON_PAYER_CODE_SYSTEM | VC2(50) | Y | Represents the patient's member or subscriber identifier display with respect to the payer |
| PERSON_PAYER_CODE_SYSTEM_NAME | VC2(50) | Y | Represents the patient's member or subscriber identifier coding system name with respect to the payer |
| PERSON_RACE_CODE | VC2(50) | Y | Race code of the patient as per value set |
| PERSON_RACE_CODE_DISPLAY | VC2(500) | Y | Race code system OID of the patient as per value set |
| PERSON_RACE_CODE_SYSTEM | VC2(50) | Y | Race code display of the patient as per value set |
| PERSON_RACE_CODE_SYSTEM_NAME | VC2(50) | Y | Race code system name of the patient as per value set |
| PERSON_RACE_DESC | VC2(500) | Y | The list of all of a patient's races |
| TIMEZONE_IDENT | NUMBER | Y | Identifies the timezone index number associated with the quality measure. |
| TRANS_AMB_SURG_DT_TM | DATE | Y | The date/time of the transfer from ambulatory surgical center |
| TRANS_AMB_SURG_UTC_DT_TM | DATE | Y | The UTC date/time of the transfer from ambulatory surgical center. |
| TRANS_ED_DT_TM | DATE | Y | The date/time of the transfer from emergency department location |
| TRANS_ED_UTC_DT_TM | DATE | Y | The UTC date/time of the transfer from emergency department location. |
| TRANS_IP_DT_TM | DATE | Y | The date/time of the transfer from inpatient |
| TRANS_IP_UTC_DT_TM | DATE | Y | The UTC date/time of the transfer from inpatient. |
| TRANS_OP_DT_TM | DATE | Y | The date/time of the transfer from oupatient |
| TRANS_OP_UTC_DT_TM | DATE | Y | The UTC date/time of the transfer from oupatient. |
| 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_SOURCE | VC2(50) | N | The script name responsible for updating the record. |
| UPDT_TASK | VC2(50) | 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. |
| VENT_ASSIST_NOMEN | VC2(50) | Y | The nomenclature of the Ventricular Assist Device Placement procedure |
Relationship Detail - LH_E_AMI_2017_METRICS
| Child Column in LH_E_AMI_2017_METRICS(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | D_ADMIT_SRC_ID | LH_D_ADMIT_SRC | D_ADMIT_SRC_ID |
| HEALTH_SYSTEM_SOURCE_ID | LH_D_ADMIT_SRC | HEALTH_SYSTEM_SOURCE_ID | |
| D_ADMIT_TYPE_ID | LH_D_ADMIT_TYPE | D_ADMIT_TYPE_ID | |
| HEALTH_SYSTEM_SOURCE_ID | LH_D_ADMIT_TYPE | HEALTH_SYSTEM_SOURCE_ID | |
| D_BR_CCN_ID | LH_D_BR_CCN | D_BR_CCN_ID | |
| HEALTH_SYSTEM_SOURCE_ID | LH_D_BR_CCN | HEALTH_SYSTEM_SOURCE_ID | |
| D_BR_HCO_ID | LH_D_BR_HCO | D_BR_HCO_ID | |
| HEALTH_SYSTEM_SOURCE_ID | LH_D_BR_HCO | HEALTH_SYSTEM_SOURCE_ID | |
| D_ADMIT_BUILDING_ID | LH_D_BUILDING | D_BUILDING_ID | |
| D_DISCHARGE_BUILDING_ID | LH_D_BUILDING | D_BUILDING_ID | |
| HEALTH_SYSTEM_SOURCE_ID | LH_D_BUILDING | HEALTH_SYSTEM_SOURCE_ID | |
| HEALTH_SYSTEM_SOURCE_ID | LH_D_BUILDING | HEALTH_SYSTEM_SOURCE_ID | |
| D_ENCNTR_TYPE_ID | LH_D_ENCNTR_TYPE | D_ENCNTR_TYPE_ID | |
| HEALTH_SYSTEM_SOURCE_ID | LH_D_ENCNTR_TYPE | HEALTH_SYSTEM_SOURCE_ID | |
| D_ADMIT_FACILITY_ID | LH_D_FACILITY | D_FACILITY_ID | |
| D_DISCHARGE_FACILITY_ID | LH_D_FACILITY | D_FACILITY_ID | |
| HEALTH_SYSTEM_SOURCE_ID | LH_D_FACILITY | HEALTH_SYSTEM_SOURCE_ID | |
| HEALTH_SYSTEM_SOURCE_ID | LH_D_FACILITY | HEALTH_SYSTEM_SOURCE_ID | |
| D_MED_SERVICE_ID | LH_D_MED_SERVICE | D_MED_SERVICE_ID | |
| HEALTH_SYSTEM_SOURCE_ID | LH_D_MED_SERVICE | HEALTH_SYSTEM_SOURCE_ID | |
| D_METRIC_1_ID | LH_D_METRIC | D_METRIC_ID | |
| D_METRIC_2_ID | LH_D_METRIC | D_METRIC_ID | |
| HEALTH_SYSTEM_SOURCE_ID | LH_D_METRIC | HEALTH_SYSTEM_SOURCE_ID | |
| HEALTH_SYSTEM_SOURCE_ID | LH_D_METRIC | HEALTH_SYSTEM_SOURCE_ID | |
| D_ADMIT_NURSE_UNIT_ID | LH_D_NURSE_UNIT | D_NURSE_UNIT_ID | |
| D_DISCHARGE_NURSE_UNIT_ID | LH_D_NURSE_UNIT | D_NURSE_UNIT_ID | |
| HEALTH_SYSTEM_SOURCE_ID | LH_D_NURSE_UNIT | HEALTH_SYSTEM_SOURCE_ID | |
| HEALTH_SYSTEM_SOURCE_ID | LH_D_NURSE_UNIT | HEALTH_SYSTEM_SOURCE_ID | |
| D_PERSON_ID | LH_D_PERSON | D_PERSON_ID | |
| HEALTH_SYSTEM_SOURCE_ID | LH_D_PERSON | HEALTH_SYSTEM_SOURCE_ID | |
| D_ATTEND_PRSNL_ID | LH_D_PERSONNEL | D_PRSNL_ID | |
| HEALTH_SYSTEM_SOURCE_ID | LH_D_PERSONNEL | HEALTH_SYSTEM_SOURCE_ID |