Skip to main content
GET
Expand a value set

Authorizations

Authorization
string
header
required

Your platform API key (haau3_sk_…), sent as Authorization: Bearer <key>.

Query Parameters

url
string
default:http://loinc.org/vs

Canonical URL of the value set to expand. Defaults to the implicit all-LOINC value set (http://loinc.org/vs).

Minimum string length: 1
filter
string

Text filter to narrow the expansion to matching concepts.

Minimum string length: 1
count
integer

Maximum number of concepts to return (0 returns the total only).

Required range: 0 <= x <= 1000
offset
integer

Number of concepts to skip for pagination.

Required range: 0 <= x <= 9007199254740991
displayLanguage
string

Language for concept displays in the expansion.

Minimum string length: 1
includeDesignations
boolean

Whether to include designations (translations and synonyms).

activeOnly
boolean

Restrict the expansion to active concepts.

Response

A FHIR ValueSet carrying an expansion.

The response is of type object.