View raw Markdown
type: fhir-fhirpath-functionsource: source/fhirpath.html

FHIR FHIRPath Function: %factory.HumanName

This page is part of FHIR FHIRPath (FHIR-specific extensions). Base spec lives at FHIRPath.

%factory.HumanName(family, given, prefix, suffix, text, use) : HumanName

Create a human name with the given properties: %factory.HumanName('Smith', 'Julia', {}, {}, 'Julia Smith').

Parameters:

Return Value: a HumanName.


Back to FHIR FHIRPath