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

FHIR FHIRPath Function: %factory.{primitive}

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

%factory.{primitive}(value, extensions) : {primitive}

Create an instance of the type with the value and possibly one or more extensions. e.g., %factory.code('final').

Parameters:

Return Value: the primitive type, or an error.


Back to FHIR FHIRPath