## getPathDisplayName() function

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

**Signature:**

```typescript
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.

- [getPathDisplayName() function](/content/docs/sdk/core.getpathdisplayname#getpathdisplayname-function/index.html)  
- [Parameters](/content/docs/sdk/core.getpathdisplayname#parameters/index.html)
