diff --git a/Frequently-Asked-Questions.md b/Frequently-Asked-Questions.md index 1abbdaf..1aac455 100644 --- a/Frequently-Asked-Questions.md +++ b/Frequently-Asked-Questions.md @@ -45,7 +45,7 @@ The OMOP Common Data Model uses something called observation periods (stored in **9. How does the model capture start and stop dates for insurance coverage? What if a person’s coverage changes?** -The [Payer_plan_period](https://github.com/OHDSI/CommonDataModel/wiki/payer_plan_period) table captures details of the period of time that a Person is continuously enrolled under a specific health Plan benefit structure from a given Payer. Payer plan periods, as opposed to observation periods, can overlap so as to demote the time when a Person is enrolled in multiple plans at the same time such as Medicare Part A and Medicare Part D. +The [Payer_plan_period](https://github.com/OHDSI/CommonDataModel/wiki/payer_plan_period) table captures details of the period of time that a Person is continuously enrolled under a specific health Plan benefit structure from a given Payer. Payer plan periods, as opposed to observation periods, can overlap so as to denote the time when a Person is enrolled in multiple plans at the same time such as Medicare Part A and Medicare Part D. **10. What if I have EHR data? How would I create observation periods?**