Class Annotation

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

public class Annotation extends DataType implements org.hl7.fhir.instance.model.api.ICompositeType
Annotation Type: A text note which also contains information about who made the statement and when.
See Also:
  • Field Details

    • author

      protected DataType author
      The individual responsible for making the annotation.
    • time

      protected DateTimeType time
      Indicates when this particular annotation was made.
    • text

      protected MarkdownType text
      The text of the annotation in markdown format.
  • Constructor Details

  • Method Details