cancerDHC / operations

for operational functions
1 stars 1 forks source link

Ensure coverage of mappings from SNOMED terms in DICOM to NCIt #48

Closed nicolevasilevsky closed 3 years ago

nicolevasilevsky commented 4 years ago

For IDC

@bfurner and @DaveraGabriel assigning you two - if you aren't the right people, please reassign.

DaveraGabriel commented 4 years ago

Hello @nicolevasilevsky - I would like to request contact with the appropriate ICD person(s) or be directed to the appropriate ICD resource to get a listing of all SNOMED-ensconsed-in-DICOM concepts utilized by the IDC, the value sets, data collection forms or other information model / context attributes associated with these. In the case we already have the resource, I would like to request that a data / subject matter expert be identified in order to facilitate follow-up questions that will arise as a result of completing this task. thank-you!

nicolevasilevsky commented 4 years ago

@DaveraGabriel it is my understanding that @volcs0 should be the single point of contact between CCDH and the nodes. @volcs0 could you help @DaveraGabriel with her request? Thanks!

DaveraGabriel commented 4 years ago

@nicolevasilevsky when is this due?

nicolevasilevsky commented 4 years ago

good question. @jmcmurry do you have any thoughts on a due date? Maybe aim for February? I don't think it's a big task (once you have the data)

nicolevasilevsky commented 4 years ago

My impression was there won't be a huge number of terms, but I don't know that for sure. So I guess I don't actually know how big the task is. :)

I am also unsure how much of a priority this is, either. Hopefully @jmcmurry can advise.

jmcmurry commented 4 years ago

Let's aim for Feb 1 assuming that the task is not herculean. We can revisit.

bfurner commented 4 years ago

probably not something i have expertise or bandwidth to support here. perhaps @mauraakush would have some bandwidth

mellybelly commented 4 years ago

I think @DaveraGabriel or @hsolbrig may have been looking at this already, just tagging them here.

hsolbrig commented 4 years ago

References:

UMLS Documentation: https://www.ncbi.nlm.nih.gov/books/NBK9676/ UMLS in general: https://www.nlm.nih.gov/research/umls/index.html NCI Metathesaurus jump-off: https://ncim.nci.nih.gov/ncimbrowser/

What we're looking for is the mapping from SNOMED-CT to the NCI Thesaurus NCIt using the NCI's image of the UMLS.

It is possible that this map may already be present in the NCI Enterprise Vocabulary Service (EVS) server -- don't know how many maps the NCI supports.

gaurav commented 4 years ago

Status update: I've found the place in the NCI Metathesaurus where SNOMED terms are mapped to NCI concepts (e.g. laterality = SNOMED CT 272741003 = NCI Metathesaurus CUI C0332304 = NCI Thesaurus C25185, and have downloaded it to my computer so I can automate those mappings.

I'm currently trying to track down a list of the 7,314 SNOMED CT codes that are licensed for use by any DICOM implementation, which is what I think we need to map for this issue. I haven't been able to download the SNOMED CT International or US editions from the NLM website to see if they're annotated in there, but hope to have that done sometime today. If anybody (@hsolbrig?) knows where that list is, please let me know! I'll report back on my search in a day or two.

hsolbrig commented 4 years ago

See: https://github.com/hsolbrig/SNOMEDToOWL/tree/master/test/data/dicom

The csv is the subset.

Output has a RF2 closure, although I never emitted the OWL for the it. Could if it would be useful

Harold Solbrig

