FHIR Chat · Read Code to Snomed Code Mapping · implementers

Stream: implementers

Topic: Read Code to Snomed Code Mapping


view this post on Zulip Agash Navaranjan (May 24 2018 at 12:18):

I am mapping some data into FHIR.

The producer EHR I am using uses READ CODE, where as the consumer system on the other end only uses SNOMED CT. I was wondering if there is a programmatic way to map between these. I am using HAPI FHIR.

view this post on Zulip Iwan Roberts (May 24 2018 at 17:34):

I am mapping some data into FHIR.

The producer EHR I am using uses READ CODE, where as the consumer system on the other end only uses SNOMED CT. I was wondering if there is a programmatic way to map between these. I am using HAPI FHIR.

In the UK the NHS produces Read to SNOMED mapping tables. We have loaded this information into a database table and then implemented a simple API that takes a READ code and returns the equivalent SNOMED code.

view this post on Zulip Rob Hausam (May 24 2018 at 17:52):

This could also be exposed in FHIR using ConceptMap - don't know if anyone has done any work on that, though.

view this post on Zulip Peter Jordan (May 24 2018 at 20:36):

This could also be exposed in FHIR using ConceptMap - don't know if anyone has done any work on that, though.

My server implements NZ Read to SNOMED CT mapping (in both directions) via the FHIR ConceptMap $translate operation.

view this post on Zulip Jim Steel (May 25 2018 at 05:53):

Ontoserver exposes the SNOMED to READ map as an implicit ConceptMap (in the same style as the historical association maps described at http://hl7.org/fhir/snomedct.html#implicit-cm

view this post on Zulip Jim Steel (May 25 2018 at 05:58):

For example, diabetes https://ontoserver.csiro.au/stu3-latest/ConceptMap/$translate?url=http://snomed.info/sct/900000000000207008/version/20170731?fhir_cm=900000000000497000&system=http://snomed.info/sct&code=73211009&target=http://read.info/ctv3


Last updated: Apr 12 2022 at 19:14 UTC