/maps/{cui}/disnet-id-maps

  • Description

    Map a cui to its equivalent disnetId(s) with their mapping source and vocabulary.

  • URL (PATH)

    /maps/{cui}/disnet-id-maps?token={token}

  • Method

    GET

  • Authentication

    Optional (token)

  • Request parameters & Path variables
    Parameter Description
    cui
    [alphanumeric]
    required
    A CUI is an identifier defined by UMLS, it consists of 7 characters, starting with a C and followed by 6 numbers
    token
    [alphanumeric]
    optional
    Optional access key to save the current query in your profile
  • Example request
                                         https://disnet.ctb.upm.es/api/disnet/maps/C0000737/disnet-id-maps?token=eJtdWrIisOiJt...
                                    
  • Success response (application/json)
                                        {
      "token": null,
      "authorized": false,
      "authorizationMessage": null,
      "responseCode": "200",
      "responseMessage": "OK",
      "errorsFound": [],
      "data": [
        {
          "source": "DisGeNET",
          "vocabulary": "ICD9CM",
          "disnetId": "DIS000005"
        },
        {
          "source": "DisGeNET",
          "vocabulary": "MeSH",
          "disnetId": "DIS000005"
        },
        {
          "source": "DisMaNET",
          "vocabulary": "MeSH",
          "disnetId": "DIS000005"
        },
        {
          "source": "DisGeNET",
          "vocabulary": "ICD9CM",
          "disnetId": "DIS000639"
        },
        {
          "source": "DisGeNET",
          "vocabulary": "ICD9CM",
          "disnetId": "DIS007197"
        }
      ]
    }