From: Gaurav Vaidya notifications@github.com Reply-To: cancerDHC/operations reply@reply.github.com Date: Wednesday, March 25, 2020 at 12:18 PM To: cancerDHC/operations operations@noreply.github.com Cc: Harold Solbrig solbrig@jhu.edu, Mention mention@noreply.github.com Subject: Re: [cancerDHC/operations] Ensure coverage of mappings from SNOMED terms in DICOM to NCIt (#48)

Status update: I've found the place in the NCI Metathesaurus where SNOMED terms are mapped to NCI concepts (e.g. laterality = SNOMED CT 272741003 = NCI Metathesaurus CUI C0332304https://ncim.nci.nih.gov/ncimbrowser/ConceptReport.jsp?dictionary=NCI+Metathesaurus&code=C0332304 = NCI Thesaurus C25185https://ncit.nci.nih.gov/ncitbrowser/pages/concept_details.jsf?dictionary=NCI%20Thesaurus&code=C25185, and have downloaded it to my computer so I can automate those mappings.

I'm currently trying to track down a list of the 7,314 SNOMED CT codes that are licensed for use by any DICOM implementationhttps://www.snomed.org/news-and-events/articles/new-global-licensing-agreement-for-snomed-ct-code, which is what I think we need to map for this issue. I haven't been able to download the SNOMED CT International or US editions from the NLM website to see if they're annotated in there, but hope to have that done sometime today. If anybody (@hsolbrighttps://github.com/hsolbrig?) knows where that list is, please let me know! I'll report back on my search in a day or two.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/cancerDHC/operations/issues/48#issuecomment-603971222, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AADFRNUJUEQJ7KK4QUKMNBDRJI4B5ANCNFSM4J4VJQDQ.

gaurav commented 4 years ago

Thanks so much, Harold! All of those terms are in the NCI Metathesaurus (NCImt), as you would expect. However, only ~1,892 of those Metathesaurus concepts correspond to a NCI Thesaurus (NCIt) concept ID, so we have ~5,638 concepts left to map. If you have access to the internal project Google Drive, you can look at the mappings as a Google Spreadsheet.

Randomly clicking on the concepts that don't have an NCIt term suggests that a lot of them are varieties of animals (particularly cattle, pigs and dogs) or chemicals. In a lot of these cases, NCImt has a parent term for this term -- for example, NCIt doesn't have a term for "sphynx cat" (SNOMED CT 132680008, NCImt CUI C1269336), but NCImt records that this is a child term of "cat" (NCImt CUI C0007450, NCIt C14191). I'll look into mapping those relationships and see how many more terms I can map that way.

gaurav commented 4 years ago

I tried using the immediate parent to fill in the remaining terms, and here are the numbers:

You can see the current state of the mapping in our shared Google Drive. I'll regenerate that file later today to be a bit more readable and to include labels for the SNOMED terms, and then I'll look into figuring out how to map the remaining 40% of terms in a sensible way.

EDIT: I apparently copied the numbers over wrong, so I fixed them.

gaurav commented 4 years ago

I've reformatted the mapping to make it more readable; you can see it in our shared Google Drive. I've also been looking through the terms remaining to be merged, which seem to be of mainly five kinds:

We can sort the terms into these groups by looking for particular terms in the label (i.e. "finding", "qualifier", "cattle", etc.). I can't see a route for doing the mapping through another terminology in NCImt. We might need to look into other vocabularies, preferably those that already have mappings to NCIt, or maybe use something like OpenRefine to map them directly to NCIt. Is there another resource here that I'm missing?

I'd also like to get in touch with IDC and ask them for their mappings. Do you think now is a good time to do that, or should we do more work before we get in touch?

mellybelly commented 4 years ago

just a note that we should document two things- the metathesaurus CUI that is in between during the mapping, and then also what content should be ceded to other more authoritative resources. E.g. i don't think that cattle breeds should have NCIt as the authoritative source. We should be making recommendations back to NCIt in those cases for what they should import vs. minting (as a later step).

diatomsRcool commented 4 years ago

If we're going to get into things like cattle breeds, should we be looking to WikiData or WikiSpecies for authoritative CUIs?

gaurav commented 4 years ago

There is also an livestock breed ontology: https://www.ebi.ac.uk/ols/ontologies/lbo

gaurav commented 4 years ago

I've updated the mapping file to include the CUI of the SNOMED term.

gaurav commented 4 years ago

I tried a different approach, using the MRREL table for parent/child relationships rather than the MRHIER table, and ended up with exactly the same number of mappings.

@hsolbrig: I think you mentioned a few meetings ago that you were looking for the list of DICOM fields in which these terms were used? Any luck finding those? That could be useful in figuring out how best to map these terms to other ontologies.

gaurav commented 4 years ago

Minor update: I've updated my program to generate these mappings in the SSSOM TSV format, now available in our Google Drive. As before, we have 1849 (24.88%) SNOMED IDs in DICOM matched directly to NCI IDs, and 2625 IDs (35.32%) matched via their parent, out of a total of 7432 IDs. In addition, 219 SNOMED IDs were mapped to more than one NCI ID, which my program previously ignored -- for example, SNOMEDCT_US:2424003 (Soft tissue tumour, malignant) is mapped to NCI:C9306 (Soft Tissue Sarcoma), NCI:C4867 (Malignant Neoplasm of the Soft Tissue) and NCI:C9118 (Sarcoma of Soft Tissue and Bone).

My next step will be to see how many of the mapping gaps I can fill by using specific ontologies, such as the livestock breed ontology (https://github.com/cancerDHC/tools/issues/7).

gaurav commented 4 years ago

We now have the exact terms from (in this order):

This puts us at 2,434 terms remaining to be matched. You can see the mappings in the SSSOM file.

My immediate next step is to see if we can group the remaining terms in some way, perhaps by looking at the hierarchical information in the NCImt. That might make it easier to figure out how to go about mapping the remaining terms. I'll also look into doing lexical matching.

fedorov commented 4 years ago

The SNOMED terms used in DICOM are captured in the context groups (search for "CID ") in this part of the standard: http://dicom.nema.org/medical/dicom/current/output/chtml/part16/PS3.16.html.

There is also an XML representation of the standard, and also if you look at the individual CID, you will see different representations resources for that table (see under "Resources" heading): http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_4.html#table_CID_4

I think some of those tables may contain a column with the matching NCIt term, but also many include the UMLS Concept Unique ID, so I think those mappings may be helpful to you, e.g., see http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_4.html#table_CID_4.

Note that DICOM is a live document! New SNOMED terms are included more or less regularly into it. I actually do not know what process was used to generate this content referenced in this comment from above https://github.com/cancerDHC/operations/issues/48#issuecomment-604480932 in https://github.com/hsolbrig/SNOMEDToOWL/tree/master/test/data/dicom, or what version of the standard was used to extract that list. It may well be incomplete or outdated.

Going forward, when a new SNOMED term is added to DICOM, what would you like to see to help with the mapping task? Is UMLS Concept ID sufficient?

gaurav commented 4 years ago

Hi Andrey,

Thanks so much for your detailed response!

The SNOMED terms used in DICOM are captured in the context groups (search for "CID ") in this part of the standard: http://dicom.nema.org/medical/dicom/current/output/chtml/part16/PS3.16.html.

There is also an XML representation of the standard, and also if you look at the individual CID, you will see different representations resources for that table (see under "Resources" heading): http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_4.html#table_CID_4

I think some of those tables may contain a column with the matching NCIt term, but also many include the UMLS Concept Unique ID, so I think those mappings may be helpful to you, e.g., see http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_4.html#table_CID_4.

We're actually not that interested in the UMLS Concept IDs, since the UMLS already contains a mapping of 30,350 SNOMED terms to UMLS concept identifiers. What we're trying to generate is a mapping from SNOMED identifiers to other well-defined identifiers, such as NCI Thesaurus identifiers or ontology terms. This would allow us to convert SNOMED identifiers (whether in DICOM files or any other resource) to identifiers that don't have the same usage restrictions as SNOMED, and whose hierarchical information we could use freely without restrictions. I'm don't think that's allowed with all SNOMED terms, but it should be permitted for the subset of 7,413 SNOMED terms that are covered by the DICOM SNOMED agreement.

Note that DICOM is a live document! New SNOMED terms are included more or less regularly into it. I actually do not know what process was used to generate this content referenced in this comment from above #48 (comment) in https://github.com/hsolbrig/SNOMEDToOWL/tree/master/test/data/dicom, or what version of the standard was used to extract that list. It may well be incomplete or outdated.

I'm not sure where @hsolbrig got that list of SNOMED terms -- Harold, could you please let us know? However, it is 7,431 terms, which is exactly the number of SNOMED-in-DICOM terms mentioned in the agreement above. So this does seem to be the list of terms that we're allowed to use under the terms of the agreement.

Going forward, when a new SNOMED term is added to DICOM, what would you like to see to help with the mapping task? Is UMLS Concept ID sufficient?

I think the only thing we would like is mappings from those new SNOMED terms to the NCI Thesaurus or to other ontologies. If anybody else thinks of something else that we might benefit from, please feel free to chime in!

fedorov commented 4 years ago

However, it is 7,431 terms, which is exactly the number of SNOMED-in-DICOM terms mentioned in the agreement above. So this does seem to be the list of terms that we're allowed to use under the terms of the agreement.

Looking at that agreement, since it is dated 2016, the list is most definitely outdated. There were most definitely SNOMED terms added to DICOM after 2016.

I wonder if @dclunie keeps track of the number of SNOMED terms in the latest version of the standard.

I think the only thing we would like is mappings from those new SNOMED terms to the NCI Thesaurus or to other ontologies.

@dclunie how feasible would it be to have a recommendation to include mapping from SNOMED to NCI Thesaurus or to other ontologies for the SNOMED terms that are added to the standard in the future?

dclunie commented 4 years ago

A couple of points about many of the issues discussed in this thread, including responses to Andrey's specific questions:

snomedtuplesall_asof_20200705.txt.zip alltuplesall_asof_20200705.txt.zip

preselectedumls_asof_20171205.txt.zip

gaurav commented 4 years ago

Hi @dclunie, thanks so much for your detailed response and for the great resources you've provided!

I have scripts (XSL-T and bsh) that trawl the DocBook XML source of the standard to extract coded concepts used and filter them for those that are SCT or SRT identifiers, if anyone wants to reuse these (or their results); FYI I have attached an example run output for all coded concepts used in DICOM and those that are from SNOMED:

This is really useful -- thanks so much for providing us with this list! I'm going to try to incorporate them in the workflow I've developed.

Are those scripts available online? I'd like to group these SNOMED terms in some way, and one way of doing that might be by identifying where in the standard they are mentioned.

I don't think we want to start adding more mappings to the DICOM Standard itself (to NCIt or any other scheme), as opposed to relying on UMLS (or some other "authoritative" mapping, recognizing the many known limitations of UMLS)

That makes sense. I think our mappings are likely to be independent of the UMLS, at least initially -- we'll probably publish them as a list of mappings from SNOMED to NCIt and other identifiers, and leave it at that.

There are a lot of radiology/imaging-related concepts in RadLex that may be useful even though they are not listed/used in DICOM

Ooo, yes, I remember you mentioned RadLex when we spoke with IDC. I'll put it on my list of ontologies to map (https://github.com/cancerDHC/tools/issues/7).

gaurav commented 4 years ago

The vast majority of SNOMED concepts listed in DICOM are not used in practice; the animal breeds are a case in point (only a few are relevant to preclinical research or routine veterinary practice), and a lot of these aren't in SNOMED CT anymore and have been handed off to another organization for maintenance.

That's a great point that not all SNOMED terms will be used very often in practice. Does IDC have information on how often each term is used? If not, would it make sense for us to go through the DICOM files in TCIA to look to try to collection some information on that?

gaurav commented 3 years ago

I've re-run my mapping and searching code with the list provided by @dclunie (I used the SCT entries but not the SRT entries, since I'm not sure how to map those to SNOMED identifiers yet). I found 9990 SNOMED CT entries, which I have mapped with 5,348 exact matches (53.5%), 1,943 narrow matches (where we match a term to its parent term in the NCI Thesaurus, 19.5%), and 2,699 SNOMED terms without matches (27%).

Additional work on this mapping will be done in a couple of more specific issues:

dclunie commented 3 years ago

Very interesting, thanks.

Many (but not all) of the exact matches seem quite good (especially those based on UMLS commonality)

Those suggested by the EBI Ontology Lookup Service as exact matches, though many of them seem sound, sometimes don't seem "exact" after all so can't be trusted without manual curation. E.g., the matches between "abdominal structure" and "radiating chest pain in abdomen", or "abdominal artery" and "abdominal aorta artery", or "instrument, device", versus "patient-reported survey instrument").

