Hi, @Gowtham_Rao,
How observation_period is populated may depend on the design choices of the ETL (hence why you might consider it ambiguous?) but the purpose of the table is very specific: it defines the time intervals that a person is considered under direct observation of a healthcare provider. In claims database terms, that would be their enrollment. In hospital systems, it might only be when the person is inside their walls; when they enter they begin observation, when they leave, they stop. The hospital doesn’t know what happens to the person between visits in this example.
Periods don’t overlap because if you want to associate a patient event to an observation period, you only want to get the single observation period associated with that event. If you had overlaps, then you could have one event associated to multiple periods, and that would complicate some analytics in the OHDSI tool stack.
That’s true, but from an insurance provider, how are they supposed to track care if no is telling them to pay for it? No one proposes that we don’t use the clinical data for a person when uninsured, but the question to you is: how does anyone get this data?
That’s a rule that the particular EHR system has adopted as the specification of ‘a person is being observed’. Another system may decide the observation period for a person is the earliest known date of a person to the latest known event of a person (or maybe the current date if they know the person isn’t dead).
The importance of the OBSERVATION_PERIOD table is that you can not say that a person has not been diagnosed with X or not exposed to drug Y in the past 5 years if you can not assert that the person was under continuous observation for that time period (the events could have happened in the ‘gaps’). For claims, some have adopted the idea that if they are paying for coverage, they’ll ask the insurance provider to pay for their meds and visits to a doctor. So that’s where you might be confusing the payer plan period contributing to building an observation period. But in other systems, they could just flat out tell you that person P1 as an entry date of StartX and an exit date of EndX, and that would be your observation period in that CDM.
Consider this: let’s say you’re in the US paying for coverage, and you have been for 7 years. Then you decide to go to another country where they aren’t going honor your US coverage. So, you cancel it and start off another plan in the foreign lands. After 3 years, you return to the us and pick up your old US plan again. You have a 3 year gap in there. You got medical coverage from somewhere, but how’s the US system supposed to know about it? So, you’re just a person with a 3 year gap in their observation period. that’s all this table is built to serve.