## formatHumanName() function
Formats a FHIR HumanName as a string.

**Signature:**

```typescript
export declare function formatHumanName(name: HumanName | undefined, options?: HumanNameFormatOptions): string;
```

## Parameters

| Parameter | Type | Description |
| --- | --- | --- |
| name | HumanName \| undefined | The name to format. |
| options | [HumanNameFormatOptions](/content/docs/sdk/core.humannameformatoptions) | _(Optional)_ Optional name format options. |

**Returns:**

string

The formatted name string.

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