Repository for OMOP CDM conventions as defined by THEMIS. These can be reference lists of concepts, pieces of standardized code for data generation or quality certification, and debates.
Apache License 2.0
28
stars
9
forks
source link
How to store a lab test range result in Measurement table #140
How to store a lab test range result in Measurement table
CDM or THEMIS convention?
THEMIS
Table or Field level?
Field
Is this a general convention?
No
Summary of issues
Some lab test result (such as: Urine WBC Count) is not a number but a range, e.g. 20-50/HPF. The measurement table has 2 fields to hold lab test results: value_as_number and value_as_concept_id. Don't know how this range result can store in Measurement table.
Some people asked if we can create 2 new fields to store actual range results or reuse current range_low/range_high fields.
Summary of answer
Measurement table cannot store range results now. After hot discussion in OHDSI Forum, Christian said he suggests to use the average value of the range (middle of the range) into value_as_number field. In this example, can store 35 into value_as_number field.
How to store a lab test range result in Measurement table
CDM or THEMIS convention?
THEMIS
Table or Field level?
Field
Is this a general convention?
No
Summary of issues
Summary of answer
Related links
OHDSI Forum: https://forums.ohdsi.org/t/how-to-implement-a-lab-test-range-result-in-measurement-table/5221/24