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

FHIR FHIRPath Function: %factory.Identifier

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

%factory.Identifier(system, value, use, type) : Identifier

Creates an identifier with the given properties: %factory.Identifier('urn:ietf:rfc:3986', 'urn:oid:1.2.3.4.5', 'official').

Parameters:

Return Value: An identifier with the specified properties .


Back to FHIR FHIRPath