core.indexstructuredefinitionbundle | Medplum

indexStructureDefinitionBundle() function

Parses and indexes structure definitions

Signature:

export declare function indexStructureDefinitionBundle(bundle: StructureDefinition[] | Bundle): void;

Parameters

Parameter Type Description
bundle StructureDefinition[] Bundle or array of structure definitions to be parsed and indexed

Returns:

void