Date Plausibility
Created
Last Modified
Files
Domain
Category
Parameters
Publisher
Abstract
A network data quality check that compute the proportion of facts that have an implausible date value. Implausibility in this case is defined as events that fall before the visit start date, after the visit end date, before the patient’s birth date, or after the patient’s death date (optionally with an added buffer window - PEDSnet defaults to death date + 30 days).
Results of this check for the current data cycle can be explored on the PEDSnet Data Quality Dashboard.
Data Requirements
Probe
Clinical Assessment
Access Package
Visualization Output
NOTE: The visualizations are NOT part of the packaged code. This description applies to the visualizations available on the PEDSnet Data Quality Dashboard.
These results are visualized as a bar graph with one facet per implausible date type, proportion of implausible rows for that fact type along the X axis, and site along the Y axis.
Raw Output
This check produces a raw data output containing 9 columns:
| Column | Data Type | Definition |
|---|---|---|
site |
character | the name of the site being targeted |
total_rows |
numeric | the total number of rows associated with the fact type |
implausible_type |
character | the type of implausible date evaluation being executed |
implausible_row |
numeric | the number of rows where the fact’s date is implausible |
prop_implausible |
numeric | the proportion of rows where the fact’s date is implausible |
check_name |
character | a short string identifier for the check |
check_description |
character | a longer description of the check |

