Skip to main content

core.medplumclient.valuesetexpand

Home > @medplum/core > MedplumClient > valueSetExpand

MedplumClient.valueSetExpand() method

Searches a ValueSet resource using the "expand" operation. See: https://www.hl7.org/fhir/operation-valueset-expand.html

Signature:

valueSetExpand(params: ValueSetExpandParams, options?: RequestInit): ReadablePromise<ValueSet>;

Parameters

ParameterTypeDescription
paramsValueSetExpandParamsThe ValueSet expand parameters.
optionsRequestInit(Optional) Optional fetch options.

Returns:

ReadablePromise<ValueSet>

Promise to expanded ValueSet.