This repository was archived by the owner on Apr 6, 2026. It is now read-only.
General Mapping Strategy #1
BorisDelange
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
General Mapping Strategy
Summary
Following the review feedback from Paul Hilders and Maxim Moinat, we need to establish a clear, unified mapping strategy that applies across all concepts in the INDICATE dictionary.
To do:
Current Proposal: General Mapping Rules
This section will be updated based on discussion feedback.
Core Principle
The
_concept_idcolumn must always contain a standard concept. This is mandatory for OMOP compliance.Map to the closest standard concept that accurately represents your source data. Even if no exact match exists, choose the most appropriate standard concept that remains clinically coherent with your source data.
Source Value Preservation
Always preserve the original source information:
_source_value: original code and description as[<code> - <description>]_source_concept_id: the source concept ID (can be non-standard)This allows traceability from the standardized concept back to the original source data.
Granularity
Open Questions
1. FACT_RELATIONSHIP table usage
Current OHDSI recommendation: The FACT_RELATIONSHIP table can link related clinical facts (e.g., a measurement to its clinical context). However, it adds complexity to data retrieval.
What we currently do: Expert comments recommend using FACT_RELATIONSHIP to link measurements with position or clinical context (e.g., linking a blood pressure measurement to "Supine body position" SNOMED concept).
Feedback from Maxim:
Questions:
2. Priority when a source concept matches multiple standard concepts
Context: LOINC uses pre-coordinated concepts that combine multiple dimensions (measurement method + position + clinical context) into single codes. A source concept may match multiple standard concepts of equivalent granularity but from different dimensions.
Example: A source concept "Heart rate by Pulse oximetry, supine, post bronchodilation" (very unlikely in practice!) could potentially map to:
Questions:
How to Contribute
Please share your thoughts on the open questions above by replying to this discussion. Based on your feedback, the "Current Proposal" section will be updated to reflect the agreed-upon mapping strategy.
Beta Was this translation helpful? Give feedback.
All reactions