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

FHIR FHIRPath Function: %factory.create

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

%factory.create(type) : {type}

Create an instance of the named type: %factory.create(SampledData)

Parameters:

Return Value: an instance of the named type.


Back to FHIR FHIRPath