FAQ updates

This commit is contained in:
clairblacketer 2018-10-02 11:12:08 -04:00
parent df9e11a2d5
commit 449c31e253
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ Standard Concepts are used to denote all clinical entities throughout the OMOP c
**7. How is time-varying patient information such as location of residence addressed in the model?**
The OMOP common data model has been pragmatically defined based on the desired analytic use cases of the community, as well as the available types of data that community members have access to. Currently in the model, Each each person record has associated demographic attributes which are assumed to be constant for the patient throughout the course of their periods of observation. For example, the location or primary care provider is expected to have a unique value per person, even though in life these data may change over time. Typically, the most recent information is chosen though it is up to the person performing the transformation which value to store.
The OMOP common data model has been pragmatically defined based on the desired analytic use cases of the community, as well as the available types of data that community members have access to. Currently in the model, each person record has associated demographic attributes which are assumed to be constant for the patient throughout the course of their periods of observation. For example, the location or primary care provider is expected to have a unique value per person. Typically, the most recent information is chosen though it is up to the person performing the transformation which value to store. The LOCATION_HISTORY table captures the changes in these data over time.
Something like marital status is a little different as it is considered to be an observation rather than a demographic attribute. This means that it is housed in the Observation table rather than the Person table, giving the opportunity to store each change in status as a unique record.