Get FHIR ValueSet URL

Returns the FHIR ValueSet URL for the given subset. Responds with a 302 redirect and a Location header pointing to the FHIR server.

Query Parameters
  • subset
    Type: string
    required

    Subset identifier to resolve to a FHIR ValueSet.

Responses
  • 200

    OK

  • 400

    Bad request

  • 501

    Not implemented

Request Example for get/extra/v1/terminology/code24
curl 'https://api.customer.cadasto.io/extra/v1/terminology/code24?subset=' \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
No Body