IGUHealth
    Preparing search index...
    interface TestScriptVariable {
        _defaultValue?: Element;
        _description?: Element;
        _expression?: Element;
        _headerField?: Element;
        _hint?: Element;
        _name?: Element;
        _path?: Element;
        _sourceId?: Element;
        defaultValue?: string;
        description?: string;
        expression?: string;
        extension?: Extension[];
        headerField?: string;
        hint?: string;
        id?: id;
        modifierExtension?: Extension[];
        name: string;
        path?: string;
        sourceId?: id;
    }
    Index

    Properties

    _defaultValue?: Element

    Default, hard-coded, or user-defined value for this variable

    _description?: Element

    Natural language description of the variable

    _expression?: Element

    The FHIRPath expression against the fixture body

    _headerField?: Element

    HTTP header field name for source

    _hint?: Element

    Hint help text for default value to enter

    _name?: Element

    Descriptive name for this variable

    _path?: Element

    XPath or JSONPath against the fixture body

    _sourceId?: Element

    Fixture Id of source expression or headerField within this variable

    defaultValue?: string

    Default, hard-coded, or user-defined value for this variable

    description?: string

    Natural language description of the variable

    expression?: string

    The FHIRPath expression against the fixture body

    extension?: Extension[]

    Additional content defined by implementations

    headerField?: string

    HTTP header field name for source

    hint?: string

    Hint help text for default value to enter

    id?: id

    Unique id for inter-element referencing

    modifierExtension?: Extension[]

    Extensions that cannot be ignored even if unrecognized

    name: string

    Descriptive name for this variable

    path?: string

    XPath or JSONPath against the fixture body

    sourceId?: id

    Fixture Id of source expression or headerField within this variable