001package org.hl7.fhir.r4.model.api; 002 003 004public interface IBaseXhtml extends IPrimitiveType<String> { 005 006}