Our EMR has valuable reason for visit information that we want to map to SNOMED concepts.
These data capture patients’ presenting problems/symptoms at a visit, not the diagnoses they receive after investigating them.
There are 2 ways in which mapping to SNOMED is different for reasons than for diagnoses:
- Diagnoses get mapped to SNOMED by linking to a different Masterfile than reasons link to
- The Masterfile that diagnoses link to always contain a SNOMED concept ID. The Masterfile that reasons link to only contains a SNOMED concept in about 5% of cases.
This is how the mapping of reasons looks within our EMR. To protect the EMR vendor’s IP, the values and field names are altered slightly.
ReasID ReasName MapID VendorConceptID ConceptName
160247 GI PROBLEM 1182209 Vendor#0217 DX/PROBLEMS - GASTROINTESTINAL - GI ILLNESS
160270 HEMATURIA 1182214 Vendor#RSGU0008 SYMP - GENITOURINARY - URINARY SYMPTOMS - HEMATURIA
160920 TOXIDROME 1182211 Vendor#0299 PROB - TOXIDROME
The value of VendorConceptID in the Masterfile for diagnoses is always a SNOMED concept. In the Masterfile that reasons link to, the value of VendorConceptID is a SNOMED concept in only 88 of 1,700+ distinct values. We’ve tried linking reasons to the diagnosis Masterfile, but get mismatches like the ones below.
ReasID ReasName MapID VendorConceptID ConceptName
603 LEG NUMBNESS 120937 SNOMED#111798006 GASTROINTESTINAL ANTHRAX
604 OMT EVAL 120938 SNOMED#491000119101 BACTEREMIA CAUSED BY GRAM-POSITIVE BACTERIA
604 OMT EVAL 120938 SNOMED#128944008 BACTERIAL INFECTION DUE TO BACILLUS
32 DEPRESSION 120942 SNOMED#398523009 FOODBORNE BOTULISM
Here are some examples of reasons for visit that do not map to a SNOMED concept.
ReasID ReasName
29 COUGH
633 EAR INFECTIONS
632 CHOLELITHIASIS
622 SHOULDER WEAKNESS
656 LEFT LEG PAIN
586 INCISION CARE
589 BACK PAIN WITH REFERRED PAIN
588 NECK PAIN WITH RADICULAR SYMPTOMS
Any help with how to do this - short of powering through 1,700 string searches and adjudication among potential SNOMED matches - would be greatly appreciated.