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

FHIR FHIRPath Function: %server.apply

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

%server.apply(resource, subject, parameters) : Bundle

Get a resource from the server.

Parameters:

Return Value: The bundle from $apply. If the operation fails, the return value is empty.

[%file newfooter%]

Back to FHIR FHIRPath