Stream: implementers
Topic: Read Code to Snomed Code Mapping
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.
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.
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.
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.
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
Jim Steel (May 25 2018 at 05:58):
Last updated: Apr 12 2022 at 19:14 UTC