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:
- type: The type of the resource to read.
- id: The id of the resource to read.
- parameters: A parameters resource, or a string with URL parameters (name=value&etc.)
Return Value: The Bundle for type/id. If not available, the return value is empty.