OHDSI GIS
WGUnderstand and query the person-place-time model, validate vocabulary roles, and calculate a temporally aligned exposure metric — here, mean PM2.5 during pregnancy.
OMOP is person/event-centric; geospatial sources are
place/time/attribute-centric. The bridge between them is:
PERSON/clinical event ← LOCATION_HISTORY →
LOCATION ← derived EXTERNAL_EXPOSURE.
LOCATION_HISTORY captures entity, location, relationship,
and start/end dates (supporting residential and other relationship
types, while avoiding overlap ambiguity). EXTERNAL_EXPOSURE
captures what, when, where, how related, source, and the
numeric/categorical value and unit. Standard concepts always win over
lexical-only mappings — an existing exact Standard concept is used when
available, and a provisional source concept is retained or mapped rather
than invented.
PERSON,
LOCATION_HISTORY, EXTERNAL_EXPOSURE, the
relevant vocabulary concepts, and the clinical interval (the pregnancy
episode).EXTERNAL_EXPOSURE row whose interval overlaps it —
including the row that only partially overlaps.Mean PM2.5 during pregnancy for the queried person(s), plus the full list of semantic fields (concepts, units, relationship types, vocabularies) used to compute it.
Bridge to Session 4: validated exposure facts become covariates; they do not become causal effects automatically.
Previous: Exercise 2 | Next: Exercise 4