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

FHIR FHIRPath Function: htmlChecks

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

htmlChecks : Boolean

When invoked on a single xhtml element returns true if the rules around HTML usage are met, and false if they are not. The return value is empty on any other kind of element, or a collection of xhtml elements.


Back to FHIR FHIRPath