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

FHIR FHIRPath Function: %factory.ContactPoint

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

%factory.ContactPoint(system, value, use) : ContactPoint

Creates a ContactPoint: %factory.ContactPoint('email', 'coyote@acme.com', 'work')

Parameters:

Return Value: a ContactPoint.


Back to FHIR FHIRPath