--- type: "fhir-fhirpath-function" title: "FHIR FHIRPath Function: htmlChecks" source: "source/fhirpath.html" --- # FHIR FHIRPath Function: htmlChecks This page is part of **FHIR FHIRPath** (FHIR-specific extensions). Base spec lives at [FHIRPath](/fhirpath). `htmlChecks : Boolean` When invoked on a single [xhtml](narrative#xhtml) element returns true if the [rules around HTML usage](narrative#rules) 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](/fhir-fhirpath)