--- type: "fhir-fhirpath-function" title: "FHIR FHIRPath Function: %server.at" source: "source/fhirpath.html" --- # FHIR FHIRPath Function: %server.at This page is part of **FHIR FHIRPath** (FHIR-specific extensions). Base spec lives at [FHIRPath](/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: - **url**: A URL that points to a FHIR RESTful API. **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](/fhir-fhirpath)