JCOIN Core Measures Table Schemas/Data Dictionaries¶
This project builds data dictionaries (ie schemas) to represent (and build upon) the publicly available core measures PDF document. The goal of this project is to make machine readable data dictionaries and user-friendly products, allowing easier search and discovery of the JCOIN Core Measure variables for harmonization,analysis, and collaboration.
Click here to view and download the data dictionary/variable level metadata
Data model¶
-
We used an OMOP-consistent data model approach provides more flexibility in converting heterogenous hub source data into a common data model and is amenable to easier analyses
-
Currently the two entities (ie., data objects) are:
- Person level – measures collected only at baseline (and current enrollment status) which is called
baseline
- note, this may be changed to from "baseline" to "person" in future to account for non-baseline measure in model (current enrollment status)
- Person/visit level: measures collected at all timepoints which is called
time-points
- Person level – measures collected only at baseline (and current enrollment status) which is called
Frictionless framework¶
The frictionless framework plays a foundational component in our Core Measures, both in building upon the core measures and building core measure data packages. For more information on frictionless standards, click here. Specifically, the core measure data dictionary relies heavily on the Table Schema specification.
To download a core measure data package with test (fake) data click here
For more information, see the github repository