type: fhir-fhirpath-functionsource: source/fhirpath.html
FHIR FHIRPath Function: %server.update
This page is part of FHIR FHIRPath (FHIR-specific extensions). Base spec lives at FHIRPath.
%server.update(resource) : Resource
Store a resource on the server.
Parameters:
- resource: The resource to create. The resource must have an id.
Return Value: The resource after it was stored. If the create operation failed, the return value is empty.