Hello Everyone,
I am new to healthcare and trying to understand phenotype and how are they useful. By referring the OHDSI Book
and posts in the forum, I was able to understand that phenotype is nothing but a set of criteria (clinical characteristics) to select patient of interest from our database. Phenotypes are usually implemented through query language (SQL) etc
Questions
-
Let’s say I would like to select patients who had obesity. I just query on
condition
table to extract patients who hadcondition = obesity
.Based on my experience, I feel that phenotype/cohort criteria almost always differs for each project that we do, so then what’s the use of having a public version of phenotype algorithm “to identify patients with obesity” in repositories likeeMERGE
. Why are they made reusable and allowed to reproduce in multiple sites? Am failing to understand why it’s an active area of research and there are advances in phenotyping (when i think it’s all about writing SQL)? -
I also read online that they could be used for clinical decision support. I guess it means identifying cohorts for our research through a set of criteria which can kind of help us figure out the differences between cases and controls. Am I right to understand this?
-
I read that
phenotype
are better approach to select patients for EHR system (EHR based phenotyping
).
Patient’s disease progression is seen through his EHR but they might biased and incomplete. How are phenotypes useful -
I see that there are few
phenotype
which has multiple levels. Like 1st level looks forObesity
and 2nd level looks for medications related toObesity
and 3rd level looks forlab tests
for Obesity etc.
Can someone help me with this?