Out of Box Common Data Model(CDM)
Hyperion® supports the industry’s leading Common Data Models out of the box. Users can browse these models in the portal, review schemas, and map FHIR® data for standardized analytics and reporting.
OMOP Common Data Model (v5.4)
The Observational Medical Outcomes Partnership (OMOP) CDM provides a standardized structure for observational health data.
Key OMOP Tables Available:
-
person - Patient demographics
-
condition_occurrence - Diagnoses and conditions
-
procedure_occurrence - Medical procedures
-
drug_exposure - Medication exposures
-
measurement - Laboratory results and vital signs
-
observation - Additional clinical observations
Using OMOP Views:
-
Access Standard CDMs → OMOP CDM 5.4
-
Browse available tables and their schemas
-
Execute queries using the built-in query interface
-
Export results for analysis or reporting
Sample Query
FROM person p
JOIN
condition_occurrence co ON p.person_id = co.person_id
WHERE co.condition_start_date >= '2024-01-01'
PCORnet Common Data Model (v4.0)
The National Patient-Centered Clinical Research Network (PCORnet) CDM supports distributed research networks.
Key PCORnet Tables:
-
demographic - Patient demographics
-
enrollment - Health plan enrollment
-
encounter - Healthcare encounters
-
diagnosis - Diagnosis information
-
procedures - Procedure codes
-
vital - Vital signs measurements
-
lab_result_cm - Laboratory results
PCORnet Implementation:
-
Automatic mapping from core schema to PCORnet format
-
Export capabilities for research submissions
i2b2/ACT
The Informatics for Integrating Biology and the Bedside (i2b2) platform with ACT (Accrual to Clinical Trials) extensions.
Sentinel
The FDA Sentinel Initiative CDM for post-market drug safety surveillance.
Benefits of Multiple CDMs:
-
Researcher flexibility and choice
-
Compliance with various research requirements
-
Interoperability across systems
-
Validation through multiple perspectives