Page History
Table of Contents | ||||
---|---|---|---|---|
|
Introduction
This tutorial page is intended for i2b2 administrators who are new to i2b2 and clinical informatics. Maybe you've been asked to deploy i2b2 for your institution. Maybe your institution already has an i2b2 instance, and you've just inherited it. You are curious about how things work and how to set up or modify the ontology database.
...
- Understanding what an ontology is for i2b2
Choosing an appropriate ontology tree for i2b2
Deploying an ontology tree for i2b2
- Understanding how the ontology enables queries in i2b2
Part 1: Ontology Basics
What is an ontology?
"Ontology" represents the branch of Philosophy that discusses "existence." But in Information Science, an "ontology" is a way of listing the attributes of a subject area and showing how these attributes are interrelated. An ontology for a subject area or "domain" consists of a set of terms that represent the entities in (or attributes of) that domain, along with a set of expressions that define how the entities in that domain are related to each other.
...
Here is another screenshot, where you can see the expansion for "Race" in the "Demographics" tree:
Where do i2b2 ontology "concepts" come from?
...
Part 2: Choosing Your Ontology
Do all i2b2 instances share the same i2b2 ontology?
...
The i2b2 database-loading modules come with at least 3 sets of "metadata" or ontology trees. These are the Demo Ontology, the ACT Ontology, and the ACT-on-OMOP Ontology. Inside the i2b2 software release folder you will find the three ontology tree folders (demo
, act
, and act-omop
) at this location (linux syntax): i2b2/edu.harvard.i2b2.data/Release_m-n/NewInstall/Metadata
, where m
is the version number and n
is the release identifier.
Each ontology is designed to be used with some version of the i2b2 Common Data Model.
Name | Folder | Description | When To Use | Target Data Model |
---|---|---|---|---|
i2b2 Demo Ontology | demo | default metadata from i2b2 authors; legacy categories | demonstration | i2b2 Common Data Model (star-schema) |
ACT Ontology |
act | modern categories and concepts, supplied by the ENACT project | production | i2b2 |
Common Data Model (star-schema) |
ACT-on-OMOP Ontology | act-omop | modern categories and concepts, supplied by the ENACT project | production, at sites using OMOP CDM | multi-fact-table-enhanced i2b2 Common Data Model (star-schema) |
Info | ||
---|---|---|
| ||
|
How should I choose which ontology to use?
...
Part 3: How Ontologies and Patient Data Are Tied Together
...
How does it work? How does the i2b2 ontology make the patient data queryable?
...