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

FHIR FHIRPath Function: %terminologies.validateCS

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

%terminologies.validateCS(codeSystem, coded, params) : Parameters

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

Parameters:

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


Back to FHIR FHIRPath