IGUHealth
    Preparing search index...
    interface TestScriptSetupActionAssert {
        _compareToSourceExpression?: Element;
        _compareToSourceId?: Element;
        _compareToSourcePath?: Element;
        _contentType?: Element;
        _description?: Element;
        _direction?: Element;
        _expression?: Element;
        _headerField?: Element;
        _label?: Element;
        _minimumId?: Element;
        _navigationLinks?: Element;
        _operator?: Element;
        _path?: Element;
        _requestMethod?: Element;
        _requestURL?: Element;
        _resource?: Element;
        _response?: Element;
        _responseCode?: Element;
        _sourceId?: Element;
        _validateProfileId?: Element;
        _value?: Element;
        _warningOnly?: Element;
        compareToSourceExpression?: string;
        compareToSourceId?: string;
        compareToSourcePath?: string;
        contentType?: code;
        description?: string;
        direction?: code;
        expression?: string;
        extension?: Extension[];
        headerField?: string;
        id?: id;
        label?: string;
        minimumId?: string;
        modifierExtension?: Extension[];
        navigationLinks?: boolean;
        operator?: code;
        path?: string;
        requestMethod?: code;
        requestURL?: string;
        resource?: code;
        response?: code;
        responseCode?: string;
        sourceId?: id;
        validateProfileId?: id;
        value?: string;
        warningOnly: boolean;
    }
    Index

    Properties

    _compareToSourceExpression?: Element

    The FHIRPath expression to evaluate against the source fixture

    _compareToSourceId?: Element

    Id of the source fixture to be evaluated

    _compareToSourcePath?: Element

    XPath or JSONPath expression to evaluate against the source fixture

    _contentType?: Element

    Mime type to compare against the 'Content-Type' header

    _description?: Element

    Tracking/reporting assertion description

    _direction?: Element

    response | request

    _expression?: Element

    The FHIRPath expression to be evaluated

    _headerField?: Element

    HTTP header field name

    _label?: Element

    Tracking/logging assertion label

    _minimumId?: Element

    Fixture Id of minimum content resource

    _navigationLinks?: Element

    Perform validation on navigation links?

    _operator?: Element

    equals | notEquals | in | notIn | greaterThan | lessThan | empty | notEmpty | contains | notContains | eval

    _path?: Element

    XPath or JSONPath expression

    _requestMethod?: Element

    delete | get | options | patch | post | put | head

    _requestURL?: Element

    Request URL comparison value

    _resource?: Element

    Resource type

    _response?: Element

    okay | created | noContent | notModified | bad | forbidden | notFound | methodNotAllowed | conflict | gone | preconditionFailed | unprocessable

    _responseCode?: Element

    HTTP response code to test

    _sourceId?: Element

    Fixture Id of source expression or headerField

    _validateProfileId?: Element

    Profile Id of validation profile reference

    _value?: Element

    The value to compare to

    _warningOnly?: Element

    Will this assert produce a warning only on error?

    compareToSourceExpression?: string

    The FHIRPath expression to evaluate against the source fixture

    compareToSourceId?: string

    Id of the source fixture to be evaluated

    compareToSourcePath?: string

    XPath or JSONPath expression to evaluate against the source fixture

    contentType?: code

    Mime type to compare against the 'Content-Type' header

    description?: string

    Tracking/reporting assertion description

    direction?: code

    response | request

    expression?: string

    The FHIRPath expression to be evaluated

    extension?: Extension[]

    Additional content defined by implementations

    headerField?: string

    HTTP header field name

    id?: id

    Unique id for inter-element referencing

    label?: string

    Tracking/logging assertion label

    minimumId?: string

    Fixture Id of minimum content resource

    modifierExtension?: Extension[]

    Extensions that cannot be ignored even if unrecognized

    navigationLinks?: boolean

    Perform validation on navigation links?

    operator?: code

    equals | notEquals | in | notIn | greaterThan | lessThan | empty | notEmpty | contains | notContains | eval

    path?: string

    XPath or JSONPath expression

    requestMethod?: code

    delete | get | options | patch | post | put | head

    requestURL?: string

    Request URL comparison value

    resource?: code

    Resource type

    response?: code

    okay | created | noContent | notModified | bad | forbidden | notFound | methodNotAllowed | conflict | gone | preconditionFailed | unprocessable

    responseCode?: string

    HTTP response code to test

    sourceId?: id

    Fixture Id of source expression or headerField

    validateProfileId?: id

    Profile Id of validation profile reference

    value?: string

    The value to compare to

    warningOnly: boolean

    Will this assert produce a warning only on error?