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

FHIR FHIRPath Function: elementDefinition

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

elementDefinition() : collection

Returns the FHIR element definition information for each element in the input collection. If the input collection is empty, the return value will be an empty collection.


Back to FHIR FHIRPath