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:
- valueSet: either an actual ValueSet, or a canonical URL reference to a value set.
- coded: either a Coding, a CodeableConcept, or a resource element that is a code
- params: a URL encoded string with other parameters for the validate-code operation (e.g., 'date=2011-03-04&displayLanguage=en')
Return Value: A Parameters resource with the results of the validation operation.