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

FHIR FHIRPath Function: %terminologies.subsumes

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

%terminologies.subsumes(system, coded1, coded2, params) : code

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

Parameters:

Return Value: a code as specified for the subsumes operation.


Back to FHIR FHIRPath