Best Mapped Concepts
Created
Last Modified
Files
Domain
Category
Parameters
Publisher
Abstract
A network data quality check which computes the proportion of concepts mapped to an ideal set of values. The output shows the proportion of concepts mapped to each level of a hierarchy (e.g. RxNorm for drugs) or categories of a categorical variable. The best versus not-best designations are customizable by the user.
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 Best Mapped Concepts 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.
The results are visualized as a bar graph with the proportion of concepts meeting the “best” definition shown along the X axis with site on the Y axis, facetted by the check of interest. Tables are also included to provide the definitions of best and not best concepts.
Raw Output
This check produces a raw data output containing 12 columns of data:
| Column | Data Type | Definition |
|---|---|---|
concept |
character | the names of all the concepts present in the data for the check |
concept_rows |
numeric | the number of rows represented by the concept |
concept_pts |
numeric | the number of patients represented by the concept |
total_rows |
numeric | the total number of rows in the domain of interest |
total_pts |
numeric | the total number of patients in the domain of interest |
row_proportions |
numeric | the proportion of rows represented by the concept |
person_proportions |
numeric | the proportion of patients represented by the concept |
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 |
check_desc |
character | the fact type being evaluated |

