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

FHIR FHIRPath Function: %server.patch

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

%server.patch(parameters) : Resource

Perform a patch operation on the server.

Parameters:

Return Value: The resource after the patch. If the patch fails, the return value is empty.


Back to FHIR FHIRPath