There also seem to be some "substance" versus "method" matches from the EBI Ontology Lookup Service that are arguably incorrect, but which raise the problem that the "substance" in SNOMED doesn't really exist, e.g., "gram stain" is not really a substance at all, but a method that uses several substances in a series of steps (crystal violet, iodine, ethanol, safranin) - this is something we are working on in a separate DICOM project on staining description improvement.

I was interested to see that some of the SNOMED FMA anatomy matches were not apparently found in UMLS, even though the EBI Ontology Lookup Service matched them. Not sure if this has anything to do with DICOM's choice of "structure of" rather than "entire" SNOMED codes for anatomy (although I think UMLS matches the "structure of" rather than "entire" usually also). Or it may be that your UMLS search was for some reason incomplete. E.g., SCT:34625003 (structure of) "medial common iliac lymph node" maps to UMLS:C0229808, which maps to FMA:16641, which your matching did not pick up from UMLS, only EBO. This may be confounded by the node "group" concept in SNOMED and FMA (which DICOM does not use); i.e., SCT:245298008 "Medial common iliac lymph node group (body structure)" is also mapped to UMLS:C0229808 in the UMLS metathesaurus (and FMA:71820).

The narrow matches don't seem to serve much purpose (i.e., none of the narrow matches would be suitable replacements for what they match to) - how are you planning to use these?

