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

FHIR FHIRPath Function: %server.search

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

%server.search(doPost, parameters) : Bundle

Perform a search on the server.

Parameters:

Return Value: A bundle with the search results. If the search fails, the return value is empty.


Back to FHIR FHIRPath