-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create ICDO concept for 'Unknown Histology' and precoordinate with all ICDO sites. #67
Comments
Dima confirmed that he's already working on this issue. |
Hello! I'm Eduard and I work with Dima on current ICD-O-3 update. If I understand your request correctly, we need to make sure that uncertain morphology (8000/1 Tumor, NOS) is available for every single topography? This code seems to exist exactly to fulfill the role for poorly specified histologies. Although it goes against specifications of ICD-O-3 itself, some cancer registries include placeholder value of 9999/9 for unknown histologies, not necessarily even neoplasms (so they fall outside of ICD-O-3 scope). Example of local guideline specifying such code here (p.49). We could include this code and it's combinations if it is necessary to differentiate between 'unknown histology' and standard 8000/1. Is this a necessary solution for your use-case? |
I suppose we have to distinguish between 8000/1 Tumor, NOS (When it is exactly documented as '8000/1'); |
Wait guys. If an attribute is not available go to a concept that doesn'T have it. Instead of an attribute called "Not there". So, in our case why would we not go to the SNOMED concept "Malignant neoplasm of XYZ", where the histology is missing? |
Nice:) it was @ekorchmar 's initial thought, and then I convinced him that we need this undefined thing because of NAACCR schema definition. We'll check whether NAACCR schema definition works even we treat ICDO topography without histology as an ICD10CM code and map it to SNOMED. |
Can we really treat ICD-O-3 topgraphy codes as ICD10CM though? ICDO3 uses topography codes from ICD-10-CM chapters with malignant neoplasms, even when neoplasm is benign or of uncertain behavior. That means that benign and malignant lesions all have the same topography codes, always corresponding to ICD-10-CM malignant neoplasms and we can't directly transition to using pure ICD-10-CM from topography. We need to choose either to treat missing histologies as 8000/1 (unspecified neoplasm) or to create a new code to specifically mark them as undocumented histologies. In first case they will get mapped to SNOMED concepts - generic neoplasms of corresponding body sites. In the second case they will become separate standard concepts and descendants of said SNOMED concepts (if undocumented histology is a distinctive enough attribute to consider them different entities). It's a matter of vocabulary design. Also, could it be possible that histology was not documented because what was found was not a neoplasm at all? What if it was another pathology, like foreign body or aneurism? We would need to map missing histologies to 'Lesion of [organ]' then. |
What has that to do with SNOMED?
I see your point. So, an unknown histology really means we don't know it's a benign or malignant tumor. And we don't have pre-coordinated combos of anatomical site with "Tumor of unknown genesis", only malignant and benign, right? If so, true. We cannot handle without creating new concepts like that. But I can'T imagine this is typical. Let's first find out of the data if we are creating a solution for a minimal problem. |
About 1 third of the data have empty histology code and filled site code. |
Exactly. That's what I meant.
Don't understand. That SNOMED concept needs to be distinguished from an ICD-O-3 concept, and the way to do it is to add some null-flavory 9999/9? |
I meant we need to distingiush ICDO 'C61.9' as a topography and ICDO 'C61.9' as a disorder. We also discovered histologies without topography in the data, so it makes sense to map histologies to disorders as well. It seems like a nice solution: |
So from an ETL perspective, if in my NAACCR data I only have a 'C61.9' with a blank histology, is the instruction to tell me to replace my blank histology with '9999/9', so I get the following paring ICDO histology/site '9999/9-C61.9'. This will map to a 'Condition' concept with concept_class_id = 'ICDO Condition' in the OMOP vocabulary with a concept_code='9999/9-C61.9', which will be standard concept depending on whether it can or cannot be mapped to a 'Condition' concept with concept_class_id='Clinical Finding'. Do I have that correct? |
My last message was about not to add '9999/9'. Just keep 'C61.9'.
|
And as we're going to map ICDO attributes to SNOMED Condition, we have to change ICDO site and histology domain into 'Condition' to avoid confusion when source and target concepts have different domains. |
@dimshitc: You shouldn't map a Observation Concept (Topology) to a Condition Concept. Instead, you need to create "NULL-C61.9" or "-61.9" combo concepts, that you then can map to the 4129902 Neoplasm of prostate (disorder). |
Instead of '9999/9-C61.9' (in the initial request) we create 'NULL-C61.9' concept. I'm Ok with that. @mgurley ? |
@dimshitc |
@ekorchmar looks like we get the final decision. |
We have to support the case where a ICDO site will be known but no histology is known. For example, brain tumors found on imaging but having no pathology.
Without hardcoding, how will ETL developers know to map their NULL histology values to this 'Unknown Histolgoy' ICDO concept.
The text was updated successfully, but these errors were encountered: