IGUHealth
    Preparing search index...
    interface ExampleScenarioActor {
        _actorId?: Element;
        _description?: Element;
        _name?: Element;
        _type?: Element;
        actorId: string;
        description?: markdown;
        extension?: Extension[];
        id?: id;
        modifierExtension?: Extension[];
        name?: string;
        type: code;
    }
    Index

    Properties

    _actorId?: Element

    ID or acronym of the actor

    _description?: Element

    The description of the actor

    _name?: Element

    The name of the actor as shown in the page

    _type?: Element

    person | entity

    actorId: string

    ID or acronym of the actor

    description?: markdown

    The description of the actor

    extension?: Extension[]

    Additional content defined by implementations

    id?: id

    Unique id for inter-element referencing

    modifierExtension?: Extension[]

    Extensions that cannot be ignored even if unrecognized

    name?: string

    The name of the actor as shown in the page

    type: code

    person | entity