Class Narrative

All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement, Serializable, org.hl7.fhir.instance.model.api.IBase, org.hl7.fhir.instance.model.api.IBaseDatatype, org.hl7.fhir.instance.model.api.IBaseElement, org.hl7.fhir.instance.model.api.IBaseHasExtensions, org.hl7.fhir.instance.model.api.ICompositeType, org.hl7.fhir.instance.model.api.INarrative

public class Narrative extends BaseNarrative implements org.hl7.fhir.instance.model.api.INarrative
A human-readable formatted text, including images.
See Also:
  • Field Details

    • status

      The status of the narrative - whether it's entirely generated (from just the defined data or the extensions too), or whether a human authored it and it may contain additional data.
    • div

      protected org.hl7.fhir.utilities.xhtml.XhtmlNode div
      The actual narrative content, a stripped down version of XHTML.
  • Constructor Details

  • Method Details