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

FHIR FHIRPath Function: %terminologies.validateVS

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

%terminologies.validateVS(valueSet, coded, params) : Parameters

This calls the Terminology Service $validate-code operation on a value set (formal definition).

Parameters:

Return Value: A Parameters resource with the results of the validation operation.


Back to FHIR FHIRPath