type: fhir-fhirpath-functionsource: source/fhirpath.html
FHIR FHIRPath Function: %terminologies.translate
This page is part of FHIR FHIRPath (FHIR-specific extensions). Base spec lives at FHIRPath.
%terminologies.translate(conceptMap, coded, params) : Parameters
This calls the Terminology Service $translate operation (formal definition).
Parameters:
- conceptMap: either an actual ConceptMap, or a canonical URL reference to a value set.
- coded: The source to translate: a Coding or a resource element that is a code
- params: a URL encoded string with other parameters for the validate-code operation (e.g., 'source=http://acme.org/valueset/23&target=http://acme.org/valueset/23')
Return Value: A Parameters resource with the results of the translation operation.