pasting here the .docx content (most of it)
All additions are optional, non-breaking, and preserve compatibility with existing tools and ETL pipelines. Items were endorsed at the 2025 OHDSI Symposium and approved for community feedback by the OHDSI Steering Committee
1. Add visit_occurrence_id and visit_detail_id to the SPECIMEN table
GitHub Issue: Specimen table is missing FK to Visit Occurrence and Visit Detail table · Issue #586 · OHDSI/CommonDataModel · GitHub
Type: Patient-level data
Rationale: Enables linking specimens to encounters, especially important as microbiology mapping expands (e.g., culture dates, collection contexts). Aligns SPECIMEN with other fact tables.
Pros
-
Increases analytic usability of specimen data
-
Supports microbial/diagnostic workflows
-
Aligns with CDM convention that clinical events can reference visits
Cons
Meeting notes context: Clear consensus and strong support (22 yes, 0 no). Low controversy.
CDM WG Meeting 15 Dec 2025
2. Add value_as_date to the OBSERVATION table
GitHub Issue: Revisit adding VALUE_AS_DATE to the OBSERVATION table · Issue #475 · OHDSI/CommonDataModel · GitHub
Type: Patient-level data
Rationale: Enables representation of observations whose value is itself a date, e.g., expected due date, date of a past event (“history of MI in 2012”), survey responses, or patient-reported timelines.
Pros
-
Fills a functional gap (previously had only number/string)
-
Enables richer clinical/contextual data
-
Supports survey data and temporal patient-reported outcomes
Cons
Meeting notes context: Strong support; implementation details clarified (observation date = encounter date; value_as_date = fact date).
CDM WG Meeting 15 Dec 2025
3. Add new vocabulary reference table: PACK_CONTENT
GitHub Issue: Add table PACK_CONTENT · Issue #726 · OHDSI/CommonDataModel · GitHub
Type: Vocabulary-only (no patient data)
Rationale: Provides structured information about multi-drug packs (e.g., contraceptive packs with multiple active ingredients), which is not fully supported by DRUG_STRENGTH.
Pros
-
Supports correct handling of drug packs
-
Improves transparency in vocabulary content
-
No ETL impact for patient-level mapping
Cons
Meeting notes context: Non-controversial; viewed as a vocabulary-team deliverable helpful for pack-based drug research.
CDM WG Meeting 15 Dec 2025
4. Add vocabulary metadata tables: CONCEPT_METADATA & CONCEPT_RELATIONSHIP_METADATA
GitHub Issue: Create sections for vocab reference · Issue #735 · OHDSI/CommonDataModel · GitHub
Type: Vocabulary-only
Rationale: Provides improved transparency on concept provenance, mapping approach (manual vs algorithmic), category labels, and origin of relationships—important as community-contributed vocabularies and LLM-generated mapping expand.
Pros
-
Greater vocabulary auditability & reproducibility
-
Supports LLM-assisted vocabulary generation (rule- vs probabilistic-based distinctions)
-
No impact on ETL pipelines
Cons
Meeting notes context: Widely supported; expected to enhance community vocabulary stewardship.
5. Add value_as_source_concept_id to MEASUREMENT and OBSERVATION
GitHub Issue: Adding value_source_concept_concept_id field to the Measurement and Observation table · Issue #751 · OHDSI/CommonDataModel · GitHub
Type: Patient-level data
Rationale: Every concept_id in the OMOP CDM should have a source_concept_id to ensure the representation of the data at the source is fully represented. NOTE this proposal has been updated from the github issue to be value_as_source_concept_id instead of value_source_concept_id and is explicitly expected to be the representation of the value_source_value and mapped to the value_as_concept_id.
Pros:
Cons
6. Add unit_source_concept_id to the OBSERVATION table
Type: Patient-level data
Rationale: Every concept_id in the OMOP CDM should have a source_concept_id to ensure the representation of the data at the source is fully represented.
Pros:
-
Allows representation of the data as it represented at the source
-
Aligns with OMOP CDM data modeling conventions for all concept_ids
Cons
- Requires ETL update to the OBSERVATION
Items NOT approved for v5.5
These were discussed but voted down at the Symposium: