## formatGivenName() function

Formats the given name portion of a FHIR HumanName element.

**Signature:**

```typescript
export declare function formatGivenName(name: HumanName): string;
```

## Parameters

| Parameter | Type           | Description                |
|-----------|----------------|----------------------------|
| name      | HumanName      | The name to format.        |

**Returns:**

string

The formatted given name string.

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