--- type: "fhir-fhirpath-function" title: "FHIR FHIRPath Function: %factory.ContactPoint" source: "source/fhirpath.html" --- # FHIR FHIRPath Function: %factory.ContactPoint This page is part of **FHIR FHIRPath** (FHIR-specific extensions). Base spec lives at [FHIRPath](/fhirpath). `%factory.ContactPoint(system, value, use) : ContactPoint` Creates a ContactPoint: `%factory.ContactPoint('email', 'coyote@acme.com', 'work')` Parameters: - **system**: a string value that goes in ContactPoint.system - **value**: a string value that goes in ContactPoint.value - **use**: a string value that goes in ContactPoint.use **Return Value:** a ContactPoint. * * * [Back to FHIR FHIRPath](/fhir-fhirpath)