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

FHIR FHIRPath Function: %server.create

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

%server.create(resource) : Resource

Create a resource on the server.

Parameters:

Return Value: The resource after it was stored. If the create operation failed, the return value is empty.


Back to FHIR FHIRPath