type: fhir-fhirpath-functionsource: source/fhirpath.html
FHIR FHIRPath Function: %terminologies.at
This page is part of FHIR FHIRPath (FHIR-specific extensions). Base spec lives at FHIRPath.
%terminologies.at(url) : TerminologyServer
Get a terminology server object pointing at a particular server. Note: The %terminologies object points to the default terminology server as specified by the application evaluating the FHIRPath.
Parameters:
- url: A URL that points to a FHIR RESTful API.
Return Value: A terminology server that points at the specified URL. No errors - they will come when/if the terminology server object is used.