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

Parameter

Type

Description

bundle

StructureDefinition[] | Bundle

Bundle or array of structure definitions to be parsed and indexed

profileUrl

string | undefined

(Optional) (optional) URL of the profile the SDs are related to

Returns:

void