FHIR Chat · Code System (Crosswalk) · implementers

Stream: implementers

Topic: Code System (Crosswalk)


view this post on Zulip Mohammad Wahid (Jun 25 2020 at 19:02):

I would greatly appreciate if someone can provide an optimal solution for cross mapping b/w the code systems (i.e. Snomed to ICD10, Snomed to LOINC, etc)? I have looked in to Terminology server, however, that requires creating the Concept map for such translation, therefore, is there an existing source for such conversion?

view this post on Zulip David Pyke (Jun 25 2020 at 19:06):

There are a few major projects that have mapped across codesets. For example, NLM has I-MAGIC which maps ICD10 and SNOMED. https://www.nlm.nih.gov/research/umls/mapping_projects/snomedct_to_icd10cm.html

view this post on Zulip Mohammad Wahid (Jun 25 2020 at 19:27):

@David Pyke Thank you!! Anything available for LONIC?

view this post on Zulip Lloyd McKenzie (Jun 25 2020 at 22:31):

@Daniel Vreeman?

view this post on Zulip Daniel Vreeman (Jun 26 2020 at 00:07):

Yup, check the documentation page for the LOINC FHIR server: https://loinc.org/fhir/

There are ConceptMaps published for LOINC<->SNOMED, LOINC<->RxNorm, and others. No LOINC<->ICD yet, because that is a different kind of beast...which tests might be related to which conditions. As opposed to the linkage of a LOINC Part representing a substance to another terminology with concepts for substances.

Also, the #HAPI LOINC importer will create many of these ConceptMaps from the LOINC distribution files if you're looking to run this on your own.

There has also been some neat work to take instances of LOINC-coded FHIR lab results (as Observations) and map them to HPO terms: https://loinc2hpo.readthedocs.io/en/latest/

view this post on Zulip Mohammad Wahid (Jun 26 2020 at 04:27):

@Daniel Vreeman Thank you!!


Last updated: Apr 12 2022 at 19:14 UTC