In my OMOP ETL, I have run into a bit of a conundrum. I currently have a few columns whose values reflect a composite score (e.g. for scoring a patient’s alcohol risk or calculating the atrial fibrillation stroke risk, a.k.a. CHAD score) but I’m not sure how best to map these values to concepts in the OMOP vocabularies.
For example, in the case of the CHAD score, the values in this column are integers that range from 0 to 9, where higher values indicate a greater stroke risk. These integers, in turn, are calculated by asking 9 different ‘yes/no’ questions to the patient (e.g. is hypertension present, is patient over 75 years old), where a ‘yes’ value increases the score by 1. Because the integer in this column represents a composite score, I am unable to easily break down which part of the composite value is derived from which question. Two patients with the same CHAD score of 4 might have had a different set of ‘yes/no’ questions fulfilled in order to attain the same composite score.
So, I am unsure what I should do then in mapping these composite scores to their pertinent OMOP concepts. Has anybody else experienced a similar problem and figured out a solution?