mysql> SELECT STR, CUI FROM MRCONSO WHERE CODE='T1550';
+--------------------------------------------------------------------------------------------------------------------------------------+----------+
| STR | CUI |
+--------------------------------------------------------------------------------------------------------------------------------------+----------+
| MVTA+coll.+landslide-MV driver | C0414731 |
| MVTA+collision+landslide - motor vehicle driver injured | C0414731 |
| Motor vehicle traffic accident involving collision, on highway, between motor vehicle and landslide, driver of motor vehicle injured | C0414731 |
+--------------------------------------------------------------------------------------------------------------------------------------+----------+
The CUIs do not match the CUIs in UMLS for the code of the concepts.
Example: http://bioportal.lirmm.fr/ontologies/MEDLINEPLUS?p=classes&conceptid=http%3A%2F%2Fchu-rouen.fr%2Fcismef%2FMedlinePlus%23T1550
mysql> SELECT STR, CUI FROM MRCONSO WHERE CODE='T1550'; +--------------------------------------------------------------------------------------------------------------------------------------+----------+ | STR | CUI | +--------------------------------------------------------------------------------------------------------------------------------------+----------+ | MVTA+coll.+landslide-MV driver | C0414731 | | MVTA+collision+landslide - motor vehicle driver injured | C0414731 | | Motor vehicle traffic accident involving collision, on highway, between motor vehicle and landslide, driver of motor vehicle injured | C0414731 | +--------------------------------------------------------------------------------------------------------------------------------------+----------+