MedCAT icon indicating copy to clipboard operation
MedCAT copied to clipboard

Snomed drug ext

Open antsh3k opened this issue 3 years ago • 1 comments

SNOMED Uk drug extension format has been changed by NHS digital. Added a minor fix to resolve this. only changes to the medcat.utils.preprocess_snomed.py file were made.

antsh3k avatar Sep 12 '22 11:09 antsh3k

This last commit is a bug fix. d1.update(d2) was replaced with d1 = {key: d1.get(key, []) + d2.get(key, []) for key in set(list(d1.keys()) + list(d2.keys()))}

antsh3k avatar Sep 13 '22 19:09 antsh3k

is this PR good to go?

tomolopolis avatar Nov 21 '22 15:11 tomolopolis