Important
Initiative status: As of May 1, 2026, the Health-RI Semantic Interoperability Initiative has been formally paused.
Existing documentation, released artifacts, persistent identifiers, and repository materials remain available for reference and citation. No further development or release activity is currently planned until a future phase is confirmed.
This repository hosts the source files for the Health-RI Semantic Interoperability Initiative documentation site, which presents our approach to enabling semantic interoperability in health and life sciences.
Visit the documentation at: https://health-ri.github.io/semantic-interoperability/
| Deliverable | Latest Release | All Releases | License |
|---|---|---|---|
| Health-RI Ontology | |||
| Health-RI SSSOM Mapping Set | |||
| Health-RI Mapping Vocabulary | |||
| Documents |
This repository is organized around the MkDocs documentation site and the semantic artifacts it publishes (ontology, mappings, and vocabulary).
.
├─ docs/ # MkDocs website source (pages + shared assets)
├─ ontologies/ # Health-RI Ontology artifacts (latest + versioned)
├─ mappings/ # Health-RI mapping set exports
├─ vocabulary/ # Health-RI Mapping Vocabulary artifacts (latest + versioned)
├─ scripts/ # Utility scripts for generation/conversion/maintenance
├─ resources/ # Templates, prompts, QR codes, etc.
├─ documents/ # Manuscripts and other supporting documents
├─ site/ # Built documentation site output (generated)
├─ mkdocs.yml # MkDocs configuration
├─ CITATION.cff # Citation metadata
└─ LICENSE-*.md # Licensing for artifacts and code
Semantic Artifacts & Documentation: All ontologies, vocabularies, mapping files, documentation, templates, and other semantic artifacts in this repository (e.g., ontologies/, mappings/, vocabulary/, and related subfolders) are licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0) license.
Auxiliary Code: Any code scripts or auxiliary utilities (e.g., in /scripts/) are licensed under the MIT License.