Across healthcare, research, and AI, we collect vast amounts of data — but systems still can't reliably understand each other. SULO is an open, minimal standard that gives data from any source a common machine-readable meaning.
"Without a shared semantic layer, we don't have a data problem — we have a meaning problem. Systems exchange bytes, but don't agree on what those bytes mean."
Health data is abundant. Shared meaning is not. Three root causes drive the interoperability crisis.
MedicationAdministration.subject
drug_exposure(person_id=123)
sphn:hasAdministeredDrug
:DrugAdmin a sulo:Process ; sulo:hasParticipant :InputRole ; sulo:hasParticipant :OutputRole . # PRO pattern — role bearers :InputRole a sulo:Role . :Patient sulo:hasFeature :InputRole . :PrescriptionNote a sulo:InformationObject ; sulo:hasFeature :OutputRole ; sulo:refersTo :AmoxicillinAdminCondition . :OutputRole a sulo:Role . :AmoxicillinAdminCondition a sulo:Feature ; owl:sameAs rxnorm:723 . # inferred: DrugAdmin hasParticipant Patient # via hasParticipant ∘ isFeatureOf⁻¹ → hasParticipant
SULO (Simplified Upper Level Ontology) provides a small, carefully chosen set of building blocks — simple enough to adopt correctly, formal enough for machines to reason over.
| CHALLENGE | WITHOUT SULO | WITH SULO |
|---|---|---|
| Cross-institutional data sharing | Custom mappings per partner pair Months of engineering per integration |
Map once to SULO Reuse across all SULO-aligned partners |
| AI training across hospitals | Inconsistent input → brittle models Poor generalization, limited trust |
Consistent semantic structure Robust, explainable, cross-site AI |
| Regulatory reporting & audit | Manual reconciliation of formats Error-prone, expensive |
Automated validation Consistent, traceable, machine-verifiable |
| Secondary use of health data | Data silos limit research scope Reuse requires re-engineering |
Semantically FAIR data Findable, accessible, interoperable, reusable |
SULO directly enables the semantic interoperability layer that European data legislation demands but does not yet provide out of the box.
SULO is not a product — it's a community standard, developed transparently and governed by its users.
Every first Wednesday of the month, the SULO community convenes to work through modeling challenges, validate use cases, and evolve the ontology. Participation is open to institutions, researchers, clinicians, and policy experts.