OHDSI / OncologyWG

Oncology Working Group Repository
https://ohdsi.github.io/OncologyWG
Apache License 2.0
54 stars 24 forks source link

Should the ICDO-3 codes be related to grade concepts? #570

Open kzollove opened 10 months ago

kzollove commented 10 months ago

See: https://athena.ohdsi.org/search-terms/terms?standardConcept=Standard&vocabulary=ICDO3&page=1&pageSize=500&query=grade

Motivation: should a phenotyper be able to say "Get all conditions with grade = 1"? Or is that too broad/ meaningless of a question if not attached to a convention (i.e. FNCLCC grade)?

tfalcs commented 10 months ago

My comment just to clarify thoughts for me: Does grade 1 mean anything by itself or is it only interpretable when tied to therapeutic area. Isn't Grade settled already in Cancer Modifier vocab? what was the logic used there?

rtmill commented 3 months ago

Elaborating on this a bit:

There are specific ICDO codes that have a specific grade included within the definition of the condition concept. e.g. Follicular lymphoma, grade 2 of cerebrum; 9691/3-C71.0

The question can be asked another way - do we want to create relationships from these condition concepts, either hierarchical or lateral, that allow us to query for specific grades for circumstances where explicit grade observations are not captured.

If we added these relationships, they could potentially be leveraged for:

cgreich commented 3 months ago

Yes, that problem does exist. It also exists with Genomic attributes, they are also sometimes in the ICDO. Since we cannot pre-coordinate all grades with all conditions we probably have to do the opposite: Pull out the grades. Thoughts?

rtmill commented 3 months ago

...Pull out the grades. Thoughts?

Can you elaborate what you mean by pull out the grades??

In terms of volume, and assuming every ICDO3 has an associated "ICDO Histology", we could potentially make relationships between "ICDO Histology" and grade. Alternatively, we could use the existing relationships to the aforementioned ICDO histology concepts to identify the appropriate ICDO conditions, and then create relationships to those.

A quick ATHENA search shows 22 ICDO Histology concepts with explicit mention of grade in the name, and another 10 or so that are flagged because grade is mentioned in the synonyms. I'd imagine the latter to be problematic but am unsure of the source.

Another question arises as to what processes were used to determine if an ICDO Histology is standard or remapped to SNOMED morphology as it seems inconsistent and makes this issue a little more complicated.

// edit: fixed incorrect link

cgreich commented 3 months ago

Well, we would just destandardize and map to the equivalent grade-less ICDO and the grade itself:

Neuroendocrine tumor, grade 2 of body of stomach would be mapped to Neuroendocrine tumor, NOS, of body of stomach and Grade 2 tumor.

Not sure what SNOMED has to do with it.