Skip to main content
Skip table of contents

List Terminology Versions (Transactional)

Overview

This endpoint is intended for use by Transactional API Consumer applications to discover the versions of the coding schemas used within the Medicus Tenant.

Making a Request

HTTP method: GET

URL: https://{{medicusTenant}}.{{medicusBaseURL}}/transactional-api/v1/terminology-versions

Request Headers

Header

Value

Description

Authorization

Bearer [token]

The JWT token for the API Consumer

Example Request

CODE
GET /transactional-api/v1/terminology-versions
Authorization: Bearer [token]
Idempotency-Key: 4c526aed-a889-4e40-b47e-6e3feac48fb8

Response Details

Specific Response Codes

HTTP Code

Error Code

Scenario

200

 

Success

Output Fields

Field

Type

Description

SNOMED_CT_UK_EDITION

string

The version of the NHS SNOMED CT data set that is in use on the Medicus tenant

 

GB_NHS_DMD

string

The current version of the NHS DM+D data set that is in use on the Medicus tenant

Example Response (Successful Retrieval)

JSON
{
    "terminologyVersions": {
        "SNOMED_CT_UK_EDITION": "2022-05-11",
        "GB_NHS_DMD": "2022-07-18"
    }
}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.