Skip to main content
GET
/
v1
/
terminology
/
$expand
Expand a value set
curl --request GET \
  --url 'https://api.haau3.com/v1/terminology/$expand' \
  --header 'Authorization: Bearer <token>'
{
  "resourceType": "<string>"
}

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

Response

The upstream FHIR ValueSet with its expansion.

resourceType
string
required
Allowed value: "ValueSet"
{key}
any