Source and Concept Vocabularies: Single Site, Exploratory, Cross-Sectional Analysis
Created
Last Modified
Files
Domain
Category
Parameters
Publisher
Abstract
This check provides exploratory analyses at the level of a single site. It generates a single snapshot of a high-level summary of how the source system mappings may impact the data representation. This check may only be executed if both the source code and the represented code are provided.
Data Requirements
Probe
Clinical Assessment
Access Package
# install.packages("devtools")
devtools::install_github('ssdqa/sourceconceptvocabularies')Visualization Output
Heatmaps of the top mappings (source_concept_id) for the top CDM codes (concept_id). The gradient is blue to red where red corresponds to the highest proportion of concept mapping (concept_prop) and blue corresponds to the lowest. Concept names can be identified by hovering over the heatmaps. A separate reference table, lists all concept_id, their corresponding concept_name and their respective total counts.
Raw Output
This check produces a raw data output containing nine columns of data:
| Column | Data Type | Definition |
|---|---|---|
site |
character | the name of the site being targeted OR “combined” if multiple sites were provided |
domain |
character | the domain associated with the provided concept set |
concept_id |
numeric / character | the primary concept, native to the CDM and mapped from the source |
source_concept_id |
numeric / character | the source concept, from the source system and mapped to the CDM |
ct |
numeric | the number of times the concept_id / source_concept_id pair occurs in the data |
denom_concept_ct |
numeric | the number of times the concept_id appears in the data |
denom_source_ct |
numeric | the number of times the source_concept_id appears in the data |
concept_prop |
numeric | the proportion of concept_id appearences made up by the concept_id / source_concept_id pair |
source_prop |
numeric | the proportion of source_concept_id appearances made up by the concept_id / source_concept_id pair |

