Skip to main content

core.indexstructuredefinitionbundle

Home > @medplum/core > indexStructureDefinitionBundle

indexStructureDefinitionBundle() function

Parses and indexes structure definitions

Signature:

export declare function indexStructureDefinitionBundle(bundle: StructureDefinition[] | Bundle, profileUrl?: string | undefined): void;

Parameters

ParameterTypeDescription
bundleStructureDefinition[] | BundleBundle or array of structure definitions to be parsed and indexed
profileUrlstring | undefined(Optional) (optional) URL of the profile the SDs are related to

Returns:

void