MINI-SENTINEL COMMON DATA MODEL DATA QUALITY REVIEW AND CHARACTERIZATION PROCESS AND PROGRAMS
|
|
|
- Moses Gallagher
- 9 years ago
- Views:
Transcription
1 MINI-SENTINEL COMMON DATA MODEL DATA QUALITY REVIEW AND CHARACTERIZATION PROCESS AND PROGRAMS Program Package version: 3.2 Prepared by the Mini-Sentinel Operations Center May 2014 Mini-Sentinel is a pilot project sponsored by the U.S. Food and Drug Administration (FDA) to inform and facilitate development of a fully operational active surveillance system, the Sentinel System, for monitoring the safety of FDA-regulated medical products. Mini-Sentinel is one piece of the Sentinel Initiative, a multi-faceted effort by the FDA to develop a national electronic system that will complement existing methods of safety surveillance. Mini-Sentinel Collaborators include Data and Academic Partners that provide access to health care data and ongoing scientific, technical, methodological, and organizational expertise. The Mini-Sentinel Coordinating Center is funded by the FDA through the Department of Health and Human Services (HHS) Contract number HHSF I.
2 Table of Contents I. OVERVIEW II. DATA QUALITY REVIEW PROCESS A. DISTRIBUTED PROGRAMMING AND DATA QUALITY CHECKS B. DATA PARTNER QUALITY REVIEW AND CHARACTERIZATION REPORT III. PROGRAM PACKAGE A. CORE TABLES QUALITY REVIEW B. LABORATORY TABLE QUALITY REVIEW C. VITAL SIGNS TABLE QUALITY REVIEW IV. PROGRAM EXECUTION V. PROGRAM PACKAGE OUTPUT A. CORE QUALITY REVIEW OUTPUT EXAMPLE B. LAB QUALITY REVIEW OUTPUT EXAMPLE C. VITAL SIGNS QUALITY REVIEW OUTPUT EXAMPLE VI. APPENDIX A: LIST OF ALL QA ERR CODES VII. APPENDIX B: LIST OF OUTPUT DATASETS Mini-Sentinel Common Data Model i Data Quality Review Process and Programs
3 Modification History Version Date Modification By 3.2 5/30/2014 Integrated Common Components Mini-Sentinel Operations Center Added MSCDM v4.0 compliance checks, minor bug fixes /03/2014 Implemented minor bug fixes Mini-Sentinel Operations Center /25/2013 Implemented minor bug fix Mini-Sentinel Operations Center /16/2013 Implemented minor bug fix Mini-Sentinel Operations Center /05/2013 Added/modified lab and vitals Mini-Sentinel Operations Center checks, fixed bugs /01/2013 Updated for UNIX compatibility Mini-Sentinel Operations Center /12/2012 Added PatID and ID Mini-Sentinel Operations Center matching, enhanced valid date checks, fixed bugs Added clinical data (labs and vitals) programs /14/2010 Added duplicate record checks, Mini-Sentinel Operations Center modified dataset names, fixed bugs /20/2010 Initial published version Mini-Sentinel Operations Center Mini-Sentinel Common Data Model ii Data Quality Review Process and Programs
4 I. OVERVIEW This document describes the process and version 3.2 program package used by the Mini-Sentinel Operations center (MSOC) for data quality review and characterization of the Mini-Sentinel Distributed Database (MSDD). To create the MSDD, each Data Partner transforms local source data into the Mini- Sentinel Common Data Model (MSCDM) format. The MSOC uses a set of data quality review and characterization programs (i.e., a program package ) to ensure that the MSDD meets reasonable standards for data transformation consistency and quality. II. DATA QUALITY REVIEW PROCESS A data quality review is conducted by MSOC when a Mini-Sentinel Data Partner updates their MSCDM database to include additional data. Following a database update, or refresh, a distributed program package developed by the MSOC is executed locally by the Data Partner, and aggregate output tables are returned to MSOC for review. MSOC analysts perform two independent reviews of the output and generate a consensus report of findings. MSOC and the Data Partner work closely together to resolve outstanding issues and approve the data for use in Mini-Sentinel data requests. Updated data are not used in requests until the refresh has been approved by MSOC. A. DISTRIBUTED PROGRAMMING AND DATA QUALITY CHECKS To evaluate data characteristics and quality, MSOC developed distributed code to query the content of MSCDM formatted tables. The distributed code generates aggregate output tables that help determine whether the data conform to MSCDM specifications, maintain integrity across variables and across tables, and trend as expected over time. Output tables are designed to evaluate one or more data checks, i.e., pre-defined data quality measures or characterizations. Each data check is designated a level 1, level 2, level 3, or level 4 data quality check depending on the complexity and assigned an Err Code for tracking and reporting purposes. An Err Code can represent a data characteristic or a data issue (see Section IIB for more information on Err Codes). Level 1 data checks review the completeness and content of each variable in each table to ensure that the required variables contain data and conform to the formats specified by the MSCDM specifications. For each MSCDM variable, level 1 data checks verify that data types, variable lengths, and SAS formats are correct and reported values are acceptable. For example, ensuring that the variable SEX in the Demographic table has a value of F, M, A, or U is a level 1 data check. Level 2 data checks assess the logical relationship and integrity of data values within a variable or between two or more variables within and between tables. For example, the MSCDM requires that the variable ADMITTING_SOURCE in the table is populated only for inpatient and institutional encounters (i.e., ENCTYPE= IP or IS ). A level 2 data check would ensure that ADMITTING_SOURCE is populated only when ENCTYPE= IP or IS. Level 3 data checks examine data distributions and trends over time, both within a Data Partner s database (by examining output by year and year/month) and across a Data Partner s databases (by Mini-Sentinel Common Data Model Data Quality Review Process and Programs
5 comparing updated MSCDM tables to previous versions of the tables). For example, a level 3 data check would ensure that there are no large, unexpected increases or decreases in diagnosis records over time. Level 4 data checks examine the occurrence and prevalence of nonsensical diagnoses and examine variations in care practices across data partners. Level 4 checks are designed to provide more targeted data analyses and profiling of Data Partner data, and are not necessarily designed to detect and correct errors. An example level 4 data check would examine the proportion of ovarian cancer diagnoses among men. B. DATA PARTNER QUALITY REVIEW AND CHARACTERIZATION REPORT Following review of the output tables and evaluation of the data checks, MSOC shares with the Data Partner a summary QA review report containing a list of questions, possible issues, and data characteristics. If there are data issues, the Data Partner will investigate and provide a written response in the report either explaining the results or proposing corrective action. All decisions and discussions are documented in the report in order to develop a knowledge repository about the Data Partner s data. Each data characteristic or issue in the report is identified by an Err Code. Err Codes are constructed of (in this order): the MSCDM table name abbreviation, the data check level (1, 2, 3, or 4), the variable number (as it appears in MSCDM specifications), and the data check number. For example, the Err Code DEM1.3.2 denotes the second level 1 check performed on the variable SEX in the Demographic table. This check ensures that the variable SEX in the Demographic table is 1 character in length. Using Err Codes for tracking allows for easy assessment of data trends over time and across Data Partners. III. PROGRAM PACKAGE The data quality review and characterization program package contains three sub-packages that query MSCDM tables. The Core quality review sub-package queries the Enrollment, Demographic, Dispensing,, Diagnosis, Procedure, Death, and Cause of Death tables. The Laboratory quality review sub-package queries the table, and the Vital Signs quality review sub-package queries the Vital Signs table. All programs are based on MSCDM version 4.0. A. CORE TABLES QUALITY REVIEW The Core quality review sub-package is executed first by all Data Partners via the Master SAS Program. A total of 20 SAS QA programs are included in the sub-package: Master SAS Program (00.0_mscdm_data_qa_review_master_file.sas). Selectively executes programs included in the sub-package in accordance to an MSOC-provided control flow input file (control_flow.sas7bdat). Requires editing by the Data Partner to identify location of the MSCDM tables in staging, as well as the location of the Common Components program. QA Programs: o Enrollment table QA program (01.1_mscdm_data_qa_review-enrollment.sas). Queries the number of members and records in the Enrollment table, and outputs information on medical and drug coverage indicators, enrollment start, end, and length. Mini-Sentinel Common Data Model Data Quality Review Process and Programs
6 o Demographic table QA program (02.1_mscdm_data_qa_review-demographic.sas). Queries the number of members and records in the Demographic table, and outputs information on age, sex, and race. o Dispensing table QA program (03.1_mscdm_data_qa_review-dispensing.sas). Queries the number of members and records in the Dispensing table, and outputs information on dispensing date, dispensings over time, dispensings per member over time, days supply and dispensed amount. o table QA program (04.1_mscdm_data_qa_review-encounter.sas). Queries the number of members, records, encounters, and providers in the table, and outputs information on admission and discharge date, encounters over time, encounter type, length of stay, facility location, admitting source, discharge status and disposition, DRG and DRG type, and number of encounters per member. o Diagnosis table QA program (04.2_mscdm_data_qa_review-diagnosis.sas). Queries the number of members, records, encounters, and providers in the Diagnosis table, and outputs information on encounter type, admission date, diagnosis code and type, principal diagnosis indicators, number of diagnoses per encounter, and number of diagnoses over time. o Procedure table QA program (04.3_mscdm_data_qa_review-procedure.sas). Queries the number of members, records, encounters, and providers in the Procedure table, and outputs information on encounter type, admission date, procedure code and type, number of procedures per encounter, and number of procedures over time. o Death table QA program (05.1_mscdm_data_qa_review-death.sas). Queries the number of members and records in the Death table, and outputs information on the source of and confidence in death information, number of deaths over time, and if the death date has been imputed. o Cause of death table QA program (05.2_mscdm_data_qa_review-causeofdeath.sas). Queries the number of members and records in the Cause of Death table, and outputs information on cause of death codes and cause type, and source of and confidence in cause of death information. o Level 1 and 2 checks QA program (99.1_mscdm_data_qa_review-l1_l2.sas). Queries all Core MSCDM tables to perform level 1 and level 2 checks not performed elsewhere and sets all level 1 and level 2 flags into one dataset. This program also produces metadata. This module will always execute if a QA module for any Core tables are executed. o Level 4 checks QA program (08.1_mscdm_data_qa_review-level4). Queries all Core MSCDM tables to perform level 4 checks. Must be run independently of the Master SAS Program. o Min-Max Dates program (99.2_mscdm_data_qa_review_minmax_dates.sas). Queries all Core MSCDM tables and outputs minimum and maximum dates in each, and calculates DP Min (calculated as the maximum of the Min Dates) and DP Max (calculated as the minimum of the Max dates). Control Flow Program (00.0_mscdm_control_flow.sas). Contains a program that allows selective and sequential execution of QA modules. Standard Macros Program (00.1_mscdm_standard_macros.sas). Contains macros used across all Core QA programs. Standard Formats Program (00.1_mscdm _formats.sas). Contains formats used across all Core QA programs. Log Checker Program (00.3_mscdm_sas_log_checker_directory_cc.sas). Checks program log and summarizes notes, warnings, and errors in an output PDF file. Mini-Sentinel Common Data Model Data Quality Review Process and Programs
7 Signature Request Program (00.4_mscdm_qasignaturerequest.sas). Creates signature files containing metadata for each MSCDM table. The Core quality review sub-package also contains three input files: Error code crosswalk (flags_xwalk.sas7bdat). Assigns appropriate Err Codes to all checks performed in the QA programs. See Appendix A for a list of Core quality review Err Codes. Level 4 codes (level4lookup.sas7bdat). Includes the code lists for conditions of interest included in Level 4 data checks. Control flow (control_flow.sas7bdat). Controls selective and sequential execution of QA modules. B. LABORATORY TABLE QUALITY REVIEW The Laboratory quality review sub-package is executed second and only by Data Partners who have lab data available. A total of 3 SAS programs are included in the sub-package: Lab QA Program (06.1_mscdm_data_qa_review-labs.sas). Queries the number of members and records in the table and outputs information on lab tests included, result units, and available dates (i.e., date of lab vs. order date vs. result date). Many of the checks included in the program check compliance with MSCDM specifications (e.g., appropriate length, type, and format) and assess across-variable integrity (e.g., if individual tests have valid information populated for specimen source and test subtype; if quantitative tests only contain numeric results). Lab Standard Macros (06.1_mscdm_laboratory_macros.sas). Contains macros used in the Lab QA program. Log Checker Program (00.3_mscdm_sas_log_checker_directory_cc.sas). Checks Lab QA program log and appends notes, warnings, and errors to the output.pdf file generated by the Core QA program. The Laboratory quality review sub-package also contains two input files: - LOINC lookup (loinc_lkp.sas7bdat). Contains a lookup table for specimen source and LOINC codes for each laboratory test and sub category. - Procedure lookup (px_lkp.sas7bdat). Includes procedure code list associated with laboratory tests. C. VITAL SIGNS TABLE QUALITY REVIEW The Vital Signs quality review sub-package is executed third and only by Data Partners who have vital signs data available. A total of 2 SAS programs are included in the sub-package: Vital Signs QA Program (07.1_mscdm_data_qa_review-vitals.sas). Queries the number of members and records in the Vital Signs table and outputs the frequency of height, weight, diastolic blood pressure, systolic blood pressure, and tobacco use measurements by age group, sex, and year. Mini-Sentinel Common Data Model Data Quality Review Process and Programs
8 Log Checker Program (00.3_mscdm_sas_log_checker_directory_cc.sas). Checks Vital Signs QA program log and appends notes, warnings, and errors to the output.pdf file generated by the Core QA and (if applicable) Lab QA program. IV. PROGRAM EXECUTION When implementing programs within the MSDD, the MSOC uses a uniform folder structure across Data Partners to facilitate communications between MSOC and Data Partners and to streamline file management. Data Partners create a folder named after the quality review package and several subfolders to organize program inputs and outputs. One of the folders contains output to be sent to MSOC and another contains intermediate files that remain with the Data Partner, but could be used to facilitate follow-up queries if necessary. Table 1 defines the variables that must be initialized by the user to execute the quality review and characterization program package (i.e., defined by the Data Partner before execution of the programs). Please note that these values cannot be left blank. Each Data Partner is required to enter user inputs at the beginning of the applicable data quality program. These inputs are unique to each Data Partner. Table 1. Master Program Variable Definitions Label Field Name Description Common Components Path MSCC Path to directory containing the Common Components file (ms_common_components.sas) Staging MSCDM Path STAGING Path to directory containing the MSCDM datasets pending QA review V. PROGRAM PACKAGE OUTPUT Execution of all sections of the data quality review and characterization program package generates up to 279 output files: 154 Core output tables, 73 Lab output tables, and 21 Vital Signs output tables. In addition, 15 logs, 13 signature files, 1 lab output summary PDF file, and 1 master output summary PDF file are generated. See Appendix B for a complete list of output files. An example output table for each sub-package is provided below to demonstrate how output tables are used during data quality review. A. CORE QUALITY REVIEW OUTPUT EXAMPLE The output dataset dia_l3_pdx_et.sas examines the frequency of records in the Diagnosis table by principal diagnosis flag (PDX) and encounter type (ENCTYPE), and helps evaluate compliance with MSCDM specifications. Table 2: Example Dia_l3_pdx_et Output PDX EncType Count Percent AV 100, ED 25, OA 40, Mini-Sentinel Common Data Model Data Quality Review Process and Programs
9 PDX EncType Count Percent P IP 1, P IS 6, S IP 3, S IS 12, Per MSCDM specifications, only inpatient and institutional stay encounters (ENCTYPE= IP and IS ) should have PDX values populated. Ambulatory and emergency department visits (ENCTYPE= AV, OA, and ED ) should have blank PDX values. The table above represents a Diagnosis table with compliant PDX*ENCTYPE values. In addition to evaluating MSCDM compliance, this table also helps MSOC characterize the data. For example, the output indicates that only 4.0% of diagnoses are flagged as principal (PDX= P ), 8.0% are flagged as secondary (PDX= S ), and no diagnoses are flagged as unable to classify (PDX= X ). These percentages can inform investigator decisions to construct cohorts based on PDX values. B. LAB QUALITY REVIEW OUTPUT EXAMPLE The output dataset lab_l2_test_rslttyp_specimen.sas examines the frequency of records in the table by test name (MS_TEST_NAME), test subcategory (MS_TEST_SUB_CATEGORY), specimen source (SPECIMEN_SOURCE), and result type for lab tests with quantitative results. Table 3: Example lab_l2_test_rslttyp_specimen Output MS Test Name MS Test Subcategory Specimen Source Result Type Number of Tests GLUCOSE FST SR_PLS N 400 GLUCOSE RAN BLOOD N 600 HGBA1C BLOOD N 500 HGBA1C BLOOD M 25 PLATELETS PLASMA N 300 PG_QN BHCG SERUM N 200 PG_QN BHCG URINE N 300 PG_QN HCG SERUM N 450 A result type value of N indicates a numeric test result and M indicates a missing numeric test result. Since allowable MS_TEST_SUB_CATEGORY and SPECIMEN_SOURCE values are conditional on the test (e.g., MS_TEST_SUB_CATEGORY should be blank for HGBA1C tests but equal to either FST or RAN for GLUCOSE tests), this output table allows MSOC to evaluate compliance with MSCDM specifications. In addition, result type indicates which quantitative tests have missing result values. In the example output above, all test name, test subcategory, and specimen source values comply with the MSCDM. However, there are 25 HGBA1C lab records that have missing results that should be investigated. Mini-Sentinel Common Data Model Data Quality Review Process and Programs
10 C. VITAL SIGNS QUALITY REVIEW OUTPUT EXAMPLE The output dataset vit_l3_num_wt_age_sex_y.sas examines the frequency of weight measurements taken by age group, sex and year. Given the amount of data included in this table, the example output below is partially populated and includes information only for year old females in 2006 and 2007: Table 4: Example vit_l3_num_wt_age_sex_y Output Number of Weight Year Age Category Sex Count Percent Measurements F F F F F 2, F 2, F F F 3, F 4, F 3, F 3, This table is useful to understand how the number of weight measurements varies by age group, sex, and year. Unlike the other two example output tables, this output is used for characterization purposes only (i.e., it is not evaluating compliance with the MSCDM or looking for errors). In the table above, there are 2, year old female members with six weight measurements in 2006, compared to 50 female members with only one weight measurement in the same year. In 2007, there are 3, year old female members with six weight measurements, compared to 68 female members with only one weight measurement in the same year. Mini-Sentinel Common Data Model Data Quality Review Process and Programs
11 VI. APPENDIX A: LIST OF ALL QA ERR CODES Full Err Code ALL2.1.1 PatID variable has inconsistent lengths across tables ENR_DEM At least one PatID in the ENR table is not in the DEM table ENR_DIS At least one PatID in the ENR table is not in the DIS table ENR_ENC At least one PatID in the ENR table is not in the ENC table ENR_DIA At least one PatID in the ENR table is not in the DIA table ENR_PRO At least one PatID in the ENR table is not in the PRO table ENR1.0.0 Table does not exist ENR1.1.1 PatID variable is not character type ENR1.1.2 PatID variable has missing values ENR1.1.3 PatID variable has non-missing values that are not left-justified ENR1.1.4 PatID variable contains special characters ENR1.2.1 Enr_Start variable is not SAS date value of numeric data type ENR1.2.2 Enr_Start variable is not of length 4 ENR1.2.3 Enr_Start variable has missing values ENR1.3.1 Enr_End variable is not SAS date value of numeric data type ENR1.3.2 Enr_End variable is not of length 4 ENR1.3.3 Enr_End variable has missing values ENR1.3.6 Enr_End variable has values after the maximum dispensing and utilization dates ENR1.4.1 MedCov variable is not character type ENR1.4.2 MedCov variable is not exactly 1 character in length ENR1.4.3 MedCov variable has missing values ENR1.4.4 MedCov variable has values other than "Y", "N", or "U" ENR1.5.1 DrugCov variable is not character type ENR1.5.2 DrugCov variable is not exactly 1 character in length ENR1.5.3 DrugCov variable has missing values ENR1.5.4 DrugCov variable has values other than "Y", "N", or "U" ENR1.6.1 Chart variable is not character type ENR1.6.2 Chart variable is not exactly 1 character in length ENR1.6.3 Chart variable has missing values ENR1.6.4 Chart variable has values other than "Y" or "N" ENR2.0.0 Record(s) have duplicate key value combinations (with respect to table definition) ENR2.2.1 Enr_Start is after Enr_End ENR2.2.3 Enr_Start occurs more than once in the file in combination with PatID, MedCov, and DrugCov Mini-Sentinel Common Data Model Data Quality Review Process and Programs
12 ENR2.3.4 ENR2.6.1 ENR3.0.1 ENR3.1.1 ENR3.2.1 ENR3.3.4 ENR3.4.1 ENR3.4.2 ENR3.4.3 ENR3.4.4 ENR3.4.5 ENR3.4.6 ENR3.5.1 ENR3.5.2 ENR3.5.3 ENR3.5.4 ENR3.5.5 ENR3.5.6 ENR3.6.1 ENR3.6.2 ENR3.6.3 ENR3.6.4 ENR3.6.5 ENR3.6.6 ENR3.6.7 ENR3.6.8 ENR_DEM2.1.1 Enr_End occurs more than once in the file in combination with PatID, MedCov, and DrugCov At least one PatID has records with inconsistent MedCov and DrugCov indicators with the same year/month/day of enrollment Significant change in number of records between Problem with number of unique PatIDs Problem with distribution of Enr_Start variable Problem with distribution of Enr_End variable Problem with distribution of enrollment months per patient for patients with MedCov = "Y" Problem with distribution of MedCov indicators Problem with distribution of MedCov indicators per year Problem with distribution of MedCov indicators per year-month within the Problem with distribution of MedCov indicators per year across Problem with distribution of MedCov indicators per year-month across Problem with distribution of enrollment months per patient for patients with DrugCov = "Y" Problem with distribution of DrugCov indicators Problem with distribution of DrugCov indicators per year Problem with distribution of DrugCov indicators per year-month within the Problem with distribution of DrugCov indicators per year across Problem with distribution of DrugCov indicators per year-month across Problem with distribution of enrollment months per patient for patients with MedCov = "Y" and DrugCov = "Y" Problem with distribution of MedCov*DrugCov indicators Problem with distribution of MedCov*DrugCov indicators per year within the Problem with distribution of MedCov*DrugCov indicators per year-month Problem with distribution of MedCov*DrugCov indicators per year across Problem with distribution of MedCov*DrugCov indicators per year-month across Problem with distribution of total number of patients with MedCov = "Y" and DrugCov = "Y" and at least 1 overlapping enrollment span Problem with distribution of total number of overlapping enrollment spans for all patients with MedCov = "Y" and DrugCov = "Y" At least one PatID in the DEM table is not in the ENR table Mini-Sentinel Common Data Model Data Quality Review Process and Programs
13 DEM1.0.0 Table does not exist DEM1.1.1 PatID variable is not character type DEM1.1.2 PatID variable has missing values DEM1.1.3 PatID variable has non-missing values that are not left-justified DEM1.1.4 PatID variable contains special characters DEM1.2.1 Birth_Date variable is not SAS date value of numeric data type DEM1.2.2 Birth_Date variable is not of length 4 DEM1.2.3 Birth_Date variable has missing values DEM1.2.4 Birth_Date variable has values before 1/1/1885 DEM1.3.1 Sex variable is not character type DEM1.3.2 Sex variable is not exactly 1 character in length DEM1.3.3 Sex variable has missing values DEM1.3.4 Sex has values other than "F", "M", "A", or "U" DEM1.4.1 Hispanic variable is not character type DEM1.4.2 Hispanic variable is not exactly 1 character in length DEM1.4.3 Hispanic variable has missing values DEM1.4.4 Hispanic variable has values other than "Y", "N", or "U" DEM1.5.1 Race variable is not character type DEM1.5.2 Race variable is not exactly 1 character in length DEM1.5.3 Race variable has missing values DEM1.5.4 Race variable has values other than "0", "1", "2", "3", "4", or "5" DEM1.6.1 ZIP variable is not character type DEM1.6.2 ZIP variable is not exactly 5 characters in length DEM1.6.3 ZIP variable has missing values DEM1.7.1 ZIP_Date variable is not SAS date value of numeric data type DEM1.7.2 ZIP_Date variable is not length of 4 DEM1.7.3 ZIP_Date variable has missing values DEM1.7.4 ZIP_Date variable has values before MinDate DEM1.7.5 ZIP_Date variable has values after MaxDate DEM2.0.0 Record(s) have duplicate key value combinations (with respect to table definition) DEM3.0.1 Significant change in number of records between DEM3.1.1 Problem with number of unique PatIDs DEM3.2.2 Problem with distribution of age DEM3.2.3 Problem with distribution of age groups (0-1 yrs, 2-4 yrs, 5-9 yrs, yrs, yrs, yrs, yrs, yrs, yrs, 75+ yrs) DEM3.3.1 Problem with distribution of Sex variable DEM3.4.1 Problem with distribution of Race variable DEM3.5.1 Problem with distribution of Hispanic variable ENR_DIS2.1.2 At least one PatID in the DIS table is not in the ENR table Mini-Sentinel Common Data Model Data Quality Review Process and Programs
14 DIS1.0.0 Table does not exist DIS1.1.1 PatID variable is not character type DIS1.1.2 PatID variable has missing values DIS1.1.3 PatID variable has non-missing values that are not left-justified DIS1.1.4 PatID variable contains special characters DIS1.2.1 RxDate variable is not a SAS date value of numeric data type DIS1.2.2 RxDate variable is not of length 4 DIS1.2.3 RxDate variable has missing values DIS1.3.1 NDC variable is not character data type DIS1.3.2 NDC variable is not exactly 11 characters in length DIS1.3.3 NDC variable has missing values DIS1.3.4 NDC variable contains special characters or non-digits DIS1.4.1 RxSup variable is not numeric type DIS1.4.2 RxSup variable is not of length 4 DIS1.4.3 RxSup variable has negative, missing, or zero values DIS1.4.4 RxSup variable has a format length (no format length should be specified) DIS1.5.1 RxAmt variable is not numeric type DIS1.5.2 RxAmt variable is not of length 4 DIS1.5.3 RxAmt variable has negative, missing or zero values DIS1.5.4 RxAmt variable has a format length (no format length should be specified) DIS2.0.0 DIS3.0.1 DIS3.1.1 DIS3.2.1 DIS3.2.2 DIS3.2.3 DIS3.2.4 DIS3.2.5 DIS3.2.6 DIS3.4.1 DIS3.5.1 DIS3.5.2 ENR_ENC2.1.3 ENC_DIA_PRO2.2.1 Record(s) have duplicate key value combinations (with respect to table definition) Significant change in number of records between Problem with number of unique PatIDs Problem with distribution of RxDate (i.e. total number of dispensings per year) Problem with distribution of RxDate (i.e. total number of dispensings per year-month) Significant change in number of records per RxDate (year) across Significant change in number of records per RxDate (year-month) across Problem with distribution of RxDate (overall) Problem with distribution of RxDate (overall) across Problem with distribution of RxSup Problem with distribution of RxAmt Problem with average number of prescriptions per PatID by year At least one PatID in the ENC table is not in the ENR table ID variable has inconsistent lengths across tables Mini-Sentinel Common Data Model Data Quality Review Process and Programs
15 ENC_DIA_PRO2.2.6 ENC_DIA_PRO2.5.1 ENC_DIA2.2.4 ENC_PRO2.2.5 ENC1.0.0 ENC1.1.1 ENC1.1.2 ENC1.1.3 ENC1.1.4 ENC1.2.1 ENC1.2.2 ENC1.2.3 ENC table has ID values which are not found in the DIA and PRO tables Provider variable has inconsistent lengths across tables ENC table has ID values not found in the DIA table ENC table has ID values not found in the PRO table Table does not exist PatID variable is not character type PatID variable has missing values PatID variable has non-missing values that are not left-justified PatID variable contains special characters ID variable is not character type ID variable has missing values ID variable has non-missing values that are not left-justified ENC1.2.4 ID variable contains special characters ENC1.3.1 ADate variable is not SAS date value of numeric data type ENC1.3.2 ADate variable is not of length 4 ENC1.3.3 ADate variable has missing values ENC1.4.1 DDate variable is not SAS date value of numeric data type ENC1.4.2 DDate variable is not of length 4 ENC1.5.1 Provider variable is not character type ENC1.5.2 Provider variable has missing values and should be populated for all records of the table (part of the definition of the table) ENC1.5.3 Provider variable has non-missing values that are not left-justified ENC1.5.4 Provider variable contains special characters ENC1.6.1 Facility_Location variable is not character type ENC1.6.2 Facility_Location variable is not exactly 3 characters in length ENC1.6.3 Facility_Location variable contains non-digits ENC1.6.4 Facility_Location has missing values ENC1.6.5 Facility_Location variable has non-missing values that are not left-justified ENC1.7.1 ENC1.7.2 ENC1.7.3 ENC1.7.4 ENC1.8.1 ENC1.8.2 ENC1.8.3 ENC1.8.4 ENC1.9.1 EncType variable is not character type EncType variable is not exactly 2 characters in length EncType variable has missing values EncType variable has values other than "IP", "IS", "ED", "AV", or "OA" Facility_Code variable is not character type Facility_Code variable contains special characters Facility_Code variable has non-missing values that are not left-justified Facility_Code has missing values Discharge_Disposition variable is not character type Mini-Sentinel Common Data Model Data Quality Review Process and Programs
16 ENC1.9.2 ENC1.9.3 ENC ENC ENC ENC ENC ENC ENC ENC ENC ENC ENC ENC ENC2.0.0 ENC2.2.1 ENC2.2.7 ENC2.3.1 ENC2.3.2 ENC2.4.1 ENC2.4.2 ENC2.9.1 ENC2.9.2 ENC ENC ENC ENC ENC ENC ENC Discharge_Disposition variable is not exactly 1 character in length Discharge_Disposition variable has values other than "A", "E", "U", or missing Discharge_Status variable is not character data type Discharge_Status variable is not exactly 2 characters in length Discharge_Status variable has values other than "AF", "AL", "AM", "AW", "EX", "HH", "HS", "HO", "IP", "NH", "OT", "RS", "RH", "SH", "SN", UN, or missing DRG variable is not character type DRG variable is not exactly 3 characters in length DRG variable contains non-digits DRG_Type variable is not character type DRG_Type variable is not exactly 1 character in length DRG_Type variable contains values other than "1", "2", or missing Admitting_Source variable is not character type Admitting_Source variable is not exactly 2 characters in length Admitting_Source variable contains values other than "AV", "ED", "AF", "AL", "HH", "HS", "HO", "IP", "NH", "OT", "RS", "RH", "SN", "UN", or missing Record(s) have duplicate key value combinations (with respect to table definition) ID values occur more than once ID variable does not contain (in this order) PatID, ADate, Provider, EncType ADate is after DDate (for IP and IS only) ADate and DDate variables have values before DP_MinDate DDate variable is missing for EncType value "IP" DDate variable is populated for records with EncType values other than "IP" or "IS" Discharge_Disposition variable is missing for EncType values "IP" or "IS" Discharge_Disposition variable is populated for records with EncType values other than "IP" or "IS" Discharge_Status variable is missing for EncType values "IP" or "IS" Discharge_Status variable is populated for records with EncType values other than "IP" or "IS" DRG variable is missing for EncType values "IP" or "IS" DRG variable is populated for records with EncType values other than "IP", "IS", or "ED" DRG_Type variable is missing for EncType values "IP" or "IS" DRG_Type variable is populated for records with EncType values other than "IP", "IS", or "ED" Admitting_Source variable is missing for EncType values "IP" or "IS" Mini-Sentinel Common Data Model Data Quality Review Process and Programs
17 ENC ENC3.0.1 ENC3.1.1 ENC3.2.1 ENC3.3.1 ENC3.3.2 ENC3.3.3 ENC3.3.4 ENC3.3.5 ENC3.3.6 ENC3.4.1 ENC3.4.5 ENC3.4.6 ENC3.4.7 ENC3.4.8 ENC3.4.9 ENC ENC ENC ENC ENC3.5.1 ENC3.7.4 ENC3.7.5 ENC3.7.6 ENC3.7.7 ENC3.7.8 ENC3.7.9 ENC3.9.1 Admitting_Source variable is populated for records with EncType values other than "IP" or "IS" Significant change in number of records between Problem with number of unique PatIDs Problem with number of unique IDs Problem with distribution of ADate (i.e. total number of records per year) Problem with distribution of ADate (i.e. total number of records per yearmonth) Significant change in number of records per ADate (year) across Significant change in number of records per ADate (year-month) across Problem with distribution of ADate (overall) Problem with distribution of ADate (overall) across Problem with distribution of DDate (i.e. total number of records per year) Problem with distribution of DDate (i.e. total number of records per yearmonth) Significant change in number of records per DDate (year) across Significant change in number of records per DDate (year-month) across Problem with distribution of DDate (overall) Problem with distribution of DDate (overall) across Problem with distribution of DDate variable by EncType per year Problem with distribution of DDate variable by EncType per year-month Problem with distribution of length of stay (DDate-ADate + 1) by EncType Problem with distribution of length of stay (DDate-ADate + 1) by EncType per year Problem with number of unique Provider values Problem with distribution of number of encounters per member by year and EncType Problem with distribution of number of encounters per member by yearmonth and EncType Problem with distribution of number of records by EncType per year within the Problem with distribution of number of records by EncType per year-month Significant change in number of records by EncType per year across Significant change in number of records by EncType per year-month across Problem with distribution of Discharge_Disposition variable (overall) Mini-Sentinel Common Data Model Data Quality Review Process and Programs
18 ENC3.9.2 ENC ENC ENC ENC ENC ENC ENC ENC ENR_DIA2.1.4 ENC_DIA2.2.2 DIA1.0.0 DIA1.1.1 DIA1.1.2 DIA1.1.3 DIA1.1.4 DIA1.2.1 DIA1.2.2 DIA1.2.3 Problem with distribution of Discharge_Disposition variable (by EncType) Problem with distribution of Discharge_Status variable (overall) Problem with distribution of Discharge_Status variable (by EncType) Problem with distribution of DRG variable Problem with distribution of DRG_Type variable (overall) Problem with distribution of DRG_Type variable (by year to confirm switch from old to new system) Problem with distribution of DRG_Type variable (by EncType) Problem with distribution of Admitting_Source variable (overall) Problem with distribution of Admitting_Source variable (by EncType) At least one PatID in the DIA table is not in the ENR table DIA table has ID values not found in the ENC table Table does not exist PatID variable is not character type PatID variable has missing values PatID variable has non-missing values that are not left-justified PatID variable contains special characters ID variable is not character type ID variable has missing values ID variable has non-missing values that are not left-justified DIA1.2.4 ID variable contains special characters DIA1.3.1 ADate variable is not SAS date value of numeric data type DIA1.3.2 ADate variable is not of length 4 DIA1.3.3 ADate variable has missing values DIA1.4.1 Provider variable is not character type DIA1.4.2 Provider variable has missing values and should be populated for all records of the table (part of the definition of the table) DIA1.4.3 Provider variable has non-missing values that are not left-justified DIA1.4.4 Provider variable contains special characters DIA1.5.1 EncType variable is not character type DIA1.5.2 EncType variable is not exactly 2 characters in length DIA1.5.3 EncType variable has missing values and should be populated for all records of the table (part of the definition of the table) DIA1.5.4 EncType variable has values other than "IP", "IS", "ED", "AV", or "OA" DIA1.6.1 DX variable Is not character type DIA1.6.2 DX variable is not exactly 18 characters in length DIA1.6.3 DX variable has missing values and should be populated for all records of the table (part of the definition of the table) DIA1.6.4 DX variable contains special characters other than a decimal point Mini-Sentinel Common Data Model Data Quality Review Process and Programs
19 DIA1.6.5 DIA1.7.1 DIA1.7.2 DIA1.7.3 DIA1.8.1 DIA1.9.1 DIA1.9.2 DIA1.9.3 DIA2.0.0 DIA2.2.6 DIA2.9.2 DIA2.9.1 DIA3.0.1 DIA3.1.1 DIA3.2.1 DIA3.3.1 DIA3.3.2 DIA3.3.3 DIA3.3.4 DIA3.3.5 DIA3.3.6 DIA3.4.1 DIA3.5.1 DIA3.5.2 DIA3.5.3 DIA3.5.4 DIA3.5.5 DIA3.6.1 DIA3.6.2 DIA3.7.1 DIA3.7.2 Problem with the length of DX values Dx_Codetype variable is not character type Dx_Codetype variable is not exactly 2 characters in length Dx_Codetype variable contains values other than "09", "10", "11", "SM", or "OT" OrigDX variable is not character type PDX variable is not character type PDX variable is not exactly 1 character in length PDX variable contains values other than "P", "S", "X", or missing Record(s) have duplicate key value combinations (with respect to table definition) ID variable does not contain (in this order) PatID, ADate, Provider, EncType PDX variable is populated for EncType values other than "IP" or "IS" PDX variable has missing values for EncType values "IP" or "IS" Significant change in number of records between Problem with number of unique PatIDs Problem with number of unique IDs Problem with distribution of ADate (i.e. total number of records per year) Problem with distribution of ADate (i.e. total number of records per yearmonth) Significant change in number of records per ADate (year) across Significant change in number of records per ADate (year-month) across Problem with distribution of ADate (overall) Problem with distribution of ADate (overall) across Problem with number of unique Provider values Problem with distribution of number of records by EncType per year within the Problem with distribution of number of records by EncType per year-month Significant change in number of records by EncType per year across Significant change in number of records by EncType per year-month across Problem with distribution of number of unique diagnoses per encounter visit (overall) Problem with distribution of DX variable DX variable is not consistent with Dx_Codetype variable Problem with distribution of Dx_Codetype (by year) Problem with distribution of Dx_Codetype (by EncType) Mini-Sentinel Common Data Model Data Quality Review Process and Programs
20 DIA3.9.1 DIA3.9.2 ENR_PRO2.1.5 ENC_PRO2.2.3 PRO1.0.0 PRO1.1.1 PRO1.1.2 PRO1.1.3 PRO1.1.4 PRO1.2.1 PRO1.2.2 PRO1.2.3 Problem with distribution of PDX variable. Problem with distribution of PDX*EncType At least one PatID in the PRO table is not in the ENR table PRO table has ID values not found in the ENC table Table does not exist PatID variable is not character type PatID variable has missing values PatID variable has non-missing values that are not left-justified PatID variable contains special characters ID variable is not character type ID variable has missing values ID variable has non-missing values that are not left-justified PRO1.2.4 ID variable contains special characters PRO1.3.1 ADate variable is not SAS date value of numeric data type PRO1.3.2 ADate variable is not of length 4 PRO1.3.3 ADate variable has missing values PRO1.4.1 Provider variable is not character type PRO1.4.2 Provider variable has missing values and should be populated for all records of the table (part of the definition of the table) PRO1.4.3 Provider variable has non-missing values that are not left-justified PRO1.4.4 Provider variable contains special characters PRO1.5.1 EncType variable is not character type PRO1.5.2 EncType variable is not exactly 2 characters in length PRO1.5.3 EncType variable has missing values PRO1.5.4 EncType variable has values other than "IP", "IS", "ED", "AV", or "OA" PRO1.6.1 PX variable Is not character type PRO1.6.2 PX variable is not exactly 11 characters in length PRO1.6.3 PX variable has missing values PRO1.6.4 PX variable contains special characters other than a decimal point PRO1.6.5 Problem with the length of PX values PRO1.7.1 PX_Codetype variable Is not character type PRO1.7.2 PX_Codetype variable is not exactly 2 characters in length PRO1.7.3 PX_Codetype variable has missing values PRO1.7.4 PX_Codetype variable contains values other than "09", "10", "11", "C2", "C3", "C4", "H3", "HC", "LC", "LO", "ND", "OT", or "RE" PRO1.8.1 OrigPX variable is not character type PRO2.0.0 Record(s) have duplicate key value combinations (with respect to table definition) PRO2.2.1 ID variable does not contain (in this order) PatID, ADate, Provider, EncType Mini-Sentinel Common Data Model Data Quality Review Process and Programs
21 PRO3.0.1 PRO3.1.1 PRO3.2.1 PRO3.3.1 PRO3.3.2 PRO3.3.3 PRO3.3.4 PRO3.3.5 PRO3.3.6 PRO3.4.1 PRO3.5.1 PRO3.5.2 PRO3.5.3 Significant change in number of records between Problem with number of unique PatIDs Problem with number of unique IDs Problem with distribution of ADate (i.e. total number of records per year) Problem with distribution of ADate (i.e. total number of records per yearmonth) Significant change in number of records per ADate (year) across Significant change in number of records per ADate (year-month) across Problem with distribution of ADate (overall) Problem with distribution of ADate (overall) across Problem with number of unique Provider values Problem with distribution of number of records by EncType per year within the Problem with distribution of number of records by EncType per year-month Significant change in number of records by EncType per year across PRO3.5.4 Significant change in number of records by EncType per year-month across PRO3.5.5 Problem with distribution of number of unique procedures per encounter visit (overall) PRO3.6.1 Problem with distribution of PX variable PRO3.6.2 PX variable is not consistent with PX_Codetype variable PRO3.7.1 Problem with distribution of PX_Codetype (year) PRO3.7.2 Problem with distribution of PX_Codetype (by EncType) ENR_DTH2.1.6 At least one PatID in the DTH table is not in the ENR table DTH_COD2.1.1 At least one PatID in the DTH table is not in the COD table (if both tables exist) DTH1.1.1 PatID variable is not character type DTH1.1.2 PatID variable has missing values DTH1.1.3 PatID variable has non-missing values that are not left-justified DTH1.1.4 PatID variable contains special characters DTH1.2.1 DeathDt variable is not SAS date value of numeric data type DTH1.2.2 DeathDt variable is not of length 4 DTH1.2.3 DeathDt variable has missing values DTH1.2.4 DeathDt variable has values before 1/1/1885 DTH1.3.1 DtImpute variable is not character type DTH1.3.2 DtImpute variable is not exactly 1 character in length DTH1.3.3 DtImpute variable has missing values DTH1.3.4 DtImpute variable has values other than "B", "D", "M", or "N" Mini-Sentinel Common Data Model Data Quality Review Process and Programs
22 DTH1.4.1 Source variable is not character type DTH1.4.2 Source variable is not exactly 1 character in length DTH1.4.3 Source variable has missing values DTH1.4.4 Source variable has values other than "L", "N", "S", or "T" DTH1.5.1 Confidence variable is not character type DTH1.5.2 Confidence variable is not exactly 1 character in length DTH1.5.3 Confidence variable has missing values DTH1.5.4 Confidence variable has values other than "E", "F", or "P" DTH2.0.0 Record(s) have duplicate key value combinations (with respect to table definition) DTH3.0.1 Significant change in number of records between DTH3.1.1 Problem with number of unique PatIDs DTH3.2.1 Problem with distribution of DeathDt variable by year DTH3.2.2 Problem with distribution of DeathDt variable by year-month DTH3.3.1 Problem with distribution of DtImpute DTH3.4.1 Problem with distribution of Source DTH3.5.1 Problem with distribution of Confidence ENR_COD2.1.7 At least one PatID in the COD table is not in the ENR table DTH_COD2.1.2 At least one PatID in the COD table is not in the DTH table (if both tables exist) COD1.1.1 PatID variable is not character type COD1.1.2 PatID variable has missing values COD1.1.3 PatID variable has non-missing values that are not left-justified COD1.1.4 PatID variable contains special characters COD1.2.1 COD variable is not character type COD1.2.2 COD variable has missing values COD1.2.3 COD variable is not exactly 8 characters in length COD1.2.6 COD variable has non-missing values that are not left-justified COD1.2.7 Problem with the length of COD values COD1.3.1 CodeType variable is not character type COD1.3.2 CodeType variable is not exactly 2 characters in length COD1.3.3 CodeType variable has missing values COD1.3.4 CodeType variable has values other than "09" or "10" COD1.3.5 CodeType variable has non-missing values that are not left-justified COD1.4.1 CauseType variable is not character type COD1.4.2 CauseType variable is not exactly 1 character in length COD1.4.3 CauseType variable has missing values COD1.4.4 CauseType variable has values other than "C", "I", "O", or "U" COD1.5.1 Source variable is not character type COD1.5.2 Source variable is not exactly 1 character in length Mini-Sentinel Common Data Model Data Quality Review Process and Programs
23 COD1.5.3 COD1.5.4 COD1.6.1 COD1.6.2 COD1.6.3 COD1.6.4 COD2.0.0 COD3.0.1 COD3.1.1 COD3.2.1 COD3.2.2 COD3.4.1 COD3.5.1 COD3.6.1 DIA4.6.1 DIA4.6.2 DIA4.6.3 DIA4.6.4 DIA4.6.5 DIA4.6.6 DIA4.6.7 DIA4.6.8 DIA4.6.9 DIA DIA DIA DIA DIA Source variable has missing values Source variable has values other than "L", "N", "S", or "T" Confidence variable is not character type Confidence variable is not exactly 1 character in length Confidence variable has missing values Confidence variable has values other than "E", "F", or "P" Record(s) have duplicate key value combinations (with respect to table definition) Significant change in number of records between Problem with number of unique PatIDs Problem with distribution of COD variable COD variable is not consistent with CodeType variable Problem with distribution of CauseType Problem with distribution of Source Problem with distribution of Confidence Problem with number of ovarian cancer encounters (per year-month) within Problem with number of ovarian cancer encounters (overall) within Problem with number of ovarian cancer encounters by sex (per year-month) within Problem with number of ovarian cancer encounters by sex (overall) within Significant change in number of ovarian cancer encounters (per year-month) across Significant change in number of ovarian cancer encounters (overall) across Significant change in number of ovarian cancer encounters by sex (per yearmonth) across Significant change in number of ovarian cancer encounters by sex (overall) across Problem with number of prostate cancer encounters (per year-month) within Problem with number of prostate cancer encounters (overall) within Problem with number of prostate cancer encounters by sex (per year-month) within Problem with number of prostate cancer encounters by sex (overall) within Significant change in number of prostate cancer encounters (per yearmonth) across Significant change in number of prostate cancer encounters (overall) across Mini-Sentinel Common Data Model Data Quality Review Process and Programs
24 DIA DIA DIA DIA DIA DIA DIA DIA DIA DIA ENC ENC ENC ENC PRO4.6.1 PRO4.6.2 PRO4.6.3 PRO4.6.4 PRO4.6.5 PRO4.6.6 PRO4.6.7 PRO4.6.8 LAB1.0.0 LAB1.1.1 LAB1.2.1 LAB1.2.2 LAB1.2.3 Significant change in number of prostate cancer encounters by sex (per yearmonth) across Significant change in number of prostate cancer encounters by sex (overall) across Problem with number of pregnancy encounters (per year-month) within Problem with number of pregnancy encounters (overall) within Problem with number of pregnancy encounters by sex (per year-month) within Problem with number of pregnancy encounters by sex (overall) within Significant change in number of pregnancy encounters (per year-month) across Significant change in number of pregnancy encounters (overall) across Significant change in number of pregnancy encounters by sex (per yearmonth) across Significant change in number of pregnancy encounters by sex (overall) across Problem with ED to IP encounter rates (per year-month) within Problem with ED to IP encounter rates (overall) within Significant change in ED to IP encounter rates (per year-month) across Significant change in ED to IP encounter rates (overall) across Problem with number of hysterectomy encounters (per year-month) within Problem with number of hysterectomy encounters (overall) within Problem with number of hysterectomy encounters by sex (per year-month) within Problem with number of hysterectomy encounters by sex (overall) within Significant change in number of hysterectomy encounters (per year-month) across Significant change in number of hysterectomy encounters (overall) across Significant change in number of hysterectomy encounters by sex (per yearmonth) across Significant change in number of hysterectomy encounters by sex (overall) across Table does not exist PatID variable is not character type MS_Test_Name variable is not character type MS_Test_Name variable is not exactly 10 characters in length MS_Test_Name variable has missing values Mini-Sentinel Common Data Model Data Quality Review Process and Programs
25 LAB1.2.4 LAB1.2.5 LAB1.2.6 LAB1.2.7 LAB1.2.8 LAB1.2.9 LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB1.3.1 LAB1.3.2 LAB1.3.3 LAB1.3.4 LAB1.4.1 MS_Test_Name variable has values other than "ALP", "ALT", "ANC", "BILI_TOT", "CK", "CK_MB", "CK_MBI", "CREATININE", "D_DIMER_QL", "D_DIMER_QN", "GLUCOSE", "HGB", "HGBA1C", "INF_A", "INF_AB", "INF_B", "INF_NS", "INR", "LIPASE", "PG_QL", "PG_QN", "PLATELETS", "TROP_I", "TROP_T_QL", or "TROP_T_QN" MS_Test_Name does not have value "ALP" on at least one record MS_Test_Name does not have value "ALT" on at least one record MS_Test_Name does not have value "ANC" on at least one record MS_Test_Name does not have value "BILI_TOT" on at least one record MS_Test_Name does not have value "CK" on at least one record MS_Test_Name does not have value "CK_MB" on at least one record MS_Test_Name does not have value "CK_MBI" on at least one record MS_Test_Name does not have value "CREATININE" on at least one record MS_Test_Name does not have value "D_DIMER_QL" on at least one record MS_Test_Name does not have value "D_DIMER_QN" on at least one record MS_Test_Name does not have value "GLUCOSE" on at least one record MS_Test_Name does not have value "HGB" on at least one record MS_Test_Name does not have value "HGBA1C" on at least one record MS_Test_Name does not have value "INF_A" on at least one record MS_Test_Name does not have value "INF_AB" on at least one record MS_Test_Name does not have value "INF_B" on at least one record MS_Test_Name does not have value "INF_NS" on at least one record MS_Test_Name does not have value "INR" on at least one record MS_Test_Name does not have value "LIPASE" on at least one record MS_Test_Name does not have value "PG_QL" on at least one record MS_Test_Name does not have value "PG_QN" on at least one record MS_Test_Name does not have value "PLATELETS" on at least one record MS_Test_Name does not have value "TROP_I" on at least one record MS_Test_Name does not have value "TROP_T_QL" on at least one record MS_Test_Name does not have value "TROP_T_QN" on at least one record MS_Test_Sub_Category variable is not character type MS_Test_Sub_Category variable is not exactly 6 characters in length MS_Test_Sub_Category variable has values other than "BHCG", "DDU", "EIA", "FEU", "FST", "HCG", "IF", "NS", "PCR", "RAN", "VTC", or missing MS_Test_Sub_Category variable has non-missing values that are not leftjustified Specimen_Source variable is not character type Mini-Sentinel Common Data Model Data Quality Review Process and Programs
26 LAB1.4.2 LAB1.4.3 LAB1.4.4 Specimen_Source variable is not exactly 6 characters in length Specimen_Source variable has values other than "BAL", "BALBX", "BLOOD", "CSF", "NPH", "NPWASH", "NS", "NSWAB", "NWASH", "OTHER", "PLASMA", "PPP", "SERUM", "SPUTUM", "SR_PLS", "THRT", "UNK" or "URINE" Specimen_Source variable has non-missing values that are not left-justified LAB1.4.5 Specimen_Source variable has missing values LAB1.5.1 LOINC variable is not character type LAB1.5.2 LOINC variable is not exactly 10 characters in length LAB1.5.3 LOINC variable has non-missing values that are not left-justified LAB1.5.4 LOINC variable has missing values LAB1.5.5 First character of LOINC variable is a zero LAB1.5.6 Second-to-last character of LOINC variable is not a hyphen LAB1.5.7 Last character of LOINC variable is not a number 0-9 LAB1.7.1 Stat variable is not character type LAB1.7.2 Stat variable is not exactly 1 character in length LAB1.7.3 Stat variable has missing values LAB1.7.4 Stat variable has values other than "E", "R", "S", or "U" LAB1.8.1 Pt_Loc variable is not character type LAB1.8.2 Pt_Loc variable is not exactly 1 character in length LAB1.8.3 Pt_Loc variable has missing values LAB1.8.4 Pt_Loc variable has values other than "E", "H", "I", "O", or "U" LAB1.9.1 Result_Loc variable is not character type LAB1.9.2 Result_Loc variable is not exactly 1 character in length LAB1.9.3 Result_Loc variable has missing values LAB1.9.4 Result_Loc variable has values other than "L" or "P" LAB LOCAL_CD variable is not character type LAB BATTERY_CD variable is not character type LAB PX variable Is not character type LAB PX_Codetype variable Is not character type LAB PX_Codetype variable is not exactly 2 characters in length LAB PX_Codetype variable contains values other than "09", "10", "11", "C2", "C3", "C4", "H3", "HC", "LO", "ND", "OT", "RE", or missing LAB Order_dt variable is not SAS date value of numeric data type LAB Order_dt variable is not of length 4 LAB Order_dt variable has missing values LAB Lab_dt variable is not SAS date value of numeric data type LAB Lab_dt variable is not of length 4 LAB Lab_dt variable has missing values Mini-Sentinel Common Data Model Data Quality Review Process and Programs
27 LAB Lab_tm variable is not SAS time value of numeric data type LAB Lab_tm variable is not of length 4 LAB Lab_tm variable has missing values LAB Result_dt variable is not SAS date value of numeric data type LAB Result_dt variable is not of length 4 LAB Result_dt variable has missing values LAB Result_tm variable is not SAS time value of numeric data type LAB Result_tm variable is not of length 4 LAB Result_tm variable has missing values LAB Orig_Result variable Is not character type LAB Orig_Result variable is not exactly 8 characters in length LAB Orig_Result variable has missing values LAB Orig_Result variable contains special characters ">", "<", ">=", or "<=" LAB Orig_Result variable contains values which imply an unresulted lab record LAB LAB LAB MS_Result_C variable Is not character type MS_Result_C variable is not exactly 12 characters in length MS_Result_C variable has non-missing values that are not left-justified LAB MS_Result_N variable is not numeric type LAB MS_Result_N variable is not of length 8 LAB MS_Result_N variable contains negative values LAB Modifier variable is not character type LAB Modifier variable is not exactly 2 characters in length LAB Modifier variable has missing values LAB Modifier variable has values other than "EQ", "GE", "GT", "LE", "LT", or "TX" LAB LAB LAB LAB LAB LAB LAB LAB LAB Orig_Result_unit variable is not character type Orig_Result_unit variable is not exactly 11 characters in length Orig_Result_unit variable has missing values for records where MS_Test_Name is not equal to "D_DIMER_QL", "INF_A", "INF_AB", "INF_B", "INF_NS", "INR", "PG_QL", or "TROP_T_QL" Std_Result_unit variable is not character type Std_Result_unit variable is not exactly 11 characters in length Std_Result_unit variable has missing values for records where MS_Test_Name is not equal to "D_DIMER_QL", "INF_A", "INF_AB", "INF_B", "INF_NS", "INR", "PG_QL", or "TROP_T_QL" Std_Result_unit variable has non-missing values that are not left-justified Std_Result_unit variable has values in lowercase text MS_Result_unit variable is not character type Mini-Sentinel Common Data Model Data Quality Review Process and Programs
28 LAB LAB LAB MS_Result_unit variable is not exactly 11 characters in length MS_Result_unit variable has missing values MS_Result_unit variable has non-missing values that are not left-justified LAB Norm_Range_low variable is not character type LAB Norm_Range_low variable is not exactly 8 characters in length LAB Norm_Range_low variable contains special characters such as "-", ">", "<", ">=", or "<=" LAB Modifier_low variable is not character type LAB Modifier_low variable is not exactly 2 characters in length LAB Modifier_low variable has values other than "EQ", "GE", "GT", or missing LAB Norm_Range_high variable is not character type LAB Norm_Range_high variable is not exactly 8 characters in length LAB Norm_Range_high variable contains special characters such as "-", ">", "<", ">=", or "<=" LAB Modifier_high variable is not character type LAB Modifier_high variable is not exactly 2 characters in length LAB Modifier_high variable has values other than "EQ", "LE", "LT", or missing LAB LAB LAB LAB LAB LAB ENR_LAB2.1.8 ENR_LAB ENR_LAB LAB2.3.1 LAB2.3.2 LAB2.3.3 LAB2.3.4 LAB2.3.5 LAB2.3.6 Abn_ind variable is not character type Abn_ind variable is not exactly 2 characters in length Abn_ind variable has missing values Abn_ind variable has values other than "AB", "AH", "AL", "CH", "CL", "CR", "IN", "NL", or "UN" Order_dept variable is not character type Facility_Code variable is not character type At least one PatID in the LAB table is not in the ENR table At least one PatID in the ENR table is not in the LAB table For at least one PatID with enrollment coverage, all of the labs were collected outside of the eligible enrollment period MS_Test_Name has values "ALP" and MS_Test_Sub_Category is not missing MS_Test_Name has values "ALT" and MS_Test_Sub_Category is not missing MS_Test_Name has values "ANC" and MS_Test_Sub_Category is not missing MS_Test_Name has values "BILI_TOT" and MS_Test_Sub_Category is not missing MS_Test_Name has values "CK" and MS_Test_Sub_Category is not missing MS_Test_Name has values "CK_MB" and MS_Test_Sub_Category is not missing Mini-Sentinel Common Data Model Data Quality Review Process and Programs
29 LAB2.3.7 LAB2.3.8 LAB2.3.9 LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB2.4.1 LAB2.4.2 LAB2.4.3 LAB2.4.4 MS_Test_Name has values "CK_MBI" and MS_Test_Sub_Category is not missing MS_Test_Name has values "CREATININE" and MS_Test_Sub_Category is not missing MS_Test_Name has values "D_DIMER_QL" and MS_Test_Sub_Category is not missing MS_Test_Name has value "D_DIMER_QN" and MS_Test_Sub_Category does not have values "FEU", "DDU", or "NS" MS_Test_Name has value "GLUCOSE" and MS_Test_Sub_Category does not have values "FST" or "RAN" MS_Test_Name has values "HGB" and MS_Test_Sub_Category is not missing MS_Test_Name has values "HGBA1C" and MS_Test_Sub_Category is not missing MS_Test_Name has values "INF_A" and MS_Test_Sub_Category does not have values "EIA", "IF", "NS", "PCR", or "VTC" MS_Test_Name has value "INF_AB" and MS_Test_Sub_Category does not have values "EIA", "IF", "NS", or "PCR" MS_Test_Name has values "INF_B" and MS_Test_Sub_Category does not have values "EIA", "IF", "NS", "PCR", or "VTC" MS_Test_Name has value "INF_NS" and MS_Test_Sub_Category does not have values "NS", "PCR", or "VTC" MS_Test_Name has values "INR" and MS_Test_Sub_Category is not missing MS_Test_Name has values "LIPASE" and MS_Test_Sub_Category is not missing MS_Test_Name has value "PG_QL" and MS_Test_Sub_Category does not have values "BHCG" or "HCG" MS_Test_Name has value "PG_QN" and MS_Test_Sub_Category does not have values "BHCG" or "HCG" MS_Test_Name has values "PLATELETS" and MS_Test_Sub_Category is not missing MS_Test_Name has values "TROP_I" and MS_Test_Sub_Category is not missing MS_Test_Name has values "TROP_T_QL" and MS_Test_Sub_Category is not missing MS_Test_Name has values "TROP_T_QN" and MS_Test_Sub_Category is not missing MS_Test_Name has values "ALP" and Specimen_Source does not have values "BLOOD", "PLASMA", "SERUM", "SR_PLS", or "UNK" MS_Test_Name has values "ALT" and Specimen_Source does not have values "BLOOD", "PLASMA", "SERUM", "SR_PLS", or "UNK" MS_Test_Name has values "ANC" and Specimen_Source does not have values "BLOOD" or "UNK" MS_Test_Name has values "BILI_TOT" and Specimen_Source does not have values "BLOOD", "PLASMA", "SERUM", "SR_PLS", or "UNK" Mini-Sentinel Common Data Model Data Quality Review Process and Programs
30 LAB2.4.5 LAB2.4.6 LAB2.4.7 LAB2.4.8 LAB2.4.9 LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB MS_Test_Name has values "CK" and Specimen_Source does not have values "BLOOD", "PLASMA", "SERUM", "SR_PLS", or "UNK" MS_Test_Name has values "CK_MB" and Specimen_Source does not have values "BLOOD", "PLASMA", "SERUM", "SR_PLS", or "UNK" MS_Test_Name has values "CK_MBI" and Specimen_Source does not have values "BLOOD", "PLASMA", "SERUM", "SR_PLS", or "UNK" MS_Test_Name has values "CREATININE" and Specimen_Source does not have values "BLOOD", "PLASMA", "SERUM", "SR_PLS", or "UNK" MS_Test_Name has values "D_DIMER_QL" and Specimen_Source does not have values "BLOOD", "PPP", or "UNK" MS_Test_Name has values "D_DIMER_QN" and Specimen_Source does not have values "BLOOD", "PPP", or "UNK" MS_Test_Name has values "GLUCOSE" and Specimen_Source does not have values "BLOOD", "PLASMA", "SERUM", "SR_PLS", or "UNK" MS_Test_Name has values "HGB" and Specimen_Source does not have values "BLOOD" or "UNK" MS_Test_Name has values "HGBA1C" and Specimen_Source does not have values "BLOOD" or "UNK" MS_Test_Name has value "INF_A" and Specimen_Source does not have values "BAL", "NPH", "NSWAB", "THRT", or "UNK" MS_Test_Name has value "INF_A", MS_Test_Sub_Category has value "EIA" and Specimen_Source does not have values "NPH", "NSWAB", "THRT", or "UNK" MS_Test_Name has value "INF_A", MS_Test_Sub_Category has value "IF" and Specimen_Source does not have values "BAL", "NPH", "NSWAB", "THRT", or "UNK" MS_Test_Name has value "INF_A", MS_Test_Sub_Category has value "NS" and Specimen_Source does not have values "BAL", "NPH", "NSWAB", "THRT", or "UNK" MS_Test_Name has value "INF_A", MS_Test_Sub_Category has value "PCR" and Specimen_Source does not have values "NPH" or "UNK" MS_Test_Name has value "INF_A", MS_Test_Sub_Category has value "VTC" and Specimen_Source does not have values "NPH", "UNK", or "THRT" MS_Test_Name has value "INF_AB" and Specimen_Source does not have values "BAL", "NPH", "NS", "NSWAB", or "THRT" MS_Test_Name has value "INF_AB", MS_Test_Sub_Category has value "EIA" and Specimen_Source does not have values "NS" or "THRT" MS_Test_Name has value "INF_AB", MS_Test_Sub_Category has value "IF" and Specimen_Source does not have values "THRT" or "UNK" MS_Test_Name has value "INF_AB", MS_Test_Sub_Category has value "NS" and Specimen_Source does not have values "BAL", "NPH", "NSWAB", "THRT", or "UNK" MS_Test_Name has value "INF_AB", MS_Test_Sub_Category has value "PCR" and Specimen_Source does not have values "NPH" or "UNK" MS_Test_Name has value "INF_B" and Specimen_Source does not have values "BAL", "NPH", "NSWAB", "THRT", or "UNK" Mini-Sentinel Common Data Model Data Quality Review Process and Programs
31 LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB MS_Test_Name has value "INF_B", MS_Test_Sub_Category has value "EIA" and Specimen_Source does not have values "NPH", "NSWAB", "THRT", "UNK" MS_Test_Name has value "INF_B", MS_Test_Sub_Category has value "IF" and Specimen_Source does not have values "BAL", "NPH", "NSWAB", "THRT", "UNK" MS_Test_Name has value "INF_B", MS_Test_Sub_Category has value "NS" and Specimen_Source does not have values "BAL", "NPH", "NSWAB", "THRT", or "UNK" MS_Test_Name has value "INF_B", MS_Test_Sub_Category has value "PCR" and Specimen_Source does not have values "NPH" or "UNK" MS_Test_Name has value "INF_B", MS_Test_Sub_Category has value "VTC" and Specimen_Source does not have values "NPH", "THRT", or "UNK" MS_Test_Name has value "INF_NS" and Specimen_Source does not have value "NPH", "SPUTUM", "THRT", or "UNK" MS_Test_Name has value "INF_NS", MS_Test_Sub_Category has value "NS" and Specimen_Source does not have value "UNK" MS_Test_Name has value "INF_NS", MS_Test_Sub_Category has value "PCR" and Specimen_Source does not have values "NPH" or "UNK" MS_Test_Name has value "INF_NS", MS_Test_Sub_Category has value "VTC" and Specimen_Source does not have value "SPUTUM", "THRT", or "UNK" MS_Test_Name has values "INR" and Specimen_Source does not have values "BLOOD", "PPP", or "UNK" MS_Test_Name has values "LIPASE" and Specimen_Source does not have values "BLOOD", "PLASMA", "SERUM", "SR_PLS", or "UNK" MS_Test_Name has values "PG_QL" and Specimen_Source does not have values "SERUM", "URINE", or "UNK" MS_Test_Name has value "PG_QL", MS_Test_Sub_Category has value "BHCG" and Specimen_Source does not have values "SERUM", "URINE", or "UNK" MS_Test_Name has value "PG_QL", MS_Test_Sub_Category has value "HCG" and Specimen_Source does not have values "SERUM", "URINE", or "UNK" MS_Test_Name has values "PG_QN" and Specimen_Source does not have values "SERUM", "URINE", or "UNK" MS_Test_Name has value "PG_QN", MS_Test_Sub_Category has value "BHCG" and Specimen_Source does not have values "SERUM", "URINE" or "UNK" MS_Test_Name has value "PG_QN", MS_Test_Sub_Category has value "HCG" and Specimen_Source does not have value "SERUM" or "UNK" MS_Test_Name has values "PLATELETS" and Specimen_Source does not have values "BLOOD" or "UNK" MS_Test_Name has values "TROP_I" and Specimen_Source does not have values "BLOOD", "PLASMA", "SERUM", "SR_PLS", or "UNK" Mini-Sentinel Common Data Model Data Quality Review Process and Programs
32 LAB MS_Test_Name has values "TROP_T_QL" and Specimen_Source does not have values "BLOOD", "PLASMA", "SERUM", "SR_PLS", or "UNK" LAB MS_Test_Name has values "TROP_T_QN" and Specimen_Source does not have values "BLOOD", "PLASMA", "SERUM", "SR_PLS", or "UNK" LAB2.5.1 MS_Test_Name has value "ALP" and LOINC does not have values " ", "1783-0", " ", "6768-6", or missing LAB2.5.2 MS_Test_Name has value "ALT" and LOINC does not have values "1742-6", "1743-4", "1744-2", " ", or missing LAB2.5.3 MS_Test_Name has value "ANC" and LOINC does not have values " ", " ", "751-8", "753-4", "768-2", or missing LAB2.5.4 MS_Test_Name has value "BILI_TOT" and LOINC does not have values " ", "1975-2", " ", " ", " ", " ", " ", " ", " " or missing LAB2.5.5 MS_Test_Name has value "CK" and LOINC does not have values "2157-6", " ", or missing LAB2.5.6 MS_Test_Name has value "CK_MB" and LOINC does not have values " ", "2154-3", " ", " ", or missing LAB2.5.7 MS_Test_Name has value "CK_MBI" and LOINC does not have values " ", " ", " ", " ", or missing LAB2.5.8 MS_Test_Name has value "CREATININE" and LOINC does not have values " ", " ", "2160-0", " ", " ", " ", " ", " ", or missing LAB2.5.9 MS_Test_Name has value "D_DIMER_QL" and LOINC does not have values " ", " ", "3247-4", or missing LAB MS_Test_Name has value "D_DIMER_QN" and LOINC does not have values " ", " ", "3246-6", " ", " ", " ", " ", " ", " ", " ", "7799-0", or missing LAB MS_Test_Name has value "D_DIMER_QN", MS_Test_Sub_Category has value "DDU", and LOINC does not have values " ", " ", or missing LAB LAB LAB LAB MS_Test_Name has value "D_DIMER_QN", MS_Test_Sub_Category has value "FEU", and LOINC does not have value " ", " ", " ", or missing MS_Test_Name has value "D_DIMER_QN", MS_Test_Sub_Category has value "NS", and LOINC does not have values " ", " ", "3246-6", " ", " ", "7799-0", or missing MS_Test_Name has value "GLUCOSE" and LOINC does not have values " ", " ", " ", " ", " ", " ", "1554-5", "1556-0", "1557-8", "1558-6", " ", "2339-0", "2340-8", "2341-6", "2345-7", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", or missing MS_Test_Name has value "GLUCOSE", MS_Test_Sub_Category has value "FST", and LOINC does not have values " ", " ", " ", "1554-5", "1556-0", "1557-8", "1558-6", " ", " ", " ", or missing Mini-Sentinel Common Data Model Data Quality Review Process and Programs
33 LAB MS_Test_Name has value "GLUCOSE", MS_Test_Sub_Category has value "RAN", and LOINC does not have values " ", " ", " ", "2339-0", "2340-8", "2341-6", "2345-7", " ", " ", " ", " ", " ", " ", " ", " ", or missing LAB MS_Test_Name has value "HGB" and LOINC does not have values " ", " ", " ", " ", " ", " ", " ", " ", " ", "718-7", or missing LAB MS_Test_Name has value "HGBA1C" and LOINC does not have values " ", " ", " ", "4548-4", "4549-2", " ", " ", " ", or missing LAB MS_Test_Name has value "INF_A" and LOINC does not have values " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", "5860-2", "5861-0", "5862-8", "5863-6", " ", " ", or missing LAB MS_Test_Name has value "INF_A", MS_Test_Sub_Category has value "EIA" and LOINC does not have values " ", " ", "5860-2", "5862-8", or missing LAB MS_Test_Name has value "INF_A", MS_Test_Sub_Category has value "IF" and LOINC does not have values " ", " ", " ", "5861-0", "5863-6", or missing LAB MS_Test_Name has value "INF_A", MS_Test_Sub_Category has value "NS" and LOINC does not have values " ", " ", " ", " ", " ", or missing LAB MS_Test_Name has value "INF_A", MS_Test_Sub_Category has value "PCR" and LOINC does not have values " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", or missing LAB MS_Test_Name has value "INF_A", MS_Test_Sub_Category has value "VTC" and LOINC does not have value " " or missing LAB MS_Test_Name has value "INF_A", Specimen_Source has value "BAL" and LOINC does not have values " ", " ", or missing LAB MS_Test_Name has value "INF_A", Specimen_Source has value "NPH" and LOINC does not have values " ", " ", " ", or missing LAB LAB MS_Test_Name has value "INF_A", Specimen_Source has value "NS" and LOINC does not have values " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", "5862-8", "5863-6", " ", " ", or missing MS_Test_Name has value "INF_A", Specimen_Source has value "NSWAB" and LOINC does not have values " ", " ", " ", or missing Mini-Sentinel Common Data Model Data Quality Review Process and Programs
34 LAB MS_Test_Name has value "INF_A", Specimen_Source has value "THRT" and LOINC does not have values " ", "5860-2", "5861-0", or missing LAB MS_Test_Name has value "INF_AB" and LOINC does not have values " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", "6435-2", "6436-0", "6437-8", "6438-6", "6439-4", "6440-2", "6441-0", "6442-8", or missing LAB LAB LAB LAB LAB LAB LAB MS_Test_Name has value "INF_AB", MS_Test_Sub_Category has value "EIA" and LOINC does not have values "6435-2", "6437-8", "6439-4", "6441-0", or missing MS_Test_Name has value "INF_AB", MS_Test_Sub_Category has value "IF" and LOINC does not have values " ", "6436-0", "6438-6", "6440-2", "6442-8", or missing MS_Test_Name has value "INF_AB", MS_Test_Sub_Category has value "NS" and LOINC does not have values " ", " ", " ", " ", " ", " ", " ", or missing MS_Test_Name has value "INF_AB", MS_Test_Sub_Category has value "PCR" and LOINC does not have values " ", " ", or missing MS_Test_Name has value "INF_AB", Specimen_Source has value "BAL" and LOINC does not have value " " or missing MS_Test_Name has value "INF_AB", Specimen_Source has value "NPH" and LOINC does not have value " " or missing MS_Test_Name has value "INF_AB", Specimen_Source has value "NS" and LOINC does not have values " ", " ", " ", " ", " ", "6437-8", "6438-6", "6441-0", "6442-8", or missing LAB MS_Test_Name has value "INF_AB", Specimen_Source has value "NSWAB" and LOINC does not have value " " or missing LAB MS_Test_Name has value "INF_AB", Specimen_Source has value "THRT" and LOINC does not have value " ", " ", "6435-2", "6436-0", "6439-4", "6440-2", or missing LAB MS_Test_Name has value "INF_B" and LOINC does not have values " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", "5864-4", "5865-1", "5866-9", "5867-7", or missing LAB MS_Test_Name has value "INF_B", MS_Test_Sub_Category has value "EIA" and LOINC does not have values " ", " ", "5864-4", "5866-9", or missing LAB MS_Test_Name has value "INF_B", MS_Test_Sub_Category has value "IF" and LOINC does not have values " ", " ", " ", "5865-1", "5867-7", or missing LAB MS_Test_Name has value "INF_B", MS_Test_Sub_Category has value "NS" and LOINC does not have values " ", " ", " ", " ", " ", or missing Mini-Sentinel Common Data Model Data Quality Review Process and Programs
35 LAB LAB LAB LAB LAB LAB LAB MS_Test_Name has value "INF_B", MS_Test_Sub_Category has value "PCR" and LOINC does not have values " ", " ", or missing MS_Test_Name has value "INF_B", MS_Test_Sub_Category has value "VTC" and LOINC does not have value " " or missing MS_Test_Name has value "INF_B", Specimen_Source has value "BAL" and LOINC does not have values " ", " ", or missing MS_Test_Name has value "INF_B", Specimen_Source has value "NPH" and LOINC does not have values " ", " ", " ", or missing MS_Test_Name has value "INF_B", Specimen_Source has value "NS" and LOINC does not have values " ", " ", " ", " ", "5866-9", "5867-7", or missing MS_Test_Name has value "INF_B", Specimen_Source has value "NSWAB" and LOINC does not have values " ", " ", " ", or missing MS_Test_Name has value "INF_B", Specimen_Source has value "THRT" and LOINC does not have values " ", "5864-4", "5865-1", or missing LAB MS_Test_Name has value "INF_NS" and LOINC does not have value " ", " ", " ", "6601-9", "6602-7", "6603-5", "6604-3" or missing LAB LAB LAB LAB LAB MS_Test_Name has value "INF_NS", MS_Test_Sub_Category has value "NS" and LOINC does not have values " ", " ", or missing MS_Test_Name has value "INF_NS", MS_Test_Sub_Category has value "PCR" and LOINC does not have value " " or missing MS_Test_Name has value "INF_NS", MS_Test_Sub_Category has value "VTC" and LOINC does not have values "6601-9", "6602-7", "6603-5", "6604-3", or missing MS_Test_Name has value "INF_NS", Specimen_Source has value "NS" and LOINC does not have values " ", " ", " ", "6604-3", or missing MS_Test_Name has value "INF_NS", Specimen_Source has value "SPUTUM" and LOINC does not have values "6601-9", "6602-7", or missing LAB MS_Test_Name has value "INF_NS", Specimen_Source has value "THRT" and LOINC does not have value "6603-5" or missing LAB MS_Test_Name has value "INR" and LOINC does not have values " ", " ", "6301-6", or missing LAB MS_Test_Name has value "LIPASE" and LOINC does not have values "2572-6", "3040-3", or missing LAB MS_Test_Name has value "PG_QL" and LOINC does not have values "2106-3", "2110-5", "2112-1", "2116-2", "2118-8", or missing LAB MS_Test_Name has value "PG_QL", MS_Test_Sub_Category has value "HCG", and LOINC does not have values "2106-3", "2116-2", "2118-8", or missing Mini-Sentinel Common Data Model Data Quality Review Process and Programs
36 LAB LAB LAB MS_Test_Name has value "PG_QL", MS_Test_Sub_Category has value "BHCG", and LOINC does not have values "2110-5", "2112-1", or missing MS_Test_Name has value "PG_QL", Specimen_Source has value "SERUM", and LOINC does not have values "2110-5", "2116-2", "2118-8", or missing MS_Test_Name has value "PG_QL", Specimen_Source has value "URINE", and LOINC does not have values "2106-3", "2112-1", or missing LAB MS_Test_Name has value "PG_QN" and LOINC does not have values " ", " ", "2114-7", "2115-4", "2117-0", " ", " ", or missing LAB MS_Test_Name has value "PG_QN", MS_Test_Sub_Category has value "HCG", and LOINC does not have value " ", "2117-0", or missing LAB MS_Test_Name has value "PG_QN", MS_Test_Sub_Category has value "BHCG", and LOINC does not have values " ", "2114-7", "2115-4", " ", " ", or missing LAB MS_Test_Name has value "PG_QN", Specimen_Source has value "SERUM", and LOINC does not have values " ", " ", "2115-4", "2117-0", " ", " ", or missing LAB MS_Test_Name has value "PG_QN", Specimen_Source has value "URINE", and LOINC does not have value "2114-7" or missing LAB MS_Test_Name has value "PLATELETS" and LOINC does not have values " ", " ", " ", "777-3", "778-1", or missing LAB MS_Test_Name has value "TROP_I" and LOINC does not have values " ", " ", " ", " ", or missing LAB MS_Test_Name has value "TROP_T_QL" and LOINC does not have values " ", " ", or missing LAB MS_Test_Name has value "TROP_T_QN" and LOINC does not have values " ", "6597-9", "6598-7", or missing LAB MS_Test_Name has value "ALP", PX_Codetype has values "C2", "C3", or "C4", and PX does not have values "80050", "80053", "80076", "84075", or missing LAB LAB LAB LAB LAB MS_Test_Name has value "ALT", PX_Codetype has values "C2", "C3", or "C4", and PX does not have values "80050", "80053", "80076", "84460", or missing MS_Test_Name has value "ANC", PX_Codetype has values "C2", "C3", or "C4", and PX does not have values "85048" or missing MS_Test_Name has value "BILI_TOT", PX_Codetype has values "C2", "C3", or "C4", and PX does not have values "80050", "80053", "80076", "82247", or missing MS_Test_Name has value "CK", PX_Codetype has values "C2", "C3", or "C4", and PX does not have value "82550" or missing MS_Test_Name has value "CK_MB", PX_Codetype has values "C2", "C3", or "C4", and PX does not have value "82553" or missing Mini-Sentinel Common Data Model Data Quality Review Process and Programs
37 LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB MS_Test_Name has value "CK_MBI", PX_Codetype has values "C2", "C3", or "C4", and PX does not have values "82550", "82553", or missing MS_Test_Name has value "CREATININE", PX_Codetype has values "C2", "C3", or "C4", and PX does not have values "80047", "80048", "80050", "80053", "80069", "82565", "82575", or missing MS_Test_Name has value "D_DIMER_QL", PX_Codetype has values "C2", "C3", or "C4", and PX does not have values "85378", "85379", "85362", or missing MS_Test_Name has value "D_DIMER_QN", PX_Codetype has values "C2", "C3", or "C4", and PX does not have values "85378", "85379", "85362", or missing MS_Test_Name has value "GLUCOSE", PX_Codetype has values "C2", "C3", or "C4", and PX does not have values "80047", "80048", "80050", "80053", "80069", "82947", or missing MS_Test_Name has value "HGB", PX_Codetype has values "C2", "C3", or "C4", and PX does not have values "80050", "80053", "85018", "85025", "85027", "83026", or missing MS_Test_Name has value "HGBA1C", PX_Codetype has values "C2", "C3", or "C4", and PX does not have values "83036", "83037", or missing MS_Test_Name has value "INR", PX_Codetype has values "C2", "C3", or "C4", and PX does not have value "85610" or missing MS_Test_Name has value "LIPASE", PX_Codetype has values "C2", "C3", or "C4", and PX does not have value "83690" or missing MS_Test_Name has value "PLATELETS", PX_Codetype has values "C2", "C3", or "C4", and PX does not have values "80050", "80053", or missing MS_Test_Name has value "TROP_I", PX_Codetype has values "C2", "C3", or "C4", and PX does not have value "84484" or missing MS_Test_Name has value "TROP_T_QL", PX_Codetype has values "C2", "C3", or "C4", and PX does not have value "84512" or missing MS_Test_Name has value "TROP_T_QN", PX_Codetype has values "C2", "C3", or "C4", and PX does not have value "84484" or missing Lab_dt variable is before Order_dt variable Result_dt variable is before Lab_dt variable MS_Test_Name has value "ALP" and result type is text MS_Test_Name has value "ALT" and result type is text MS_Test_Name has value "ANC" and result type is text MS_Test_Name has value "BILI_TOT" and result type is text MS_Test_Name has value "CK" and result type is text MS_Test_Name has value "CK_MB" and result type is text MS_Test_Name has value "CK_MBI" and result type is text MS_Test_Name has value "CREATININE" and result type is text Mini-Sentinel Common Data Model Data Quality Review Process and Programs
38 LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB MS_Test_Name has value "D_DIMER_QL" and result type is text but has an unexpected value MS_Test_Name has value "D_DIMER_QN" and result type is text MS_Test_Name has value "GLUCOSE" and result type is text MS_Test_Name has value "HGB" and result type is text MS_Test_Name has value "HGBA1C" and result type is text MS_Test_Name has value "INF_A" and result type is text but has an unexpected value MS_Test_Name has value "INF_AB" and result type is text but has an unexpected value MS_Test_Name has value "INF_B" and result type is text but has an unexpected value MS_Test_Name has value "INF_NS" and result type is text but has an unexpected value MS_Test_Name has value "INR" and result type is text MS_Test_Name has value "LIPASE" and result type is text MS_Test_Name has value "PG_QL" and result type is text but has an unexpected value MS_Test_Name has value "PG_QN" and result type is text MS_Test_Name has value "PLATELETS" and result type is text MS_Test_Name has value "TROP_I" and result type is text MS_Test_Name has value "TROP_T_QL" and result type is text but has an unexpected value MS_Test_Name has value "TROP_T_QN" and result type is text Both MS_Result_C and MS_Result_N variables have missing values MS_Test_Name has value "ALP" and result type is numeric but missing MS_Test_Name has value "ALT" and result type is numeric but missing MS_Test_Name has value "ANC" and result type is numeric but missing MS_Test_Name has value "BILI_TOT" and result type is numeric but missing MS_Test_Name has value "CK" and result type is numeric but missing MS_Test_Name has value "CK_MB" and result type is numeric but missing MS_Test_Name has value "CK_MBI" and result type is numeric but missing MS_Test_Name has value "CREATININE" and result type is numeric but missing MS_Test_Name has value "D_DIMER_QL" and result type is numeric MS_Test_Name has value "D_DIMER_QN" and result type is numeric but missing MS_Test_Name has value "GLUCOSE" and result type is numeric but missing Mini-Sentinel Common Data Model Data Quality Review Process and Programs
39 LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB MS_Test_Name has value "HGB" and result type is numeric but missing MS_Test_Name has value "HGBA1C" and result type is numeric but missing MS_Test_Name has value "INF_A" and result type is numeric MS_Test_Name has value "INF_AB" and result type is numeric MS_Test_Name has value "INF_B" and result type is numeric MS_Test_Name has value "INF_NS" and result type is numeric MS_Test_Name has value "INR" and result type is numeric but missing MS_Test_Name has value "LIPASE" and result type is numeric but missing MS_Test_Name has value "PG_QL" and result type is numeric MS_Test_Name has value "PG_QN" and result type is numeric but missing MS_Test_Name has value "PLATELETS" and result type is numeric but missing MS_Test_Name has value "TROP_I" and result type is numeric but missing MS_Test_Name has value "TROP_T_QL" and result type is numeric MS_Test_Name has value "TROP_T_QN" and result type is numeric but missing MS_Test_Name variable has values "D_DIMER_QL" and Modifier has values "EQ", "GE", "GT", LE", or "LT" MS_Test_Name variable has values "INF_A" and Modifier has values "EQ", "GE", "GT", LE", or "LT" MS_Test_Name variable has values "INF_AB" and Modifier has values "EQ", "GE", "GT", LE", or "LT" MS_Test_Name variable has values "INF_B" and Modifier has values "EQ", "GE", "GT", LE", or "LT" MS_Test_Name variable has values "INF_NS" and Modifier has values "EQ", "GE", "GT", LE", or "LT" MS_Test_Name variable has values "PG_QL" and Modifier has values "EQ", "GE", "GT", LE", or "LT" MS_Test_Name variable has values "TROP_T_QL" and Modifier has values "EQ", "GE", "GT", LE", or "LT" MS_Test_Name has value "ALP" and Orig_Result_unit is inconsistent with MS_Test_Name MS_Test_Name has value "ALT" and Orig_Result_unit is inconsistent with MS_Test_Name MS_Test_Name has value "ANC" and Orig_Result_unit is inconsistent with MS_Test_Name MS_Test_Name has value "BILI_TOT" and Orig_Result_unit is inconsistent with MS_Test_Name MS_Test_Name has value "CK" and Orig_Result_unit is inconsistent with MS_Test_Name Mini-Sentinel Common Data Model Data Quality Review Process and Programs
40 LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB MS_Test_Name has value "CK_MB" and Orig_Result_unit is inconsistent with MS_Test_Name MS_Test_Name has value "CK_MBI" and Orig_Result_unit is inconsistent with MS_Test_Name MS_Test_Name has value "CREATININE" and Orig_Result_unit is inconsistent with MS_Test_Name MS_Test_Name has value "D_DIMER_QL" and Orig_Result_unit is not missing MS_Test_Name has value "D_DIMER_QN" and Orig_Result_unit is inconsistent with MS_Test_Name MS_Test_Name has value "GLUCOSE" and Orig_Result_unit is inconsistent with MS_Test_Name MS_Test_Name has value "HGB" and Orig_Result_unit is inconsistent with MS_Test_Name MS_Test_Name has value "HGBA1C" and Orig_Result_unit is inconsistent with MS_Test_Name MS_Test_Name has value "INF_A" and Orig_Result_unit is not missing MS_Test_Name has value "INF_AB" and Orig_Result_unit is not missing MS_Test_Name has value "INF_B" and Orig_Result_unit is not missing MS_Test_Name has value "INF_NS" and Orig_Result_unit is not missing MS_Test_Name has value "INR" and Orig_Result_unit is inconsistent with MS_Test_Name MS_Test_Name has value "LIPASE" and Orig_Result_unit is inconsistent with MS_Test_Name MS_Test_Name has value "PG_QL" and Orig_Result_unit is not missing MS_Test_Name has value "PG_QN" and Orig_Result_unit is inconsistent with MS_Test_Name MS_Test_Name has value "PLATELETS" and Orig_Result_unit is inconsistent with MS_Test_Name MS_Test_Name has value "TROP_I" and Orig_Result_unit is inconsistent with MS_Test_Name MS_Test_Name has value "TROP_T_QL" and Orig_Result_unit is not missing MS_Test_Name has value "TROP_T_QN" and Orig_Result_unit is inconsistent with MS_Test_Name MS_Test_Name has value "ALP" and Std_Result_unit does not equal the Orig_Result_unit value in uppercase text with standard abbreviations applied MS_Test_Name has value "ALT" and Std_Result_unit does not equal the Orig_Result_unit value in uppercase text with standard abbreviations applied MS_Test_Name has value "ANC" and Std_Result_unit does not equal the Orig_Result_unit value in uppercase text with standard abbreviations applied Mini-Sentinel Common Data Model Data Quality Review Process and Programs
41 LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB MS_Test_Name has value "BILI_TOT" and Std_Result_unit does not equal the Orig_Result_unit value in uppercase text with standard abbreviations applied MS_Test_Name has value "CK" and Std_Result_unit does not equal the Orig_Result_unit value in uppercase text with standard abbreviations applied MS_Test_Name has value "CK_MB" and Std_Result_unit does not equal the Orig_Result_unit value in uppercase text with standard abbreviations applied MS_Test_Name has value "CK_MBI" and Std_Result_unit does not equal the Orig_Result_unit value in uppercase text with standard abbreviations applied MS_Test_Name has value "CREATININE" and Std_Result_unit does not equal the Orig_Result_unit value in uppercase text with standard abbreviations applied MS_Test_Name has value "D_DIMER_QL" and Std_Result_unit is not missing MS_Test_Name has value "D_DIMER_QN" and Std_Result_unit does not equal the Orig_Result_unit value in uppercase text with standard abbreviations applied MS_Test_Name has value "GLUCOSE" and Std_Result_unit does not equal the Orig_Result_unit value in uppercase text with standard abbreviations applied MS_Test_Name has value "HGB" and Std_Result_unit does not equal the Orig_Result_unit value in uppercase text with standard abbreviations applied MS_Test_Name has value "HGBA1C" and Std_Result_unit does not equal the Orig_Result_unit value in uppercase text with standard abbreviations applied MS_Test_Name has value "INF_A" and Std_Result_unit is not missing MS_Test_Name has value "INF_AB" and Std_Result_unit is not missing MS_Test_Name has value "INF_B" and Std_Result_unit is not missing MS_Test_Name has value "INF_NS" and Std_Result_unit is not missing MS_Test_Name has value "INR" and Std_Result_unit does not equal the Orig_Result_unit value in uppercase text with standard abbreviations applied MS_Test_Name has value "LIPASE" and Std_Result_unit does not equal the Orig_Result_unit value in uppercase text with standard abbreviations applied MS_Test_Name has value "PG_QL" and Std_Result_unit is not missing MS_Test_Name has value "PG_QN" and Std_Result_unit does not equal the Orig_Result_unit value in uppercase text with standard abbreviations applied MS_Test_Name has value "PLATELETS" and Std_Result_unit does not equal the Orig_Result_unit value in uppercase text with standard abbreviations applied Mini-Sentinel Common Data Model Data Quality Review Process and Programs
42 LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB MS_Test_Name has value "TROP_I" and Std_Result_unit does not equal the Orig_Result_unit value in uppercase text with standard abbreviations applied MS_Test_Name has value "TROP_T_QL" and Std_Result_unit is not missing MS_Test_Name has value "TROP_T_QN" and Std_Result_unit does not equal the Orig_Result_unit value in uppercase text with standard abbreviations applied MS_Test_Name has value "ALP" and Orig_Result_Unit has a value listed in column C of "Result_Unit_Lookup" and "MS_Result_unit does not have value "U/L" MS_Test_Name has value "ALT" and Orig_Result_Unit has a value listed in column C of "Result_Unit_Lookup" and "MS_Result_unit does not have value "U/L" MS_Test_Name has value "ANC" and Orig_Result_Unit has a value listed in column C of "Result_Unit_Lookup" and "MS_Result_unit does not have value "K/UL" MS_Test_Name has value "BILI_TOT" and Orig_Result_Unit has a value listed in column C of "Result_Unit_Lookup" and "MS_Result_unit does not have value "MG/DL" MS_Test_Name has value "CK" and Orig_Result_Unit has a value listed in column C of "Result_Unit_Lookup" and "MS_Result_unit does not have value "U/L" MS_Test_Name has value "CK_MB" and Orig_Result_Unit has a value listed in column C of "Result_Unit_Lookup" and "MS_Result_unit does not have values "U/L" or "NG/ML" MS_Test_Name has value "CK_MBI" and Orig_Result_Unit has a value listed in column C of "Result_Unit_Lookup" and "MS_Result_unit does not have value "PERCENT" MS_Test_Name has value "CREATININE" and Orig_Result_Unit has a value listed in column C of "Result_Unit_Lookup" and "MS_Result_unit does not have value "MG/DL" MS_Test_Name has value "D_DIMER_QL" and MS_Result_unit is not missing MS_Test_Name has value "D_DIMER_QN" and Orig_Result_Unit has a value listed in column C of "Result_Unit_Lookup" and "MS_Result_unit does not have value "NG/ML" MS_Test_Name has value "GLUCOSE" and Orig_Result_Unit has a value listed in column C of "Result_Unit_Lookup" and "MS_Result_unit does not have value "MG/DL" MS_Test_Name has value "HGB" and Orig_Result_Unit has a value listed in column C of "Result_Unit_Lookup" and "MS_Result_unit does not have value "G/DL" MS_Test_Name has value "HGBA1C" and Orig_Result_Unit has a value listed in column C of "Result_Unit_Lookup" and "MS_Result_unit does not have value "PERCENT" MS_Test_Name has value "INF_A" and MS_Result_unit is not missing Mini-Sentinel Common Data Model Data Quality Review Process and Programs
43 LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB MS_Test_Name has value "INF_AB" and MS_Result_unit is not missing MS_Test_Name has value "INF_B" and MS_Result_unit is not missing MS_Test_Name has value "INF_NS" and MS_Result_unit is not missing MS_Test_Name has value "INR" and Orig_Result_Unit has a value listed in column C of "Result_Unit_Lookup" and "MS_Result_unit does not have value of blank/missing MS_Test_Name has value "LIPASE" and Orig_Result_Unit has a value listed in column C of "Result_Unit_Lookup" and "MS_Result_unit does not have value "U/L" MS_Test_Name has value "PG_QL" and MS_Result_unit is not missing MS_Test_Name has value "PG_QN" and Orig_Result_Unit has a value listed in column C of "Result_Unit_Lookup" and "MS_Result_unit does not have value "MIU/ML" MS_Test_Name has value "PLATELETS" and Orig_Result_Unit has a value listed in column C of "Result_Unit_Lookup" and "MS_Result_unit does not have value "K/UL" MS_Test_Name has value "TROP_I" and Orig_Result_Unit has a value listed in column C of "Result_Unit_Lookup" and "MS_Result_unit does not have value "NG/ML" MS_Test_Name has value "TROP_T_QL" and MS_Result_unit is not missing MS_Test_Name has value "TROP_T_QN" and Orig_Result_Unit has a value listed in column C of "Result_Unit_Lookup" and "MS_Result_unit does not have value "NG/ML" MS_Test_Name has value of "ALT" and Orig_Result_Unit has a value listed in column D of "Result_Unit_Lookup" and MS_Result_Unit does not have value "UNKNOWN" MS_Test_Name has value of "CK" and Orig_Result_Unit has a value listed in column D of "Result_Unit_Lookup" and MS_Result_Unit does not have value "UNKNOWN" MS_Test_Name has value of "CREATININE" and Orig_Result_Unit has a value listed in column D of "Result_Unit_Lookup" and MS_Result_Unit does not have value "UNKNOWN" MS_Test_Name has value of "GLUCOSE" and Orig_Result_Unit has a value listed in column D of "Result_Unit_Lookup" and MS_Result_Unit does not have value "UNKNOWN" MS_Test_Name has value of "HGBA1C" and Orig_Result_Unit has a value listed in column D of "Result_Unit_Lookup" and MS_Result_Unit does not have value "UNKNOWN" MS_Test_Name has value of "ALP" and Orig_Result_Unit has a value listed in column D of "Result_Unit_Lookup" and MS_Result_Unit does not have value "UNKNOWN" MS_Test_Name has value of "ANC" and Orig_Result_Unit has a value listed in column D of "Result_Unit_Lookup" and MS_Result_Unit does not have value "UNKNOWN" Mini-Sentinel Common Data Model Data Quality Review Process and Programs
44 LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB MS_Test_Name has value of "BILI_TOT" and Orig_Result_Unit has a value listed in column D of "Result_Unit_Lookup" and MS_Result_Unit does not have value "UNKNOWN" MS_Test_Name has value of "CK_MB" and Orig_Result_Unit has a value listed in column D of "Result_Unit_Lookup" and MS_Result_Unit does not have value "UNKNOWN" MS_Test_Name has value of "CK_MBI" and Orig_Result_Unit has a value listed in column D of "Result_Unit_Lookup" and MS_Result_Unit does not have value "UNKNOWN" MS_Test_Name has value of "D_DIMER_QN" and Orig_Result_Unit has a value listed in column D of "Result_Unit_Lookup" and MS_Result_Unit does not have value "UNKNOWN" MS_Test_Name has value of "HGB" and Orig_Result_Unit has a value listed in column D of "Result_Unit_Lookup" and MS_Result_Unit does not have value "UNKNOWN" MS_Test_Name has value of "INR" and Orig_Result_Unit has a value listed in column D of "Result_Unit_Lookup" and MS_Result_Unit does not have value "UNKNOWN" MS_Test_Name has value of "LIPASE" and Orig_Result_Unit has a value listed in column D of "Result_Unit_Lookup" and MS_Result_Unit does not have value "UNKNOWN" MS_Test_Name has value of "PG_QN" and Orig_Result_Unit has a value listed in column D of "Result_Unit_Lookup" and MS_Result_Unit does not have value "UNKNOWN" MS_Test_Name has value of "PLATELETS" and Orig_Result_Unit has a value listed in column D of "Result_Unit_Lookup" and MS_Result_Unit does not have value "UNKNOWN" MS_Test_Name has value of "TROP_I" and Orig_Result_Unit has a value listed in column D of "Result_Unit_Lookup" and MS_Result_Unit does not have value "UNKNOWN" MS_Test_Name has value of "TROP_T_QN" and Orig_Result_Unit has a value listed in column D of "Result_Unit_Lookup" and MS_Result_Unit does not have value "UNKNOWN" MS_Test_Name has value of "ALT" and Orig_Result_Unit converted to MS_Result_Unit incorrectly MS_Test_Name has value of "ALP" and Orig_Result_Unit converted to MS_Result_Unit incorrectly MS_Test_Name has value of "ANC" and Orig_Result_Unit converted to MS_Result_Unit incorrectly MS_Test_Name has value of "BILI_TOT" and Orig_Result_Unit converted to MS_Result_Unit incorrectly MS_Test_Name has value of "CK" and Orig_Result_Unit converted to MS_Result_Unit incorrectly MS_Test_Name has value of "CK_MB" and Orig_Result_Unit converted to MS_Result_Unit incorrectly MS_Test_Name has value of "CK_MBI" and Orig_Result_Unit converted to MS_Result_Unit incorrectly Mini-Sentinel Common Data Model Data Quality Review Process and Programs
45 LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB3.0.1 LAB3.1.1 LAB3.1.2 LAB3.1.3 LAB3.1.4 LAB3.1.5 LAB3.1.6 LAB3.1.7 LAB3.1.8 LAB3.1.9 LAB LAB LAB LAB MS_Test_Name has value of "CREATININE" and Orig_Result_Unit converted to MS_Result_Unit incorrectly MS_Test_Name has value of "D_DIMER_QN" and Orig_Result_Unit converted to MS_Result_Unit incorrectly MS_Test_Name has value of "GLUCOSE" and Orig_Result_Unit converted to MS_Result_Unit incorrectly MS_Test_Name has value of "HGB" and Orig_Result_Unit converted to MS_Result_Unit incorrectly MS_Test_Name has value of "HGBA1C" and Orig_Result_Unit converted to MS_Result_Unit incorrectly MS_Test_Name has value of "INR" and Orig_Result_Unit converted to MS_Result_Unit incorrectly MS_Test_Name has value of "LIPASE" and Orig_Result_Unit converted to MS_Result_Unit incorrectly MS_Test_Name has value of "PG_QN" and Orig_Result_Unit converted to MS_Result_Unit incorrectly MS_Test_Name has value of "PLATELETS" and Orig_Result_Unit converted to MS_Result_Unit incorrectly MS_Test_Name has value of "TROP_I" and Orig_Result_Unit converted to MS_Result_Unit incorrectly MS_Test_Name has value of "TROP_T_QN" and Orig_Result_Unit converted to MS_Result_Unit incorrectly Significant change in number of records between Problem with number of unique PatIDs (overall) Problem with number of unique PatIDs (per year) Problem with number of unique PatIDs (overall) across Problem with number of unique PatIDs (per year) across Problem with number of unique PatIDs with at least one "ALP" result (overall) Problem with number of unique PatIDs with at least one "ALP" result (per year) Problem with number of unique PatIDs with at least one "ALP" result (overall) across Problem with number of unique PatIDs with at least one "ALP" result (per year) across Problem with number of unique PatIDs with at least one normal "ALP" result (per year) Problem with number of unique PatIDs with at least one abnormal "ALP" result (per year) Problem with number of unique PatIDs with at least one normal "ALP" result (per year) across Problem with number of unique PatIDs with at least one abnormal "ALP" result (per year) across Problem with number of unique PatIDs with at least one "ALT" result (overall) Mini-Sentinel Common Data Model Data Quality Review Process and Programs
46 LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB Problem with number of unique PatIDs with at least one "ALT" result (per year) Problem with number of unique PatIDs with at least one "ALT" result (overall) across Problem with number of unique PatIDs with at least one "ALT" result (per year) across Problem with number of unique PatIDs with at least one normal "ALT" result (per year) Problem with number of unique PatIDs with at least one abnormal "ALT" result (per year) Problem with number of unique PatIDs with at least one normal "ALT" result (per year) across Problem with number of unique PatIDs with at least one abnormal "ALT" result (per year) across Problem with number of unique PatIDs with at least one "ANC" result (overall) Problem with number of unique PatIDs with at least one "ANC" result (per year) Problem with number of unique PatIDs with at least one "ANC" result (overall) across Problem with number of unique PatIDs with at least one "ANC" result (per year) across Problem with number of unique PatIDs with at least one normal "ANC" result (per year) Problem with number of unique PatIDs with at least one abnormal "ANC" result (per year) Problem with number of unique PatIDs with at least one normal "ANC" result (per year) across Problem with number of unique PatIDs with at least one abnormal "ANC" result (per year) across Problem with number of unique PatIDs with at least one "BILI_TOT" result (overall) Problem with number of unique PatIDs with at least one "BILI_TOT" result (per year) Problem with number of unique PatIDs with at least one "BILI_TOT" result (overall) across Problem with number of unique PatIDs with at least one "BILI_TOT" result (per year) across Problem with number of unique PatIDs with at least one normal "BILI_TOT" result (per year) Problem with number of unique PatIDs with at least one abnormal "BILI_TOT" result (per year) Problem with number of unique PatIDs with at least one normal "BILI_TOT" result (per year) across Problem with number of unique PatIDs with at least one abnormal "BILI_TOT" result (per year) across Mini-Sentinel Common Data Model Data Quality Review Process and Programs
47 LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB Problem with number of unique PatIDs with at least one "CK" result (overall) Problem with number of unique PatIDs with at least one "CK" result (per year) Problem with number of unique PatIDs with at least one "CK" result (overall) across Problem with number of unique PatIDs with at least one "CK" result (per year) across Problem with number of unique PatIDs with at least one normal "CK" result (per year) Problem with number of unique PatIDs with at least one abnormal "CK" result (per year) Problem with number of unique PatIDs with at least one normal "CK" result (per year) across Problem with number of unique PatIDs with at least one abnormal "CK" result (per year) across Problem with number of unique PatIDs with at least one "CK_MB" result (overall) Problem with number of unique PatIDs with at least one "CK_MB" result (per year) Problem with number of unique PatIDs with at least one "CK_MB" result (overall) across Problem with number of unique PatIDs with at least one "CK_MB" result (per year) across Problem with number of unique PatIDs with at least one normal "CK_MB" result (per year) Problem with number of unique PatIDs with at least one abnormal "CK_MB" result (per year) Problem with number of unique PatIDs with at least one normal "CK_MB" result (per year) across Problem with number of unique PatIDs with at least one abnormal "CK_MB" result (per year) across Problem with number of unique PatIDs with at least one "CK_MBI" result (overall) Problem with number of unique PatIDs with at least one "CK_MBI" result (per year) Problem with number of unique PatIDs with at least one "CK_MBI" result (overall) across Problem with number of unique PatIDs with at least one "CK_MBI" result (per year) across Problem with number of unique PatIDs with at least one normal "CK_MBI" result (per year) Problem with number of unique PatIDs with at least one abnormal "CK_MBI" result (per year) Problem with number of unique PatIDs with at least one normal "CK_MBI" result (per year) across Mini-Sentinel Common Data Model Data Quality Review Process and Programs
48 LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB Problem with number of unique PatIDs with at least one abnormal "CK_MBI" result (per year) across Problem with number of unique PatIDs with at least one "CREATININE" result (overall) Problem with number of unique PatIDs with at least one "CREATININE" result (per year) Problem with number of unique PatIDs with at least one "CREATININE" result (overall) across Problem with number of unique PatIDs with at least one "CREATININE" result (per year) across Problem with number of unique PatIDs with at least one normal "CREATININE" result (per year) Problem with number of unique PatIDs with at least one abnormal "CREATININE" result (per year) Problem with number of unique PatIDs with at least one normal "CREATININE" result (per year) across Problem with number of unique PatIDs with at least one abnormal "CREATININE" result (per year) across Problem with number of unique PatIDs with at least one "D_DIMER_QL" result (overall) Problem with number of unique PatIDs with at least one "D_DIMER_QL" result (per year) Problem with number of unique PatIDs with at least one "D_DIMER_QL" result (overall) across Problem with number of unique PatIDs with at least one "D_DIMER_QL" result (per year) across Problem with number of unique PatIDs with at least one normal "D_DIMER_QL" result (per year) Problem with number of unique PatIDs with at least one abnormal "D_DIMER_QL" result (per year) Problem with number of unique PatIDs with at least one normal "D_DIMER_QL" result (per year) across Problem with number of unique PatIDs with at least one abnormal "D_DIMER_QL" result (per year) across Problem with number of unique PatIDs with at least one "D_DIMER_QN" result (overall) Problem with number of unique PatIDs with at least one "D_DIMER_QN" result (per year) Problem with number of unique PatIDs with at least one "D_DIMER_QN" result (overall) across Problem with number of unique PatIDs with at least one "D_DIMER_QN" result (per year) across Problem with number of unique PatIDs with at least one normal "D_DIMER_QN" result (per year) Problem with number of unique PatIDs with at least one abnormal "D_DIMER_QN" result (per year) Mini-Sentinel Common Data Model Data Quality Review Process and Programs
49 LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB Problem with number of unique PatIDs with at least one normal "D_DIMER_QN" result (per year) across Problem with number of unique PatIDs with at least one abnormal "D_DIMER_QN" result (per year) across Problem with number of unique PatIDs with at least one "GLUCOSE" result (overall) Problem with number of unique PatIDs with at least one "GLUCOSE" result (per year) Problem with number of unique PatIDs with at least one "GLUCOSE" result (overall) across Problem with number of unique PatIDs with at least one "GLUCOSE" result (per year) across Problem with number of unique PatIDs with at least one normal "GLUCOSE" result (per year) Problem with number of unique PatIDs with at least one abnormal "GLUCOSE" result (per year) Problem with number of unique PatIDs with at least one normal "GLUCOSE" result (per year) across Problem with number of unique PatIDs with at least one abnormal "GLUCOSE" result (per year) across Problem with number of unique PatIDs with at least one "HGB" result (overall) Problem with number of unique PatIDs with at least one "HGB" result (per year) Problem with number of unique PatIDs with at least one "HGB" result (overall) across Problem with number of unique PatIDs with at least one "HGB" result (per year) across Problem with number of unique PatIDs with at least one normal "HGB" result (per year) Problem with number of unique PatIDs with at least one abnormal "HGB" result (per year) Problem with number of unique PatIDs with at least one normal "HGB" result (per year) across Problem with number of unique PatIDs with at least one abnormal "HGB" result (per year) across Problem with number of unique PatIDs with at least one "HGBA1C" result (overall) Problem with number of unique PatIDs with at least one "HGBA1C" result (per year) Problem with number of unique PatIDs with at least one "HGBA1C" result (overall) across Problem with number of unique PatIDs with at least one "HGBA1C" result (per year) across Problem with number of unique PatIDs with at least one normal "HGBA1C" result (per year) Mini-Sentinel Common Data Model Data Quality Review Process and Programs
50 LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB Problem with number of unique PatIDs with at least one abnormal "HGBA1C" result (per year) Problem with number of unique PatIDs with at least one normal "HGBA1C" result (per year) across Problem with number of unique PatIDs with at least one abnormal "HGBA1C" result (per year) across Problem with number of unique PatIDs with at least one "INF_A" result (overall) Problem with number of unique PatIDs with at least one "INF_A" result (per year) Problem with number of unique PatIDs with at least one "INF_A" result (overall) across Problem with number of unique PatIDs with at least one "INF_A" result (per year) across Problem with number of unique PatIDs with at least one normal "INF_A" result (per year) Problem with number of unique PatIDs with at least one abnormal "INF_A" result (per year) Problem with number of unique PatIDs with at least one normal "INF_A" result (per year) across Problem with number of unique PatIDs with at least one abnormal "INF_A" result (per year) across Problem with number of unique PatIDs with at least one "INF_AB" result (overall) Problem with number of unique PatIDs with at least one "INF_AB" result (per year) Problem with number of unique PatIDs with at least one "INF_AB" result (overall) across Problem with number of unique PatIDs with at least one "INF_AB" result (per year) across Problem with number of unique PatIDs with at least one normal "INF_AB" result (per year) Problem with number of unique PatIDs with at least one abnormal "INF_AB" result (per year) Problem with number of unique PatIDs with at least one normal "INF_AB" result (per year) across Problem with number of unique PatIDs with at least one abnormal "INF_AB" result (per year) across Problem with number of unique PatIDs with at least one "INF_B" result (overall) Problem with number of unique PatIDs with at least one "INF_B" result (per year) Problem with number of unique PatIDs with at least one "INF_B" result (overall) across Problem with number of unique PatIDs with at least one "INF_B" result (per year) across Mini-Sentinel Common Data Model Data Quality Review Process and Programs
51 LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB Problem with number of unique PatIDs with at least one normal "INF_B" result (per year) Problem with number of unique PatIDs with at least one abnormal "INF_B" result (per year) Problem with number of unique PatIDs with at least one normal "INF_B" result (per year) across Problem with number of unique PatIDs with at least one abnormal "INF_B" result (per year) across Problem with number of unique PatIDs with at least one "INF_NS" result (overall) Problem with number of unique PatIDs with at least one "INF_NS" result (per year) Problem with number of unique PatIDs with at least one "INF_NS" result (overall) across Problem with number of unique PatIDs with at least one "INF_NS" result (per year) across Problem with number of unique PatIDs with at least one normal "INF_NS" result (per year) Problem with number of unique PatIDs with at least one abnormal "INF_NS" result (per year) Problem with number of unique PatIDs with at least one normal "INF_NS" result (per year) across Problem with number of unique PatIDs with at least one abnormal "INF_NS" result (per year) across Problem with number of unique PatIDs with at least one "INR" result (overall) Problem with number of unique PatIDs with at least one "INR" result (per year) Problem with number of unique PatIDs with at least one "INR" result (overall) across Problem with number of unique PatIDs with at least one "INR" result (per year) across Problem with number of unique PatIDs with at least one normal "INR" result (per year) Problem with number of unique PatIDs with at least one abnormal "INR" result (per year) Problem with number of unique PatIDs with at least one normal "INR" result (per year) across Problem with number of unique PatIDs with at least one abnormal "INR" result (per year) across Problem with number of unique PatIDs with at least one "LIPASE" result (overall) Problem with number of unique PatIDs with at least one "LIPASE" result (per year) Problem with number of unique PatIDs with at least one "LIPASE" result (overall) across Mini-Sentinel Common Data Model Data Quality Review Process and Programs
52 LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB Problem with number of unique PatIDs with at least one "LIPASE" result (per year) across Problem with number of unique PatIDs with at least one normal "LIPASE" result (per year) Problem with number of unique PatIDs with at least one abnormal "LIPASE" result (per year) Problem with number of unique PatIDs with at least one normal "LIPASE" result (per year) across Problem with number of unique PatIDs with at least one abnormal "LIPASE" result (per year) across Problem with number of unique PatIDs with at least one "PG_QL" result (overall) Problem with number of unique PatIDs with at least one "PG_QL" result (per year) Problem with number of unique PatIDs with at least one "PG_QL" result (overall) across Problem with number of unique PatIDs with at least one "PG_QL" result (per year) across Problem with number of unique PatIDs with at least one normal "PG_QL" result (per year) Problem with number of unique PatIDs with at least one abnormal "PG_QL" result (per year) Problem with number of unique PatIDs with at least one normal "PG_QL" result (per year) across Problem with number of unique PatIDs with at least one abnormal "PG_QL" result (per year) across Problem with number of unique PatIDs with at least one "PG_QN" result (overall) Problem with number of unique PatIDs with at least one "PG_QN" result (per year) Problem with number of unique PatIDs with at least one "PG_QN" result (overall) across Problem with number of unique PatIDs with at least one "PG_QN" result (per year) across Problem with number of unique PatIDs with at least one normal "PG_QN" result (per year) Problem with number of unique PatIDs with at least one abnormal "PG_QN" result (per year) Problem with number of unique PatIDs with at least one normal "PG_QN" result (per year) across Problem with number of unique PatIDs with at least one abnormal "PG_QN" result (per year) across Problem with number of unique PatIDs with at least one "PLATELETS" result (overall) Problem with number of unique PatIDs with at least one "PLATELETS" result (per year) Mini-Sentinel Common Data Model Data Quality Review Process and Programs
53 LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB Problem with number of unique PatIDs with at least one "PLATELETS" result (overall) across Problem with number of unique PatIDs with at least one "PLATELETS" result (per year) across Problem with number of unique PatIDs with at least one normal "PLATELETS" result (per year) Problem with number of unique PatIDs with at least one abnormal "PLATELETS" result (per year) Problem with number of unique PatIDs with at least one normal "PLATELETS" result (per year) across Problem with number of unique PatIDs with at least one abnormal "PLATELETS" result (per year) across Problem with number of unique PatIDs with at least one "TROP_I" result (overall) Problem with number of unique PatIDs with at least one "TROP_I" result (per year) Problem with number of unique PatIDs with at least one "TROP_I" result (overall) across Problem with number of unique PatIDs with at least one "TROP_I" result (per year) across Problem with number of unique PatIDs with at least one normal "TROP_I" result (per year) Problem with number of unique PatIDs with at least one abnormal "TROP_I" result (per year) Problem with number of unique PatIDs with at least one normal "TROP_I" result (per year) across Problem with number of unique PatIDs with at least one abnormal "TROP_I" result (per year) across Problem with number of unique PatIDs with at least one "TROP_T_QL" result (overall) Problem with number of unique PatIDs with at least one "TROP_T_QL" result (per year) Problem with number of unique PatIDs with at least one "TROP_T_QL" result (overall) across Problem with number of unique PatIDs with at least one "TROP_T_QL" result (per year) across Problem with number of unique PatIDs with at least one normal "TROP_T_QL" result (per year) Problem with number of unique PatIDs with at least one abnormal "TROP_T_QL" result (per year) Problem with number of unique PatIDs with at least one normal "TROP_T_QL" result (per year) across Problem with number of unique PatIDs with at least one abnormal "TROP_T_QL" result (per year) across Problem with number of unique PatIDs with at least one "TROP_T_QN" result (overall) Mini-Sentinel Common Data Model Data Quality Review Process and Programs
54 LAB LAB LAB LAB LAB LAB LAB LAB3.2.1 LAB3.2.2 LAB3.2.3 LAB3.2.4 LAB3.2.5 LAB3.2.6 LAB3.2.7 LAB3.2.8 LAB3.2.9 LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB Problem with number of unique PatIDs with at least one "TROP_T_QN" result (per year) Problem with number of unique PatIDs with at least one "TROP_T_QN" result (overall) across Problem with number of unique PatIDs with at least one "TROP_T_QN" result (per year) across Problem with number of unique PatIDs with at least one normal "TROP_T_QN" result (per year) Problem with number of unique PatIDs with at least one abnormal "TROP_T_QN" result (per year) Problem with number of unique PatIDs with at least one normal "TROP_T_QN" result (per year) across Problem with number of unique PatIDs with at least one abnormal "TROP_T_QN" result (per year) across Problem with number of "ALP" results (overall) Problem with number of "ALP" results (per year) Problem with number of "ALP" results (per patient location) Problem with number of "ALP" results (per year per patient location) within the Problem with number of "ALP" results (overall) across Problem with number of "ALP" results (per year) across Problem with number of "ALP" results (per patient location) across Problem with number of "ALP" results (per year per patient location) across Problem with number of "ALT" results (overall) Problem with number of "ALT" results (per year) Problem with number of "ALT" results (per patient location) Problem with number of "ALT" results (per year per patient location) within the Problem with number of "ALT" results (overall) across Problem with number of "ALT" results (per year) across Problem with number of "ALT" results (per patient location) across Problem with number of "ALT" results (per year per patient location) across Problem with number of "ANC" results (overall) Problem with number of "ANC" results (per year) Problem with number of "ANC" results (per patient location) Problem with number of "ANC" results (per year per patient location) within the Mini-Sentinel Common Data Model Data Quality Review Process and Programs
55 LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB Problem with number of "ANC" results (overall) across Problem with number of "ANC" results (per year) across Problem with number of "ANC" results (per patient location) across Problem with number of "ANC" results (per year per patient location) across Problem with number of "BILI_TOT" results (overall) Problem with number of "BILI_TOT" results (per year) Problem with number of "BILI_TOT" results (per patient location) within the Problem with number of "BILI_TOT" results (per year per patient location) Problem with number of "BILI_TOT" results (overall) across Problem with number of "BILI_TOT" results (per year) across Problem with number of "BILI_TOT" results (per patient location) across Problem with number of "BILI_TOT" results (per year per patient location) across Problem with number of "CK" results (overall) Problem with number of "CK" results (per year) Problem with number of "CK" results (per patient location) Problem with number of "CK" results (per year per patient location) within the Problem with number of "CK" results (overall) across Problem with number of "CK" results (per year) across Problem with number of "CK" results (per patient location) across Problem with number of "CK" results (per year per patient location) across Problem with number of "CK_MB" results (overall) Problem with number of "CK_MB" results (per year) Problem with number of "CK_MB" results (per patient location) within the Problem with number of "CK_MB" results (per year per patient location) Problem with number of "CK_MB" results (overall) across Problem with number of "CK_MB" results (per year) across Problem with number of "CK_MB" results (per patient location) across Problem with number of "CK_MB" results (per year per patient location) across Problem with number of "CK_MBI" results (overall) Problem with number of "CK_MBI" results (per year) Mini-Sentinel Common Data Model Data Quality Review Process and Programs
56 LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB Problem with number of "CK_MBI" results (per patient location) within the Problem with number of "CK_MBI" results (per year per patient location) Problem with number of "CK_MBI" results (overall) across Problem with number of "CK_MBI" results (per year) across Problem with number of "CK_MBI" results (per patient location) across Problem with number of "CK_MBI" results (per year per patient location) across Problem with number of "CREATININE" results (overall) Problem with number of "CREATININE" results (per year) Problem with number of "CREATININE" results (per patient location) within the Problem with number of "CREATININE" results (per year per patient location) Problem with number of "CREATININE" results (overall) across Problem with number of "CREATININE" results (per year) across Problem with number of "CREATININE" results (per patient location) across Problem with number of "CREATININE" results (per year per patient location) across Problem with number of "D_DIMER_QL" results (overall) Problem with number of "D_DIMER_QL" results (per year) Problem with number of "D_DIMER_QL" results (per patient location) within the Problem with number of "D_DIMER_QL" results (per year per patient location) Problem with number of "D_DIMER_QL" results (overall) across Problem with number of "D_DIMER_QL" results (per year) across Problem with number of "D_DIMER_QL" results (per patient location) across Problem with number of "D_DIMER_QL" results (per year per patient location) across Problem with number of "D_DIMER_QN" results (overall) Problem with number of "D_DIMER_QN" results (per year) Problem with number of "D_DIMER_QN" results (per patient location) within the Problem with number of "D_DIMER_QN" results (per year per patient location) Problem with number of "D_DIMER_QN" results (overall) across Mini-Sentinel Common Data Model Data Quality Review Process and Programs
57 LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB Problem with number of "D_DIMER_QN" results (per year) across Problem with number of "D_DIMER_QN" results (per patient location) across Problem with number of "D_DIMER_QN" results (per year per patient location) across Problem with number of "GLUCOSE" results (overall) Problem with number of "GLUCOSE" results (per year) Problem with number of "GLUCOSE" results (per patient location) within the Problem with number of "GLUCOSE" results (per year per patient location) Problem with number of "GLUCOSE" results (overall) across Problem with number of "GLUCOSE" results (per year) across Problem with number of "GLUCOSE" results (per patient location) across Problem with number of "GLUCOSE" results (per year per patient location) across Problem with number of "HGB" results (overall) Problem with number of "HGB" results (per year) Problem with number of "HGB" results (per patient location) Problem with number of "HGB" results (per year per patient location) within the Problem with number of "HGB" results (overall) across Problem with number of "HGB" results (per year) across Problem with number of "HGB" results (per patient location) across Problem with number of "HGB" results (per year per patient location) across Problem with number of "HGBA1C" results (overall) Problem with number of "HGBA1C" results (per year) Problem with number of "HGBA1C" results (per patient location) within the Problem with number of "HGBA1C" results (per year per patient location) Problem with number of "HGBA1C" results (overall) across Problem with number of "HGBA1C" results (per year) across Problem with number of "HGBA1C" results (per patient location) across Problem with number of "HGBA1C" results (per year per patient location) across Problem with number of "INF_A" results (overall) Problem with number of "INF_A" results (per year) Mini-Sentinel Common Data Model Data Quality Review Process and Programs
58 LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB Problem with number of "INF_A" results (per patient location) Problem with number of "INF_A" results (per year per patient location) Problem with number of "INF_A" results (overall) across Problem with number of "INF_A" results (per year) across Problem with number of "INF_A" results (per patient location) across Problem with number of "INF_A" results (per year per patient location) across Problem with number of "INF_AB" results (overall) Problem with number of "INF_AB" results (per year) Problem with number of "INF_AB" results (per patient location) within the Problem with number of "INF_AB" results (per year per patient location) Problem with number of "INF_AB" results (overall) across Problem with number of "INF_AB" results (per year) across Problem with number of "INF_AB" results (per patient location) across Problem with number of "INF_AB" results (per year per patient location) across Problem with number of "INF_B" results (overall) Problem with number of "INF_B" results (per year) Problem with number of "INF_B" results (per patient location) Problem with number of "INF_B" results (per year per patient location) Problem with number of "INF_B" results (overall) across Problem with number of "INF_B" results (per year) across Problem with number of "INF_B" results (per patient location) across Problem with number of "INF_B" results (per year per patient location) across Problem with number of "INF_NS" results (overall) Problem with number of "INF_NS" results (per year) Problem with number of "INF_NS" results (per patient location) within the Problem with number of "INF_NS" results (per year per patient location) Problem with number of "INF_NS" results (overall) across Problem with number of "INF_NS" results (per year) across Problem with number of "INF_NS" results (per patient location) across Mini-Sentinel Common Data Model Data Quality Review Process and Programs
59 LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB Problem with number of "INF_NS" results (per year per patient location) across Problem with number of "INR" results (overall) Problem with number of "INR" results (per year) Problem with number of "INR" results (per patient location) Problem with number of "INR" results (per year per patient location) within the Problem with number of "INR" results (overall) across Problem with number of "INR" results (per year) across Problem with number of "INR" results (per patient location) across Problem with number of "INR" results (per year per patient location) across Problem with number of "LIPASE" results (overall) Problem with number of "LIPASE" results (per year) Problem with number of "LIPASE" results (per patient location) within the Problem with number of "LIPASE" results (per year per patient location) Problem with number of "LIPASE" results (overall) across Problem with number of "LIPASE" results (per year) across Problem with number of "LIPASE" results (per patient location) across Problem with number of "LIPASE" results (per year per patient location) across Problem with number of "PG_QL" results (overall) Problem with number of "PG_QL" results (per year) Problem with number of "PG_QL" results (per patient location) within the Problem with number of "PG_QL" results (per year per patient location) Problem with number of "PG_QL" results (overall) across Problem with number of "PG_QL" results (per year) across Problem with number of "PG_QL" results (per patient location) across Problem with number of "PG_QL" results (per year per patient location) across Problem with number of "PG_QN" results (overall) Problem with number of "PG_QN" results (per year) Problem with number of "PG_QN" results (per patient location) within the Problem with number of "PG_QN" results (per year per patient location) Mini-Sentinel Common Data Model Data Quality Review Process and Programs
60 LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB Problem with number of "PG_QN" results (overall) across Problem with number of "PG_QN" results (per year) across Problem with number of "PG_QN" results (per patient location) across Problem with number of "PG_QN" results (per year per patient location) across Problem with number of "PLATELETS" results (overall) Problem with number of "PLATELETS" results (per year) Problem with number of "PLATELETS" results (per patient location) within the Problem with number of "PLATELETS" results (per year per patient location) Problem with number of "PLATELETS" results (overall) across Problem with number of "PLATELETS" results (per year) across Problem with number of "PLATELETS" results (per patient location) across Problem with number of "PLATELETS" results (per year per patient location) across Problem with number of "TROP_I" results (overall) Problem with number of "TROP_I" results (per year) Problem with number of "TROP_I" results (per patient location) within the Problem with number of "TROP_I" results (per year per patient location) Problem with number of "TROP_I" results (overall) across Problem with number of "TROP_I" results (per year) across Problem with number of "TROP_I" results (per patient location) across Problem with number of "TROP_I" results (per year per patient location) across Problem with number of "TROP_T_QL" results (overall) Problem with number of "TROP_T_QL" results (per year) Problem with number of "TROP_T_QL" results (per patient location) within the Problem with number of "TROP_T_QL" results (per year per patient location) Problem with number of "TROP_T_QL" results (overall) across Problem with number of "TROP_T_QL" results (per year) across Problem with number of "TROP_T_QL" results (per patient location) across Problem with number of "TROP_T_QL" results (per year per patient location) across Problem with number of "TROP_T_QN" results (overall) Mini-Sentinel Common Data Model Data Quality Review Process and Programs
61 LAB LAB LAB LAB LAB LAB LAB LAB3.7.1 LAB3.7.2 LAB3.7.3 LAB3.7.4 LAB3.8.1 LAB3.8.2 LAB3.8.3 LAB3.8.4 LAB3.9.1 LAB3.9.2 LAB3.9.3 LAB3.9.4 LAB LAB LAB LAB LAB LAB Problem with number of "TROP_T_QN" results (per year) Problem with number of "TROP_T_QN" results (per patient location) within the Problem with number of "TROP_T_QN" results (per year per patient location) Problem with number of "TROP_T_QN" results (overall) across Problem with number of "TROP_T_QN" results (per year) across Problem with number of "TROP_T_QN" results (per patient location) across Problem with number of "TROP_T_QN" results (per year per patient location) across Problem with distribution of Stat values (overall) Problem with distribution of Stat values (per year) Problem with distribution of Stat values (overall) across Problem with distribution of Stat values (per year) across Problem with distribution of Pt_Loc values (overall) Problem with distribution of Pt_Loc values (per year) Problem with distribution of Pt_Loc values (overall) across Problem with distribution of Pt_Loc values (per year) across Problem with distribution of Result_Loc values (overall) Problem with distribution of Result_Loc values (per year) Problem with distribution of Result_Loc values (overall) across Problem with distribution of Result_Loc values (per year) across Problem with distribution of PX values PX values are not consistent with PX_Codetype values Problem with distribution of PX_Codetype values (overall) Problem with distribution of PX_Codetype values (per year) Problem with distribution of PX_Codetype values (overall) across Problem with distribution of PX_Codetype values (per year) across LAB Problem with distribution of Order_dt (overall) LAB Problem with distribution of Order_dt (per year) LAB Problem with distribution of Order_dt (overall) across LAB Problem with distribution of Order_dt (per year) across LAB Order_dt, Lab_dt, and Result_dt all have values before 1/1/2006 LAB Problem with distribution of Lab_dt (overall) LAB Problem with distribution of Lab_dt (per year) LAB Problem with distribution of Lab_dt (overall) across Mini-Sentinel Common Data Model Data Quality Review Process and Programs
62 LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB Problem with distribution of Lab_dt (per year) across Problem with distribution of Result_dt (overall) Problem with distribution of Result_dt (per year) Problem with distribution of Result_dt (overall) across Problem with distribution of Result_dt (per year) across Problem with distribution of Orig_Result values (overall) Problem with distribution of Orig_Result values (overall) across Problem with distribution of Orig_Result values for "ALP" results within the Problem with distribution of Orig_Result values for "ALP" results across Problem with distribution of Orig_Result values for "ALT" results within the Problem with distribution of Orig_Result values for "ALT" results across Problem with distribution of Orig_Result values for "ANC" results within the Problem with distribution of Orig_Result values for "ANC" results across Problem with distribution of Orig_Result values for "BILI_TOT" results within the Problem with distribution of Orig_Result values for "BILI_TOT" results across Problem with distribution of Orig_Result values for "CK" results within the Problem with distribution of Orig_Result values for "CK" results across Problem with distribution of Orig_Result values for "CK_MB" results within the Problem with distribution of Orig_Result values for "CK_MB" results across Problem with distribution of Orig_Result values for "CK_MBI" results within the Problem with distribution of Orig_Result values for "CK_MBI" results across Problem with distribution of Orig_Result values for "CREATININE" results Problem with distribution of Orig_Result values for "CREATININE" results across Problem with distribution of Orig_Result values for "D_DIMER_QL" results Problem with distribution of Orig_Result values for "D_DIMER_QL" results across Mini-Sentinel Common Data Model Data Quality Review Process and Programs
63 LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB Problem with distribution of Orig_Result values for "D_DIMER_QN" results Problem with distribution of Orig_Result values for "D_DIMER_QN" results across Problem with distribution of Orig_Result values for "GLUCOSE" results within the Problem with distribution of Orig_Result values for "GLUCOSE" results across Problem with distribution of Orig_Result values for "HGB" results within the Problem with distribution of Orig_Result values for "HGB" results across Problem with distribution of Orig_Result values for "HGBA1C" results within the Problem with distribution of Orig_Result values for "HGBA1C" results across Problem with distribution of Orig_Result values for "INF_A" results within the Problem with distribution of Orig_Result values for "INF_A" results across Problem with distribution of Orig_Result values for "INF_AB" results within the Problem with distribution of Orig_Result values for "INF_AB" results across Problem with distribution of Orig_Result values for "INF_B" results within the Problem with distribution of Orig_Result values for "INF_B" results across Problem with distribution of Orig_Result values for "INF_NS" results within the Problem with distribution of Orig_Result values for "INF_NS" results across Problem with distribution of Orig_Result values for "INR" results within the Problem with distribution of Orig_Result values for "INR" results across Problem with distribution of Orig_Result values for "LIPASE" results within the Problem with distribution of Orig_Result values for "LIPASE" results across Problem with distribution of Orig_Result values for "PG_QL" results within the Problem with distribution of Orig_Result values for "PG_QL" results across Problem with distribution of Orig_Result values for "PG_QN" results within the Mini-Sentinel Common Data Model Data Quality Review Process and Programs
64 LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB Problem with distribution of Orig_Result values for "PG_QN" results across Problem with distribution of Orig_Result values for "PLATELETS" results Problem with distribution of Orig_Result values for "PLATELETS" results across Problem with distribution of Orig_Result values for "TROP_I" results within the Problem with distribution of Orig_Result values for "TROP_I" results across Problem with distribution of Orig_Result values for "TROP_T_QL" results Problem with distribution of Orig_Result values for "TROP_T_QL" results across Problem with distribution of Orig_Result values for "TROP_T_QN" results Problem with distribution of Orig_Result values for "TROP_T_QN" results across Problem with distribution of MS_Result_N values for "ALP" results within the Problem with distribution of MS_Result_N values for "ALP" results across Problem with distribution of MS_Result_N values for "ALT" results within the Problem with distribution of MS_Result_N values for "ALT" results across Problem with distribution of MS_Result_N values for "ANC" results within the Problem with distribution of MS_Result_N values for "ANC" results across Problem with distribution of MS_Result_N values for "BILI_TOT" results Problem with distribution of MS_Result_N values for "BILI_TOT" results across Problem with distribution of MS_Result_N values for "CK" results within the Problem with distribution of MS_Result_N values for "CK" results across Problem with distribution of MS_Result_N values for "CK_MB" results within the Problem with distribution of MS_Result_N values for "CK_MB" results across Problem with distribution of MS_Result_N values for "CK_MBI" results within the Problem with distribution of MS_Result_N values for "CK_MBI" results across Mini-Sentinel Common Data Model Data Quality Review Process and Programs
65 LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB Problem with distribution of MS_Result_N values for "CREATININE" results Problem with distribution of MS_Result_N values for "CREATININE" results across Problem with distribution of MS_Result_N values for "D_DIMER_QN" results Problem with distribution of MS_Result_N values for "D_DIMER_QN" results across Problem with distribution of MS_Result_N values for "GLUCOSE" results Problem with distribution of MS_Result_N values for "GLUCOSE" results across Problem with distribution of MS_Result_N values for "HGB" results within the Problem with distribution of MS_Result_N values for "HGB" results across Problem with distribution of MS_Result_N values for "HGBA1C" results Problem with distribution of MS_Result_N values for "HGBA1C" results across Problem with distribution of MS_Result_N values for "INR" results within the Problem with distribution of MS_Result_N values for "INR" results across Problem with distribution of MS_Result_N values for "LIPASE" results within the Problem with distribution of MS_Result_N values for "LIPASE" results across Problem with distribution of MS_Result_N values for "PG_QN" results within the Problem with distribution of MS_Result_N values for "PG_QN" results across Problem with distribution of MS_Result_N values for "PLATELETS" results Problem with distribution of MS_Result_N values for "PLATELETS" results across Problem with distribution of MS_Result_N values for "TROP_I" results within the Problem with distribution of MS_Result_N values for "TROP_I" results across Problem with distribution of MS_Result_N values for "TROP_T_QN" results Problem with distribution of MS_Result_N values for "TROP_T_QN" results across Problem with distribution of Abn_ind values (overall) Problem with distribution of Abn_ind values (overall) across Mini-Sentinel Common Data Model Data Quality Review Process and Programs
66 LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB Problem with distribution of Abn_ind values for "ALP" results Problem with distribution of Abn_ind values for "ALP" results across Problem with distribution of Abn_ind values for "ALT" results Problem with distribution of Abn_ind values for "ALT" results across Problem with distribution of Abn_ind values for "ANC" results Problem with distribution of Abn_ind values for "ANC" results across Problem with distribution of Abn_ind values for "BILI_TOT" results within the Problem with distribution of Abn_ind values for "BILI_TOT" results across Problem with distribution of Abn_ind values for "CK" results Problem with distribution of Abn_ind values for "CK" results across Problem with distribution of Abn_ind values for "CK_MB" results within the Problem with distribution of Abn_ind values for "CK_MB" results across Problem with distribution of Abn_ind values for "CK_MBI" results within the Problem with distribution of Abn_ind values for "CK_MBI" results across Problem with distribution of Abn_ind values for "CREATININE" results within the Problem with distribution of Abn_ind values for "CREATININE" results across Problem with distribution of Abn_ind values for "D_DIMER_QL" results Problem with distribution of Abn_ind values for "D_DIMER_QL" results across Problem with distribution of Abn_ind values for "D_DIMER_QN" results Problem with distribution of Abn_ind values for "D_DIMER_QN" results across Problem with distribution of Abn_ind values for "GLUCOSE" results within the Problem with distribution of Abn_ind values for "GLUCOSE" results across Problem with distribution of Abn_ind values for "HGB" results Mini-Sentinel Common Data Model Data Quality Review Process and Programs
67 LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB LAB Problem with distribution of Abn_ind values for "HGB" results across Problem with distribution of Abn_ind values for "HGBA1C" results within the Problem with distribution of Abn_ind values for "HGBA1C" results across Problem with distribution of Abn_ind values for "INF_A" results within the Problem with distribution of Abn_ind values for "INF_A" results across Problem with distribution of Abn_ind values for "INF_AB" results within the Problem with distribution of Abn_ind values for "INF_AB" results across Problem with distribution of Abn_ind values for "INF_B" results within the Problem with distribution of Abn_ind values for "INF_B" results across Problem with distribution of Abn_ind values for "INF_NS" results within the Problem with distribution of Abn_ind values for "INF_NS" results across Problem with distribution of Abn_ind values for "INR" results Problem with distribution of Abn_ind values for "INR" results across Problem with distribution of Abn_ind values for "LIPASE" results within the Problem with distribution of Abn_ind values for "LIPASE" results across Problem with distribution of Abn_ind values for "PG_QL" results within the Problem with distribution of Abn_ind values for "PG_QL" results across Problem with distribution of Abn_ind values for "PG_QN" results within the Problem with distribution of Abn_ind values for "PG_QN" results across Problem with distribution of Abn_ind values for "PLATELETS" results within the Problem with distribution of Abn_ind values for "PLATELETS" results across Problem with distribution of Abn_ind values for "TROP_I" results within the Problem with distribution of Abn_ind values for "TROP_I" results across Mini-Sentinel Common Data Model Data Quality Review Process and Programs
68 LAB LAB LAB LAB Problem with distribution of Abn_ind values for "TROP_T_QL" results within the Problem with distribution of Abn_ind values for "TROP_T_QL" results across Problem with distribution of Abn_ind values for "TROP_T_QN" results within the Problem with distribution of Abn_ind values for "TROP_T_QN" results across Mini-Sentinel Common Data Model Data Quality Review Process and Programs
69 VII. APPENDIX B: LIST OF OUTPUT DATASETS MSCDM Table All Core Tables All Core Tables All Core Tables All Core Tables All Core Tables All Core Tables All Core Tables All Core Tables All Core Tables All Core Tables All Core Tables All Core Tables All Core Tables All Core Tables All Core Tables All Core Tables All Core Tables All Core Tables All Core Tables All Core Tables All Core Tables All Core Tables All Core Tables All Core Tables All Core Tables All Core Tables All Core Tables All Core Tables All Core Tables All Core Tables Cause of Death Cause of Death Cause of Death Cause of Death Cause of Death Output Dataset all_l2_n_records_dupes.sas7bdat alltable_signature.sas7bdat dates_signature.sas7bdat dates_yyyymmdd.log etl_version.sas7bdat flags_l1_l2_.sas7bdat l1_idlength.sas7bdat l1_l2_signature.sas7bdat l1_l2_yyyymmdd.log l4_edip_admitfromed.sas7bdat l4_edip_iprevadmitsource.sas7bdat l4_edip_origedadmitsource.sas7bdat l4_edip_rates_total.sas7bdat l4_edip_rates_ym.sas7bdat l4_edip_revcodes.sas7bdat l4_hysterectomy_sex_total.sas7bdat l4_hysterectomy_sex_ym.sas7bdat l4_ovarian_ca_sex_total.sas7bdat l4_ovarian_ca_sex_ym.sas7bdat l4_pregnancy_sex_total.sas7bdat l4_pregnancy_sex_ym.sas7bdat l4_prostate_ca_sex_total.sas7bdat l4_prostate_ca_sex_ym.sas7bdat l4_signature.sas7bdat l4_yyyymmdd.log licensed.sas7bdat minmax_dates.sas7bdat module_execution_plan_yyyymmdd.log mscdm_data_qa_master_yyyymmdd.log mscdm_data_qa_master_yyyymmdd.lst cause_of_death_signature.sas7bdat cause_of_death_yyyymmdd.log cod_l1_cod.sas7bdat cod_l2_patidmatch.sas7bdat cod_l3_causet.sas7bdat Mini-Sentinel Common Data Model Data Quality Review Process and Programs
70 MSCDM Table Cause of Death Cause of Death Cause of Death Cause of Death Cause of Death Cause of Death Cause of Death Death Death Death Death Death Death Death Death Death Death Death Death Death Demographic Demographic Demographic Demographic Demographic Demographic Demographic Demographic Demographic Demographic Demographic Diagnosis Diagnosis Diagnosis Diagnosis Diagnosis Diagnosis Diagnosis Diagnosis Output Dataset cod_l3_cod.sas7bdat cod_l3_codet.sas7bdat cod_l3_confidence.sas7bdat cod_l3_n_patid.sas7bdat cod_l3_source.sas7bdat flag_l1_l2_cod.sas7bdat l1_cont_cod.sas7bdat death_signature.sas7bdat death_yyyymmdd.log dispensing_yyyymmdd.log dth_cod_l2_patidmatch.sas7bdat dth_l2_patidmatch.sas7bdat dth_l3_confidence.sas7bdat dth_l3_dthdt_y.sas7bdat dth_l3_dthdt_ym.sas7bdat dth_l3_dtimpute.sas7bdat dth_l3_n_patid.sas7bdat dth_l3_source.sas7bdat flag_l1_l2_dth.sas7bdat l1_cont_dth.sas7bdat dem_l2_patidmatch.sas7bdat dem_l3_ageyrsdist1.sas7bdat dem_l3_ageyrsdist2.sas7bdat dem_l3_hispdist.sas7bdat dem_l3_n_patid.sas7bdat dem_l3_racedist.sas7bdat dem_l3_sexdist.sas7bdat demographic_signature.sas7bdat demographic_yyyymmdd.log flag_l1_l2_dem.sas7bdat l1_cont_dem.sas7bdat dia_l1_dx.sas7bdat dia_l2_patidmatch.sas7bdat dia_l3_adate_y.sas7bdat dia_l3_adate_ym.sas7bdat dia_l3_ct_enct.sas7bdat dia_l3_ct_y.sas7bdat dia_l3_dist_adate.sas7bdat dia_l3_dx.sas7bdat Mini-Sentinel Common Data Model Data Quality Review Process and Programs
71 MSCDM Table Diagnosis Diagnosis Diagnosis Diagnosis Diagnosis Diagnosis Diagnosis Diagnosis Diagnosis Diagnosis Diagnosis Diagnosis Dispensing Dispensing Dispensing Dispensing Dispensing Dispensing Dispensing Dispensing Dispensing Dispensing Dispensing Dispensing Output Dataset dia_l3_encdate_y.sas7bdat dia_l3_encdate_ym.sas7bdat dia_l3_n_encid.sas7bdat dia_l3_n_patid.sas7bdat dia_l3_n_provid.sas7bdat dia_l3_pdx.sas7bdat dia_l3_pdx_et.sas7bdat dia_l3_stats_dx_per_enc.sas7bdat diagnosis_signature.sas7bdat diagnosis_yyyymmdd.log flag_l1_l2_dia.sas7bdat l1_cont_dia.sas7bdat dis_l1_ndcs.sas7bdat dis_l2_patidmatch.sas7bdat dis_l3_dist_rxdate.sas7bdat dis_l3_n_patid.sas7bdat dis_l3_rxamt.sas7bdat dis_l3_rxdate_y.sas7bdat dis_l3_rxdate_ym.sas7bdat dis_l3_rxptyr.sas7bdat dis_l3_rxsup.sas7bdat dispensing_signature.sas7bdat flag_l1_l2_dis.sas7bdat l1_cont_dis.sas7bdat enc_dia_pro_l2_encidmatch.sas7bdat enc_l1_drg.sas7bdat enc_l2_drg_enctype.sas7bdat enc_l2_patidmatch.sas7bdat enc_l3_adate_y.sas7bdat enc_l3_adate_ym.sas7bdat enc_l3_admsrc.sas7bdat enc_l3_admsrc_enc.sas7bdat enc_l3_ddate_y.sas7bdat enc_l3_ddate_ym.sas7bdat enc_l3_disdisp.sas7bdat enc_l3_disdisp_enc.sas7bdat enc_l3_disstat.sas7bdat enc_l3_disstat_enc.sas7bdat enc_l3_dist_adate.sas7bdat Mini-Sentinel Common Data Model Data Quality Review Process and Programs
72 MSCDM Table Enrollment Enrollment Enrollment Enrollment Enrollment Enrollment Enrollment Enrollment Enrollment Enrollment Enrollment Enrollment Enrollment Enrollment Enrollment Enrollment Output Dataset enc_l3_dist_ddate.sas7bdat enc_l3_drg_type.sas7bdat enc_l3_drg_type_enct.sas7bdat enc_l3_drg_type_y.sas7bdat enc_l3_encdate_y.sas7bdat enc_l3_encdate_ym.sas7bdat enc_l3_enctype_ddate_y.sas7bdat enc_l3_enctype_ddate_ym.sas7bdat enc_l3_enctype_los_nd.sas7bdat enc_l3_enctype_los_y.sas7bdat enc_l3_enctype_los_ym.sas7bdat enc_l3_facloc.sas7bdat enc_l3_n_encid.sas7bdat enc_l3_n_patid.sas7bdat enc_l3_n_provid.sas7bdat enc_l3_stats_enc_y.sas7bdat enc_l3_stats_enc_ym.sas7bdat enc_l3_stats_y.sas7bdat enc_l3_stats_ym.sas7bdat encounter_signature.sas7bdat encounter_yyyymmdd.log flag_l1_l2_enc.sas7bdat l1_cont_enc.sas7bdat enr_l3_dist_end.sas7bdat enr_l3_dist_enrmonth_d.sas7bdat enr_l3_dist_enrmonth_m.sas7bdat enr_l3_dist_enrmonth_md.sas7bdat enr_l3_dist_enryear_d.sas7bdat enr_l3_dist_enryear_m.sas7bdat enr_l3_dist_enryear_md.sas7bdat enr_l3_dist_start.sas7bdat enr_l3_drugcov.sas7bdat enr_l3_enrmd_y.sas7bdat enr_l3_enrmd_ym.sas7bdat enr_l3_medcov.sas7bdat enr_l3_meddrugcov.sas7bdat enr_l3_n_patid.sas7bdat enr_l3_overlap.sas7bdat enr_l3_stats_enrd.sas7bdat Mini-Sentinel Common Data Model Data Quality Review Process and Programs
73 MSCDM Table Enrollment Enrollment Enrollment Enrollment Enrollment Enrollment Output Dataset enr_l3_stats_enrm.sas7bdat enr_l3_stats_enrmd.sas7bdat enrollment_signature.sas7bdat enrollment_yyyymmdd.log flag_l1_l2_enr.sas7bdat l1_cont_enr.sas7bdat flags_l1_l2_lab.sas7bdat l1_cont_lab.sas7bdat lab_l2_abn_ind.sas7bdat lab_l2_covmemb_at_least_1_test.sas7bdat lab_l2_enrmemb_at_least_1_test.sas7bdat lab_l2_memb_at_least_1_test.sas7bdat lab_l2_memb_test_outside_enr.sas7bdat lab_l2_modifier.sas7bdat lab_l2_modifier_high.sas7bdat lab_l2_modifier_low.sas7bdat lab_l2_ms_test_sub_category.sas7bdat lab_l2_orig_std_ms_res_unit.sas7bdat lab_l2_patidmatch.sas7bdat lab_l2_pattest.sas7bdat lab_l2_pt_loc.sas7bdat lab_l2_px_ct.sas7bdat lab_l2_result_loc.sas7bdat lab_l2_specimen_source.sas7bdat lab_l2_stat.sas7bdat lab_l2_stats_ms_res_unit.sas7bdat lab_l2_stats_orig_res_unit.sas7bdat lab_l2_test.sas7bdat lab_l2_test_all_dt.sas7bdat lab_l2_test_lab_dt.sas7bdat lab_l2_test_lab_tm.sas7bdat lab_l2_test_msresult_unit.sas7bdat lab_l2_test_order_dt.sas7bdat lab_l2_test_origresult_unit.sas7bdat lab_l2_test_ptloc.sas7bdat lab_l2_test_px_ct.sas7bdat lab_l2_test_range.sas7bdat lab_l2_test_result_dt.sas7bdat lab_l2_test_result_loc.sas7bdat Mini-Sentinel Common Data Model Data Quality Review Process and Programs
74 MSCDM Table Output Dataset lab_l2_test_result_tm.sas7bdat lab_l2_test_rslttyp.sas7bdat lab_l2_test_rslttyp_abn.sas7bdat lab_l2_test_rslttyp_norm.sas7bdat lab_l2_test_rslttyp_norm_ptloc.sas7bdat lab_l2_test_rslttyp_ptloc.sas7bdat lab_l2_test_rslttyp_specimen.sas7bdat lab_l2_test_specimen_loinc.sas7bdat lab_l2_test_stat.sas7bdat lab_l2_test_stdresult_unit.sas7bdat lab_l3_abn_vs_abn_derived.sas7bdat lab_l3_comp_enroll_vs_lab.sas7bdat lab_l3_dates_pre2006_y.sas7bdat lab_l3_dist_lab_dt.sas7bdat lab_l3_dist_order_dt.sas7bdat lab_l3_dist_result_dt.sas7bdat lab_l3_memb_at_least_1_test_y.sas7bdat lab_l3_pattest_y.sas7bdat lab_l3_test_all_dt_y.sas7bdat lab_l3_test_lab_dt_y.sas7bdat lab_l3_test_lab_tm_y.sas7bdat lab_l3_test_msresult_unit_y.sas7bdat lab_l3_test_order_dt_y.sas7bdat lab_l3_test_origresult_unit_y.sas7bdat lab_l3_test_ptloc_y.sas7bdat lab_l3_test_px_ct_y.sas7bdat lab_l3_test_range_y.sas7bdat lab_l3_test_ratios_ym.sas7bdat lab_l3_test_result_dt_y.sas7bdat lab_l3_test_result_loc_y.sas7bdat lab_l3_test_result_tm_y.sas7bdat lab_l3_test_rslttyp_abn_stats.sas7bdat lab_l3_test_rslttyp_abn_u_stats.sas7bdat lab_l3_test_rslttyp_norm_ptloc_y.sas7bdat lab_l3_test_rslttyp_norm_y.sas7bdat lab_l3_test_rslttyp_ptloc_y.sas7bdat lab_l3_test_rslttyp_y.sas7bdat lab_l3_test_specimen_loinc_y.sas7bdat lab_l3_test_stat_y.sas7bdat Mini-Sentinel Common Data Model Data Quality Review Process and Programs
75 MSCDM Table Procedure Procedure Procedure Procedure Procedure Procedure Procedure Procedure Procedure Procedure Procedure Procedure Procedure Procedure Procedure Procedure Procedure Procedure Output Dataset lab_l3_test_stdresult_unit_y.sas7bdat laboratory_result_yyyymmdd.log laboratory_result_signature.sas7bdat dpidsiteid_mscdm_data_qa_lab.pdf vars_check.sas7bdat vars_check_exist.sas7bdat vars_check_length.sas7bdat vars_check_type.sas7bdat flag_l1_l2_pro.sas7bdat l1_cont_pro.sas7bdat pro_l1_px.sas7bdat pro_l2_patidmatch.sas7bdat pro_l3_adate_y.sas7bdat pro_l3_adate_ym.sas7bdat pro_l3_ct_enct.sas7bdat pro_l3_ct_y.sas7bdat pro_l3_dist_adate.sas7bdat pro_l3_encdate_y.sas7bdat pro_l3_encdate_ym.sas7bdat pro_l3_n_encid.sas7bdat pro_l3_n_patid.sas7bdat pro_l3_n_provid.sas7bdat pro_l3_px.sas7bdat pro_l3_stats_px_per_enc.sas7bdat procedure_signature.sas7bdat procedure_yyyymmdd.log Mini-Sentinel Common Data Model Data Quality Review Process and Programs
Mini-Sentinel Distributed Query Tool Summary Table Descriptions
Mini-Sentinel Distributed Query Tool Summary Table Descriptions Version 1.1 April 2011 CONTACT: Mini-Sentinel Operations Center Harvard Pilgrim Health Care Institute [email protected] Table of Contents
THE VIRTUAL DATA WAREHOUSE (VDW) AND HOW TO USE IT
THE VIRTUAL DATA WAREHOUSE (VDW) AND HOW TO USE IT Table of Contents Overview o Figure 1. The HCSRN VDW and how it works Data Areas o Figure 2: HCSRN VDW data structures Steps for Using the VDW Multicenter
The FDA s Mini- Sen*nel Program and the Learning Health System
info@mini- sen*nel.org 1 The FDA s Mini- Sen*nel Program and the Learning Health System Richard PlaB, MD, MS Harvard Pilgrim Health Care Ins*tute Harvard Medical School October 1, 2014 Vision We seek the
Common Data Model (CDM) Specification, Version 1.0 1. Table of Contents Table of Contents
Common Data Model (CDM) Specification, Version 1.0 Released by the Data Standards, Security and Network Infrastructure (DSSNI) Task Force on May 30, 2014 1. Table of Contents 1. Table of Contents... 1
Total Cost of Care and Resource Use Frequently Asked Questions (FAQ)
Total Cost of Care and Resource Use Frequently Asked Questions (FAQ) Contact Email: [email protected] for questions. Contents Attribution Benchmarks Billed vs. Paid Licensing Missing Data
Medical Records Training Manual for EMR
Medical Records Training Manual for EMR ENTERPRISE MEDICAL RECORD (EMR) The MEDITECH Enterprise Medical Record (EMR) collects, stores, and displays clinical data such as lab results, transcribed reports,
EQR PROTOCOL 4 VALIDATION OF ENCOUNTER DATA REPORTED BY THE MCO
OMB Approval No. 0938-0786 EQR PROTOCOL 4 VALIDATION OF ENCOUNTER DATA REPORTED BY THE MCO A Voluntary Protocol for External Quality Review (EQR) Protocol 1: Assessment of Compliance with Medicaid Managed
Environmental Health Science. Brian S. Schwartz, MD, MS
Environmental Health Science Data Streams Health Data Brian S. Schwartz, MD, MS January 10, 2013 When is a data stream not a data stream? When it is health data. EHR data = PHI of health system Data stream
HITECH Act Update: An Overview of the Medicare and Medicaid EHR Incentive Programs Regulations
HITECH Act Update: An Overview of the Medicare and Medicaid EHR Incentive Programs Regulations The Health Information Technology for Economic and Clinical Health Act (HITECH Act) was enacted as part of
Data Management Implementation Plan
Appendix 8.H Data Management Implementation Plan Prepared by Vikram Vyas CRESP-Amchitka Data Management Component 1. INTRODUCTION... 2 1.1. OBJECTIVES AND SCOPE... 2 2. DATA REPORTING CONVENTIONS... 2
Follow-Up Care for Children Prescribed ADHD Medication (ADD)
Follow-Up Care for Children Prescribed ADHD Medication (ADD) The percentage of children newly prescribed attention-deficit/hyperactivity disorder (ADHD) medication who have at least three follow-up care
Stage 1 vs. Stage 2 Comparison Table for Eligible Hospitals and CAHs Last Updated: August, 2012
CORE OBJECTIVES (16 total) Stage 1 vs. Stage 2 Comparison Table for Eligible Hospitals and CAHs Last Updated: August, 2012 Stage 1 Objective Use CPOE for medication orders directly entered by any licensed
Meaningful Use. Medicare and Medicaid EHR Incentive Programs
Meaningful Use Medicare and Medicaid Table of Contents What is Meaningful Use?... 1 Table 1: Patient Benefits... 2 What is an EP?... 4 How are Registration and Attestation Being Handled?... 5 What are
Clinical Mapping (CMAP) Draft for Public Comment
Integrating the Healthcare Enterprise 5 IHE Patient Care Coordination Technical Framework Supplement 10 Clinical Mapping (CMAP) 15 Draft for Public Comment 20 Date: June 1, 2015 Author: PCC Technical Committee
PharmaSUG 2015 - Paper HA07
PharmaSUG 2015 - Paper HA07 Distributed data networks: A paradigm shift in data sharing and healthcare analytics Jennifer R. Popovic, Harvard Pilgrim Health Care Institute/Harvard Medical School ABSTRACT
ForwardHealth Provider Portal Professional Claims
P- ForwardHealth Provider Portal Professional Claims User Guide i Table of Contents 1 Introduction... 1 2 Access the Claims Page... 2 3 Submit a Professional Claim... 5 3.1 Professional Claim Panel...
Public Health and the Learning Health Care System Lessons from Two Distributed Networks for Public Health
Public Health and the Learning Health Care System Lessons from Two Distributed Networks for Public Health Jeffrey Brown, PhD Assistant Professor Department of Population Medicine Harvard Medical School
TABLE B5: STAGE 2 OBJECTIVES AND MEASURES
294 TABLE B5: STAGE 2 OBJECTIVES AND MEASURES CORE SET Improving quality, safety, efficiency, and reducing health disparities Use computerized provider order entry (CPOE) for medication, laboratory and
How To Bill For A Medicaid Claim
UB-04 CLAIM FORM INSTRUCTIONS FIELD NUMBER FIELD NAME 1 Billing Provider Name & Address INSTRUCTIONS Enter the name and address of the hospital/facility submitting the claim. 2 Pay to Address Pay to address
Update From the Office of Surveillance and Epidemiology
Update From the Office of Surveillance and Epidemiology Gerald J. Dal Pan, MD, MHS Director Office of Surveillance and Epidemiology Center for Drug Evaluation and Research Presentation to FDA-CMS Summit
Meaningful Use Criteria for Eligible Hospitals and Eligible Professionals (EPs)
Meaningful Use Criteria for Eligible and Eligible Professionals (EPs) Under the Electronic Health Record (EHR) meaningful use final rules established by the Centers for Medicare and Medicaid Services (CMS),
What you should know about Data Quality. A guide for health and social care staff
What you should know about Data Quality A guide for health and social care staff Please note the scope of this document is to provide a broad overview of data quality issues around personal health information
STAGES 1 AND 2 REQUIREMENTS FOR MEETING MEANINGFUL USE OF EHRs 1
STAGES 1 AND 2 REQUIREMENTS FOR MEETING MEANINGFUL USE OF EHRs 1 Requirement CPOE Use CPOE for medication orders directly entered by any licensed health care professional who can enter orders into the
MICROMD EMR VERSION 9.0 2014 OBJECTIVE MEASURE CALCULATIONS
MICROMD EMR VERSION 9.0 2014 OBJECTIVE MEASURE CALCULATIONS TABLE OF CONTENTS PREFACE Welcome to MicroMD EMR... i How This Guide is Organized... i Understanding Typographical Conventions... i Cross-References...
Technical Bulletin #2. National Youth in Transition Database (NYTD) Compliance Standards
Technical Bulletin #2 National Youth in Transition Database (NYTD) Compliance Standards Revised: March 26, 2013 TABLE OF CONTENTS 1 Introduction... 2 1.1 Purpose of the Technical Bulletin... 2 1.2 Overview
DRAFT. "README.DOC" File for the Quarterly Data Extract (QDE) from the FDA ADVERSE EVENT REPORTING SYSTEM (FAERS)
DRAFT "README.DOC" File for the Quarterly Data Extract (QDE) from the FDA ADVERSE EVENT REPORTING SYSTEM (FAERS) U.S. FOOD AND DRUG ADMINISTRATION (FDA) CENTER FOR DRUG EVALUATION AND RESEARCH (CDER) Office
EMR Name/ Model. meridianemr 4.2 CCHIT 2011 certified
EMR Name/ Model EMR Vendor meridianemr 4.2 CCHIT 2011 certified meridianemr, Inc Core Set of Measures Objective Stage 1 Objectives Stage 1 Measures EMR Module/ Feature 1 Use CPOE for medication orders
AAP Meaningful Use: Certified EHR Technology Criteria
AAP Meaningful Use: Certified EHR Technology Criteria On July 13, 2010, the US Centers for Medicare and Medicaid Services (CMS) released a Final Rule establishing the criteria with which eligible pediatricians,
VT_PUF_FIELD_PROPERTIES
*Use for Vermont Inpatient, Outpatient and Emergency Department Tables HOSPITAL_NUMBER HOSPITAL_NUMBER integer 4 YES ADMISSION_TYPE ADMISSION_TYPE integer 1 YES ADMISSION_SOURCE ADMISSION_SOURCE integer
UB-04, Inpatient / Outpatient
UB-04, Inpatient / Outpatient Hospital (Inpatient and Outpatient), Hospice (Nursing Home and Home Services), Home Health, Rural Health linic, Federally Qualified Health enter, IF/MR, Birthing enter, and
EMR Technology Checklist
Patient Accessibility/Scheduling/Account Maintenance: Able to interact with schedule through an online portal pre register VIP status to move patient to the front of the line Access and pre registration
IBM SPSS Direct Marketing 23
IBM SPSS Direct Marketing 23 Note Before using this information and the product it supports, read the information in Notices on page 25. Product Information This edition applies to version 23, release
IBM SPSS Direct Marketing 22
IBM SPSS Direct Marketing 22 Note Before using this information and the product it supports, read the information in Notices on page 25. Product Information This edition applies to version 22, release
UB-04 Claim Form Instructions
UB-04 Claim Form Instructions FORM LOCATOR NAME 1. Billing Provider Name & Address INSTRUCTIONS Enter the name and address of the hospital/facility submitting the claim. 2. Pay to Address Pay to address
FDA's Mini-Sentinel Program to Evaluate the Safety of Marketed Medical Products. Progress and Direction
FDA's Mini-Sentinel Program to Evaluate the Safety of Marketed Medical Products Progress and Direction Richard Platt Harvard Pilgrim Health Care Institute Harvard Medical School for the Mini-Sentinel Investigators
EXPANDING THE EVIDENCE BASE IN OUTCOMES RESEARCH: USING LINKED ELECTRONIC MEDICAL RECORDS (EMR) AND CLAIMS DATA
EXPANDING THE EVIDENCE BASE IN OUTCOMES RESEARCH: USING LINKED ELECTRONIC MEDICAL RECORDS (EMR) AND CLAIMS DATA A CASE STUDY EXAMINING RISK FACTORS AND COSTS OF UNCONTROLLED HYPERTENSION ISPOR 2013 WORKSHOP
QUALITY CONTROL AND QUALITY ASSURANCE IN CLINICAL RESEARCH
QUALITY CONTROL AND QUALITY ASSURANCE IN CLINICAL RESEARCH Martin Valania, Executive Director, Corporate QA and Compliance Introduction Pharmaceutical companies recognize the benefits of carefully managing
Experiences in Using Academic Data for BI Dashboard Development
Paper RIV09 Experiences in Using Academic Data for BI Dashboard Development Evangeline Collado, University of Central Florida; Michelle Parente, University of Central Florida ABSTRACT Business Intelligence
1992 2001 Aggregate data available; release of county or case-based data requires approval by the DHMH Institutional Review Board
50 Table 2.4 Maryland Cancer-Related base Summary: bases That Can Be Used for Cancer Surveillance base/system and/or of MD Cancer Registry Administration, Center for Cancer Surveillance and Control 410-767-5521
Frequently Heard Epic Terms
[Type text] Frequently Heard Epic Terms Account Maintenance (Revenue Cycle) A module that allows billers to see financial activity for a guarantor account (Professional Billing) or hospital account (Hospital
hospital s or CAH s inpatient or professional guidelines
EMR Name/ Model EMR Vendor XLEMR/XLEMR-2011-MU XLEMR Objective 1 Core Set of Measures Use CPOE for medication orders Use CPOE for medication orders More than 30% of unique patients directly entered by
Connector for Microsoft Dynamics Configuration Guide for Microsoft Dynamics SL
Microsoft Dynamics Connector for Microsoft Dynamics Configuration Guide for Microsoft Dynamics SL Revised August, 2012 Find updates to this documentation at the following location: http://www.microsoft.com/download/en/details.aspx?id=10381
Memorandum. Factual Background
Memorandum TO: FROM: SUBJECT: Chris Ianelli and Jill Mullan, ispecimen, Inc. Kristen Rosati and Ana Christian, Polsinelli, PC ispecimen Regulatory Compliance DATE: January 26, 2014 You have asked us to
LOUISIANA STATE UNIVERSITY HEALTH SCIENCES CENTER - SHREVEPORT MEDICAL RECORDS CONTENT/DOCUMENTATION
LOUISIANA STATE UNIVERSITY HEALTH SCIENCES CENTER - SHREVEPORT MEDICAL RECORDS CONTENT/DOCUMENTATION Hospital Policy Manual Purpose: To define the components of the paper and electronic medical record
Clinical Trials Budgeting and Billing
Clinical Trials Budgeting and Billing Presented by: Ellen N. Jamieson, MS, MBA Director, Grants Administration Alexandria Hui, BA Manager, Clinical Trial Financial Analyst Rules and Regulations Medicare
Chapter 16: Follow-up
Chapter 16: Follow-up The term follow-up refers to the process whereby a registry continues to monitor the status of a patient's health at periodic intervals. Data fields concerning patient vital status,
TABLE 4: STAGE 2 MEANINGFUL USE OBJECTIVES AND ASSOCIATED MEASURES SORTED BY CORE AND MENU SET
CMS-0044-P 156 TABLE 4: STAGE 2 MEANINGFUL USE OBJECTIVES AND ASSOCIATED MEASURES SORTED BY CORE AND MENU SET Improving quality, safety, efficiency, and reducing health disparities Use computerized provider
Guidance for Industry
Guidance for Industry Electronic Source Data in Clinical Investigations U.S. Department of Health and Human Services Food and Drug Administration Center for Drug Evaluation and Research (CDER) Center for
B. Clinical Data Management
B. Clinical Data Management The purpose of the applications of this group is to support the clinical needs of care providers including maintaining accurate medical records. Ideally, a clinical data management
Interview patient Perform Physician; Nursing; Medical Assistant Take history Document 7.1(Document a progress note for each encounter)
Reference Workflow Taonomy Patient centric Outpatient encounter 1 Intake and Nurse assessment Clinician* assessment Check in Document 1.16 (Access patient demographic data), 7.6 (Document date of birth),
UB04 INSTRUCTIONS Home Health
UB04 INSTRUCTIONS Home Health 1 Provider Name, Address, Telephone 2 Pay to Name/Address/ID Required. Enter the name and address of the facility Situational. Enter the name, address, and Louisiana Medicaid
Clinical Data Management (Process and practical guide) Dr Nguyen Thi My Huong WHO/RHR/RCP/SIS
Clinical Data Management (Process and practical guide) Dr Nguyen Thi My Huong WHO/RHR/RCP/SIS Training Course in Sexual and Reproductive Health Research Geneva 2012 OUTLINE Clinical Data Management CDM
Meaningful Use. NextGen Ambulatory EHR Path to. At NextGen Healthcare, we are ready to help. you demonstrate Meaningful Use.
NextGen Ambulatory EHR Path to Meaningful Use At NextGen Healthcare, we are ready to help you demonstrate Meaningful Use. With our award-winning, certified EHR, our commitment to client partnerships, and
Guide To Meaningful Use
Guide To Meaningful Use Volume 1 Collecting the Data Contents INTRODUCTION... 3 CORE SET... 4 1. DEMOGRAPHICS... 5 2. VITAL SIGNS... 6 3. PROBLEM LIST... 8 4. MAINTAIN ACTIVE MEDICATIONS LIST... 9 5. MEDICATION
Welcome to the Centers for Medicare & Medicaid Services presentation, Accessing and Interpreting the Hospice Final Validation Report & Reviewing Top
Welcome to the Centers for Medicare & Medicaid Services presentation, Accessing and Interpreting the Hospice Final Validation Report & Reviewing Top Ten Errors. The purpose of this presentation is to provide,
i-care Integrated Hospital Information System
i-care Integrated Hospital Information Empowering Healthcare Through Integrated Information and Intelligence Iterum TM i-care Hospital Information (HIS) provides a comprehensive and integrated solution
WHO STEPS Surveillance Support Materials. STEPS Epi Info Training Guide
STEPS Epi Info Training Guide Department of Chronic Diseases and Health Promotion World Health Organization 20 Avenue Appia, 1211 Geneva 27, Switzerland For further information: www.who.int/chp/steps WHO
1a-b. Title: Clinical Decision Support Helps Memorial Healthcare System Achieve 97 Percent Compliance With Pediatric Asthma Core Quality Measures
1a-b. Title: Clinical Decision Support Helps Memorial Healthcare System Achieve 97 Percent Compliance With Pediatric Asthma Core Quality Measures 2. Background Knowledge: Asthma is one of the most prevalent
How To Use Sas With A Computer System Knowledge Management (Sas)
Paper AD13 Medical Coding System for Clinical Trials 21 CFR Part 11 Compliant SAS/AF Application Annie Guo, ICON Clinical Research, Redwood City, CA ABSTRACT Medical coding in clinical trials is to classify
EMR DOCUMENTATION LYNX. Instructor Script
EMR DOCUMENTATION LYNX Instructor Script 1 Table of Contents Table of Contents INFORMATION SECURITY AND CONFIDENTIALITY... 4 OVERVIEW... 5 LEARNING OBJECTIVES... 5 AUDIENCE... 5 SIGNING ON... 6 KH ED
Appendix 6.2 Data Source Described in Detail Hospital Data Sets
Appendix 6.2 Data Source Described in Detail Hospital Data Sets Appendix 6.2 Data Source Described in Detail Hospital Data Sets Source or Site Hospital discharge data set Hospital admissions reporting
AHE 232 Introduction to Clinical Software. Week six:
AHE 232 Introduction to Clinical Software Week six: Note: I have set up the entire curriculum for this class with weekly lesson plans. This will allow the Instructor to determine how to incorporate the
SAS IT Resource Management 3.2
SAS IT Resource Management 3.2 Reporting Guide Second Edition SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc 2011. SAS IT Resource Management 3.2:
POSITION DESCRIPTION/ COLUMBUS REGIONAL HEALTHCARE SYSTEM HEALTH INFORMATION MANAGEMENT
POSITION DESCRIPTION/ COLUMBUS REGIONAL HEALTHCARE SYSTEM JOB TITLE CODING SUPERVISOR JOB CODE 0172 DEPARTMENT FLSA (Exempt/Non-Exempt) HEALTH INFORMATION MANAGEMENT NON-EXEMPT DEPARTMENT DIRECTOR SIGNATURE
Maximizing Legacy Data Migration to a New EHR
WHITE PAPER Maximizing Legacy Data Migration to a New EHR By Joy Ales, MHA, BSN, RN, Sr. Consultant, An Encore Point of View August 2015 Encore, A Quintiles Company AN ENCORE POINT OF VIEW When organizations
PHYSICIAN USER EMR QUICK REFERENCE MANUAL
PHYSICIAN USER EMR QUICK REFERENCE MANUAL Epower 4/30/2012 Table of Contents Accessing the system. 3 User Identification Area.. 3 Viewing ED Activity. 4 Accessing patient charts. 4 Documentation Processes.
Stage 2 of Meaningful Use: Ten Points of Interest
November 8, 2012 Practice Group: Health Care Stage 2 of Meaningful Use: Ten Points of Interest By Patricia C. Shea On September 4, 2012, the Department of Health and Human Services, Centers for Medicare
Smart Dataset-XML Viewer: Web Services
Smart Dataset-XML Viewer: Web Services This version: 2015-01-25 Introduction We have developed some "RESTful" based webservices 1, and have implemented these, together with an already existing webservice
Note: The number in parenthesis corresponds to the number of the variable on the CMS Version K file documentation. 1
1 Patient ID (patient_id) SEER Cases (Patient ID) 11 Use First 10 Characters only for SEER cases. 1 Registry 2 02 = Connecticut 20 = Detroit 21 = Hawaii 22 = Iowa 23 = New Mexico 25 = Seattle 26 = Utah
STAGE 2 MEANINGFUL USE CORE AND MENU MEASURES FOR ELIGIBLE PROFESSIONALS
STAGE 2 MEANINGFUL USE CORE AND MENU MEASURES FOR ELIGIBLE PROFESSIONALS CORE MEASURES must meet all CPOE for Medication, Laboratory and Radiology Orders Objective: Use computerized provider order entry
Instructions for Completing the UB-04 Claim Form
Instructions for Completing the UB-04 Claim Form The UB04 claim form is used to submit claims for inpatient and outpatient services by institutional facilities (for example, outpatient departments, Rural
Reporting Period: For Stage 2, the reporting period must be the entire Federal Fiscal Year.
Eligible Hospital and Critical Access Hospital (CAH) Attestation Worksheet for Stage 2 of the Medicare Electronic Health Record (EHR) Incentive Program The Eligible Hospital and CAH Attestation Worksheet
Welcome UDS Review for Intergy CHC Jeff Urkevich Director of Health Solutions Health Choice Network
Welcome UDS Review for Intergy CHC Jeff Urkevich Director of Health Solutions Health Choice Network 1 Agenda Welcome Where is the UDS data Intergy POMIS Intergy EHR Practice Analytics cross walk Basic
EQR PROTOCOL 2 VALIDATION OF PERFORMANCE MEASURES REPORTED BY THE MCO
OMB Approval No. 0938-0786 EQR PROTOCOL 2 VALIDATION OF PERFORMANCE MEASURES REPORTED BY THE MCO A Mandatory Protocol for External Quality Review (EQR) Protocol 1: Assessment of Compliance with Medicaid
Development of Case Report Forms
Development of Case Report Forms Introduction to the Principles and Practice of Clinical Research February 12, 2013 Diane St. Germain, RN, MS Nurse Consultant Division of Cancer Prevention National Cancer
General. What is a laboratory test? What is a waived test?
General What is a laboratory test? What is a waived test? Laboratory tests are medical procedures that involve testing samples of blood, urine, or other tissues or substances from the body. Information
Meaningful Use: Stage 1 and 2 Hospitals (EH) and Providers (EP) Lindsey Mongold, MHA HIT Practice Advisor Oklahoma Foundation for Medical Quality
Meaningful Use: Stage 1 and 2 Hospitals (EH) and Providers (EP) Lindsey Mongold, MHA HIT Practice Advisor Oklahoma Foundation for Medical Quality Meaningful Use Stage 1 Focuses on Functional & Interoperability
MicroMD EMR version 7.6
MicroMD EMR version 7.6 H I T E C H M E A S U R E C a l c u l a t i o n s MICROMD EMR HITECH MEASURE CALCULATIONS VERSION 7.6 TABLE OF CONTENTS PREFACE Welcome to MicroMD EMR... i How This Guide is Organized...
SNOMED CT... 42 Patient Diagnosis... 44 Map inoperative codes to the operative codes with the crosswalk parameter off... 49 Map inoperative codes to
IMS 08242015 Build September 2015 Contents ICD-10 User Guide for EMR... 1 Introduction... 5 Parameters... 5 Set up the Crosswalk parameter... 5 Set the ICD-10 compliance date... 6 Set the default ICD search
PENNSYLVANIA UNIFORM CLAIMS AND BILLING FORM REPORTING MANUAL
PENNSYLVANIA UNIFORM CLAIMS AND BILLING FORM REPORTING MANUAL Inpatient UB-04 Data Reporting April 2007 Revised: August 2015 ay Status Report for Table of Contents Overview... 1 Detail Record Quick Reference
CareTracker PDF - Administration Module
CareTracker PDF - Administration Module Table Of Contents Administration Module...1 Overview...1 Messages and Knowledgebase...10 System Messages...11 Company Details Report...14 Insurance Lookup...15
Secondary Uses of Data for Comparative Effectiveness Research
Secondary Uses of Data for Comparative Effectiveness Research Paul Wallace MD Director, Center for Comparative Effectiveness Research The Lewin Group [email protected] Disclosure/Perspectives Training:
Clinical Data Management (Process and practical guide) Nguyen Thi My Huong, MD. PhD WHO/RHR/SIS
Clinical Data Management (Process and practical guide) Nguyen Thi My Huong, MD. PhD WHO/RHR/SIS Training Course in Sexual and Reproductive Health Research Geneva 2013 OUTLINE Overview of Clinical Data
SDTM, ADaM and define.xml with OpenCDISC Matt Becker, PharmaNet/i3, Cary, NC
PharmaSUG 2012 - Paper HW07 SDTM, ADaM and define.xml with OpenCDISC Matt Becker, PharmaNet/i3, Cary, NC ABSTRACT Standards are an ongoing focus of the health care and life science industry. Common terms
