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

  • Description

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

  • URL (PATH)

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

  • Method

    GET

  • Authentication

    Optional (token)

  • Request parameters & Path variables
    Parameter Description
    disnet-id
    [alphanumeric]
    required
    Disnet ids consist of 9 characters: the first 3 being 'DIS', and the following 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/DIS000005/cui-maps?token=eJtdWrIisOiJt...
                                    
  • Success response (application/json)
                                        {
      "token": null,
      "authorized": false,
      "authorizationMessage": null,
      "responseCode": "200",
      "responseMessage": "OK",
      "errorsFound": [],
      "data": [
        {
          "source": "DisGeNET",
          "cui": "C0000737",
          "vocabulary": "ICD9CM"
        },
        {
          "source": "DisGeNET",
          "cui": "C0000737",
          "vocabulary": "MeSH"
        },
        {
          "source": "DisMaNET",
          "cui": "C0000737",
          "vocabulary": "MeSH"
        },
        {
          "source": "DisGeNET",
          "cui": "C3888418",
          "vocabulary": "MeSH"
        },
        {
          "source": "DisMaNET",
          "cui": "C3888418",
          "vocabulary": "MeSH"
        }
      ]
    }