GET
/transactional-api/terminology-versionsTerminology Versions
Returns the SNOMED CT and dm+d (NHS Dictionary of Medicines and Devices) terminology database versions currently loaded on this Medicus instance.
Authorization: Bearer token (JWT). See Authentication.
Responses
200 Currently loaded terminology database versions.
{
"snomedCT": "42_3_0",
"dmd": "7_1_0"
}