Expand a value set
FHIR ValueSet/$expand. Expands a value set canonical to its member codes, with an optional text filter and paging (count=0 returns the total only).
Authorizations
Your platform API key (haau3_sk_…), sent as Authorization: Bearer <key>.
Query Parameters
Canonical URL of the value set to expand. Defaults to the implicit all-LOINC value set (http://loinc.org/vs).
1Text filter to narrow the expansion to matching concepts.
1Maximum number of concepts to return (0 returns the total only).
0 <= x <= 1000Number of concepts to skip for pagination.
0 <= x <= 9007199254740991Language for concept displays in the expansion.
1Whether to include designations (translations and synonyms).
Restrict the expansion to active concepts.
Response
A FHIR ValueSet carrying an expansion.
The response is of type object.