Skip to main content

core.getpathdisplayname

Home > @medplum/core > getPathDisplayName

getPathDisplayName() function

Returns a human friendly display name for a FHIR element definition path.

Signature:

export declare function getPathDisplayName(path: string): string;

Parameters

ParameterTypeDescription
pathstringThe FHIR element definition path.

Returns:

string

The best guess of the display name.