Skip to main content

core.formathumanname

Home > @medplum/core > formatHumanName

formatHumanName() function

Formats a FHIR HumanName as a string.

Signature:

export declare function formatHumanName(name: HumanName, options?: HumanNameFormatOptions): string;

Parameters

ParameterTypeDescription
nameHumanNameThe name to format.
optionsHumanNameFormatOptions(Optional) Optional name format options.

Returns:

string

The formatted name string.