## formatFamilyName() function

Formats the family name portion of a FHIR HumanName element.

**Signature:**

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

## Parameters

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

**Returns:**

string

The formatted family name string.
