IGUHealth
    Preparing search index...
    interface Annotation {
        _authorString?: Element;
        _text?: Element;
        _time?: Element;
        authorReference?: Reference;
        authorString?: string;
        extension?: Extension[];
        id?: id;
        text: markdown;
        time?: dateTime;
    }
    Index

    Properties

    _authorString?: Element

    Individual responsible for the annotation

    _text?: Element

    The annotation - text content (as markdown)

    _time?: Element

    When the annotation was made

    authorReference?: Reference

    Individual responsible for the annotation

    authorString?: string

    Individual responsible for the annotation

    extension?: Extension[]

    Additional content defined by implementations

    id?: id

    Unique id for inter-element referencing

    text: markdown

    The annotation - text content (as markdown)

    time?: dateTime

    When the annotation was made