Ingesting NAACCR to OMOP vocabulary,
I’ve noticed such a values:
“Mitotic count (per 10 HPF) greater than 20”
“0.9 mitosis per 10 HPF”
“0.9 mitosis per 40 HPF”
“11 or more mitoses per 50 HPF”
and others
We want to parse them as a combination of operator_concept_id, unit_concept_id and numeric_value itself.
So, I have doubts about units I can use in this case.
We have these source_units of measurement:
“mitoses per 10 HPF”
“mitoses per 40 HPF”
“mitoses per 50 HPF”
It’s pretty important to know mitoses number in those cancer specimen.
Pathologists have standardized techniques looking at 10, 40 or 50 high power fields to evaluate this.
We have UCUM concept with concept_name =‘per high power field’.
On the one hand ‘mitoses per 50 HPF’ value is equal to ‘per high power field’ value / 50,
on the other hand since “50” is more the way the evaluation was performed, then a denominator, I would create new concept for each of
“mitoses per 10 HPF”
“mitoses per 40 HPF”
“mitoses per 50 HPF”
Are you guys agree with that?
@Christian_Reich @rimma @mgurley