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

FHIR FHIRPath Function: %server.at

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

%server.at(url) : Server

Get a server object pointing at a particular server. Note: The %server object points to the default server as specified by the application evaluating the FHIRPath.

Parameters:

Return Value: A server that points at the specified URL. No errors - they will come when/if the server object is used.


Back to FHIR FHIRPath