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
Parameter | Type | Description |
---|---|---|
path | string | The FHIR element definition path. |
Returns:
string
The best guess of the display name.