The Livestock Breed Ontology (LBO) is very helpful - I wasn't aware that existed; not that many/any of the breed codes are actually used in DICOM implementations (they were a largely theoretical exercise when we added veterinary content).

By the way, there are many concepts in DICOM, some of which are commonly used, which do not come from SNOMED, and we couldn't find them in any other scheme (at least when we looked), and so DICOM created its own codes. See:

http://dicom.nema.org/medical/dicom/current/output/chtml/part16/chapter_D.html

I periodically load these into Bioportal (even though the "ontology" is just a flat list with a single owl#Thing class parent):

http://bioportal.bioontology.org/ontologies/DCM

David

PS. I think it would be a good idea to try matching through the BioPortal (http://bioportal.bioontology.org/). It contains SNOMED, RadLex and FMA, as well as the DCM codes, and for some of those schemes, the entries also contain attributes that map to other schemes (e.g., in the case of SCT entries, UMLS CUIs). I have never tried its API, only its GUI, but for SCT:34625003 "medial common iliac lymph node, it finds the RadLex and FMA exact matches, for example.

PPS. Note that DICOM already contains UMLS mappings, which I think I mentioned before, e.g., for SCT:34625003 "medial common iliac lymph node", http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_7600.html#para_cccbfe45-2286-4df6-bd5c-4dab6bc0ca49. You may not want to use these directly, but you might want to check what you come up with, since we (DICOM) have already made resolution decisions when ambiguities occur.

gaurav commented 3 years ago

Just a quick update: based on David's suggestion, I've added support for searching BioPortal, which includes terms from RadLex as well. You can see the results in our shared Google Drive (search for "BioPortal" for BioPortal matches and "radlex.org" for RadLex terms). We even have six matches from the DCM "ontology" that David mentioned! Many of the BioPortal matches came from the Ontology of Consumer Health Vocabulary (OCHV) and the Systematized Nomenclature of Medicine, International Version (SNMI) and the Interlinking Ontology for Biological Concepts (IOBC). We now have 1,710 terms remaining to map.

David: so sorry for my tardiness in replying to your previous comment! I am working on it and should be able to post a reply soon.

gaurav commented 3 years ago

Thanks again for your very detailed response, @dclunie!

Those suggested by the EBI Ontology Lookup Service as exact matches, though many of them seem sound, sometimes don't seem "exact" after all so can't be trusted without manual curation. E.g., the matches between "abdominal structure" and "radiating chest pain in abdomen", or "abdominal artery" and "abdominal aorta artery", or "instrument, device", versus "patient-reported survey instrument").

Good point. We do need to figure out some way of identifying these errors without having to manually curate all of the mappings, such as by looking for cases where we've mapped one sort of thing against another sort of thing (such as the "substance" vs "method" matches you describe below). I've created an issue for tracking validating the DICOM SNOMED mappings at https://github.com/cancerDHC/tools/issues/24.

There also seem to be some "substance" versus "method" matches from the EBI Ontology Lookup Service that are arguably incorrect, but which raise the problem that the "substance" in SNOMED doesn't really exist, e.g., "gram stain" is not really a substance at all, but a method that uses several substances in a series of steps (crystal violet, iodine, ethanol, safranin) - this is something we are working on in a separate DICOM project on staining description improvement.

That's a really good point! One thing we're working on that might help with this is grouping terms based on their hierarchy in NCImt or other ontologies (https://github.com/cancerDHC/tools/issues/20) -- we were planning to do this for the SNOMED terms only, but if we do this for both the subject and the object, we could identify cases where we've mapped a "substance" to a "method", or other similar discrepancies.

I was interested to see that some of the SNOMED FMA anatomy matches were not apparently found in UMLS, even though the EBI Ontology Lookup Service matched them. Not sure if this has anything to do with DICOM's choice of "structure of" rather than "entire" SNOMED codes for anatomy (although I think UMLS matches the "structure of" rather than "entire" usually also). Or it may be that your UMLS search was for some reason incomplete. E.g., SCT:34625003 (structure of) "medial common iliac lymph node" maps to UMLS:C0229808, which maps to FMA:16641, which your matching did not pick up from UMLS, only EBO. This may be confounded by the node "group" concept in SNOMED and FMA (which DICOM does not use); i.e., SCT:245298008 "Medial common iliac lymph node group (body structure)" is also mapped to UMLS:C0229808 in the UMLS metathesaurus (and FMA:71820).

Thanks for pointing this out! I've filed an issue to investigate this at https://github.com/cancerDHC/tools/issues/25. I'm hoping this is just because we were using the 2019 UMLS release and maybe it'll work once we switch over to the 2020 release, but if not, I'll dig into this and figure out what's going on there.

The narrow matches don't seem to serve much purpose (i.e., none of the narrow matches would be suitable replacements for what they match to) - how are you planning to use these?

I don't think we want to use "narrow" matches (apparently, I got my terminology wrong, and these are actually supposed to be broad matches) to do any mappings. I think they're most useful as a way of grouping terms that we don't have an exact match for -- for instance, we find that we have 398 porcine species to match, 265 canine breeds to match, and so on. I think our goal is to eventually change all broad matches into exact matches.

PS. I think it would be a good idea to try matching through the BioPortal (http://bioportal.bioontology.org/). It contains SNOMED, RadLex and FMA, as well as the DCM codes, and for some of those schemes, the entries also contain attributes that map to other schemes (e.g., in the case of SCT entries, UMLS CUIs). I have never tried its API, only its GUI, but for SCT:34625003 "medial common iliac lymph node, it finds the RadLex and FMA exact matches, for example.

Yes, this seems to have helped a lot -- thanks for the suggestion! I've gotten the BioPortal's exact-search API to work, but I'd like to try their mapping API as well (https://github.com/cancerDHC/tools/issues/21).

PPS. Note that DICOM already contains UMLS mappings, which I think I mentioned before, e.g., for SCT:34625003 "medial common iliac lymph node", http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_7600.html#para_cccbfe45-2286-4df6-bd5c-4dab6bc0ca49. You may not want to use these directly, but you might want to check what you come up with, since we (DICOM) have already made resolution decisions when ambiguities occur.

That's a great idea! I've filed that as issue https://github.com/cancerDHC/tools/issues/23.

monicacecilia commented 3 years ago

Dependent on:

monicacecilia commented 3 years ago

@gaurav @balhoff - please share an update about this issue, and please indicate whether having closed https://github.com/cancerDHC/tools/issues/3 means that it can be resolved and closed or not. Thank you! 🌷

monicacecilia commented 3 years ago

The task described in the ticket was considered a test run for both vocabulary translation and the CCDH concierge services. In this regard, this task is completed in two (well, three) important ways:

  1. We built the code to pull relationships from UMLS, which we then used in building NCIt-Plus, and
  2. We were the first workstream to use SSSOM to store term mappings, which I think led to the Terminology WS adopting them as well. SSSOM is pretty well established as the primary format for CCDH term mappings, despite occasional calls to look into something more sophisticated, such as CTS-2 or OMOP.
  3. Bonus achievement: we used this as a test-case to investigate Ptolemy.V, so now we have a pretty good idea about what’s good and what’s not about that tool.

As well, while this ticket describes activities and goals that where not linked to any specific project deliverables, existing development (of the umls-rrf-scala tool and SSSOM pipeline) have met the CCDH needs for this issue.

While I am closing this ticket right now, we will consider reopening, or starting a new task, should the need for completing this mapping become critical for the successful delivery of the next Phase of CRDC-H.

We kindly thank you for your contributions, and we continue to welcome your feedback.

h/t @gaurav