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

FHIR FHIRPath Function: %terminologies.expand

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

%terminologies.expand(valueSet, params) : ValueSet

This calls the Terminology Service $expand operation (formal definition).

Parameters:

Return Value: a ValueSet with an expansion. If an error occurs, the return value is empty.



Back to FHIR FHIRPath