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:
- 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.