Expected Concepts Present
Created
Last Modified
Files
Domain
Category
Parameters
Publisher
Abstract
A network data quality check which computes the proportion of patients with evidence of a specified concept. The proportion is computed using the number of patients in the cohort with the concept of interest as the numerator, and all patients meeting the specified cohort definition as the denominator.
Results of this check for the current data cycle can be explored on the PEDSnet Data Quality Dashboard. Data quality results for previous data cycles have been archived in the Expected Concepts Present Network Results collection.
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 selected concept, proportion of patients in the cohort with the concept along the X axis, and site along the Y axis.
Raw Output
This check produces a raw data output containing 9 columns of data:
| Column | Data Type | Definition |
|---|---|---|
total_pt_ct |
numeric | the total number of patients in the cohort |
concept_pt_ct |
numeric | the number of patients in the cohort with the concept of interest |
concept_group |
numeric | the concept being evaluated |
prop_with_concept |
numeric | the proportion of patients with the concept of interest |
site |
character | the name of the site being targeted |
database_version |
character | the database version from which the counts originated |
check_type |
character | a short string identifier for the module |
check_name |
character | a short string identifier for the check |
cohort_denom |
character | a description of the cohort used to evaluate the concept |

