Hello everyone,
I am currently working on converting hospital EMR data into a Common Data Model (CDM). During this process, I’ve encountered some challenges with handling test results that are expressed as titer values, such as those for Antinuclear antibodies (ANA), where results may be reported in titers like 1:40 or 1:160. I would like to preserve these exact values in the CDM, but I am uncertain about the best approach.
Would it be possible to represent such values in a format like 1/40 or 1/160 within the OMOP-CDM? Is there any way to store these ratios in a meaningful way without losing the specificity of the data? Alternatively, are we limited to categorizing these results simply as negative or positive?
This issue is not just specific to Antinuclear antibodies. Similar questions arise with other lab results such as virus PCR tests, where titer-based results are common. I am wondering what the best practices are for loading such data into the CDM while maintaining their clinical significance.
Does the OMOP-CDM support storing fractional values for titers, or is there another recommended method to handle this?