Skip to main content

core.formatfamilyname

Home > @medplum/core > formatFamilyName

formatFamilyName() function

Formats the family name portion of a FHIR HumanName element.

Signature:

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

Parameters

ParameterTypeDescription
nameHumanNameThe name to format.

Returns:

string

The formatted family name string.