View raw Markdown
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:

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


Back to FHIR FHIRPath