IGUHealth
    Preparing search index...
    interface ExampleScenarioInstance {
        _description?: Element;
        _name?: Element;
        _resourceId?: Element;
        _resourceType?: Element;
        containedInstance?: ExampleScenarioInstanceContainedInstance[];
        description?: markdown;
        extension?: Extension[];
        id?: id;
        modifierExtension?: Extension[];
        name?: string;
        resourceId: string;
        resourceType: code;
        version?: ExampleScenarioInstanceVersion[];
    }
    Index

    Properties

    _description?: Element

    Human-friendly description of the resource instance

    _name?: Element

    A short name for the resource instance

    _resourceId?: Element

    The id of the resource for referencing

    _resourceType?: Element

    The type of the resource

    Resources contained in the instance

    description?: markdown

    Human-friendly description of the resource instance

    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

    A short name for the resource instance

    resourceId: string

    The id of the resource for referencing

    resourceType: code

    The type of the resource

    A specific version of the resource