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

FHIR FHIRPath Function: %server.everything

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

%server.everything(type, id, parameters) : Bundle

Get a resource from the server.

Parameters:

Return Value: The Bundle for type/id. If not available, the return value is empty.


Back to FHIR FHIRPath