Skip to main content

core.getpropertydisplayname

Home > @medplum/core > getPropertyDisplayName

getPropertyDisplayName() function

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

Signature:

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

Parameters

ParameterTypeDescription
pathstringThe FHIR element definition path.

Returns:

string

The best guess of the display name.