Skip to main content

TestScriptAssertUpdateInput

No description

input TestScriptAssertUpdateInput {
label: String
description: String
direction: String
compareToSourceId: String
compareToSourceExpression: String
compareToSourcePath: String
contentType: String
expression: String
headerField: String
minimumId: String
navigationLinks: Boolean
operator: String
path: String
requestMethod: String
requestURL: String
resource: String
response: String
responseCode: String
sourceId: String
validateProfileId: String
value: String
warningOnly: Boolean
modifierExtension: [FhirExtensionUpdateInput!]
extension: [FhirExtensionUpdateInput!]
id: String
}

Fields

TestScriptAssertUpdateInput.label ● String scalar

The label would be used for tracking/logging purposes by test engines.

TestScriptAssertUpdateInput.description ● String scalar

The description would be used by test engines for tracking and reporting purposes.

TestScriptAssertUpdateInput.direction ● String scalar

The direction to use for the assertion.

TestScriptAssertUpdateInput.compareToSourceId ● String scalar

Id of the source fixture used as the contents to be evaluated by either the source/expression or sourceId/path definition.

TestScriptAssertUpdateInput.compareToSourceExpression ● String scalar

The FHIRPath expression to evaluate against the source fixture. When compareToSourceId is defined, either compareToSourceExpression or compareToSourcePath must be defined, but not both.

TestScriptAssertUpdateInput.compareToSourcePath ● String scalar

XPath or JSONPath expression to evaluate against the source fixture. When compareToSourceId is defined, either compareToSourceExpression or compareToSourcePath must be defined, but not both.

TestScriptAssertUpdateInput.contentType ● String scalar

The mime-type contents to compare against the request or response message Content-Type header.

TestScriptAssertUpdateInput.expression ● String scalar

The FHIRPath expression to be evaluated against the request or response message contents - HTTP headers and payload.

TestScriptAssertUpdateInput.headerField ● String scalar

The HTTP header field name e.g. Location .

TestScriptAssertUpdateInput.minimumId ● String scalar

The ID of a fixture. Asserts that the response contains at a minimum the fixture specified by minimumId.

TestScriptAssertUpdateInput.navigationLinks ● Boolean scalar

Whether or not the test execution performs validation on the bundle navigation links.

TestScriptAssertUpdateInput.operator ● String scalar

The operator type defines the conditional behavior of the assert. If not defined, the default is equals.

TestScriptAssertUpdateInput.path ● String scalar

The XPath or JSONPath expression to be evaluated against the fixture representing the response received from server.

TestScriptAssertUpdateInput.requestMethod ● String scalar

The request method or HTTP operation code to compare against that used by the client system under test.

TestScriptAssertUpdateInput.requestURL ● String scalar

The value to use in a comparison against the request URL path string.

TestScriptAssertUpdateInput.resource ● String scalar

The type of the resource. See http://build.fhir.org/resourcelist.html.

TestScriptAssertUpdateInput.response ● String scalar

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

TestScriptAssertUpdateInput.responseCode ● String scalar

The value of the HTTP response code to be tested.

TestScriptAssertUpdateInput.sourceId ● String scalar

Fixture to evaluate the XPath/JSONPath expression or the headerField against.

TestScriptAssertUpdateInput.validateProfileId ● String scalar

The ID of the Profile to validate against.

TestScriptAssertUpdateInput.value ● String scalar

The value to compare to.

TestScriptAssertUpdateInput.warningOnly ● Boolean scalar

Whether or not the test execution will produce a warning only on error for this assert.

TestScriptAssertUpdateInput.modifierExtension ● [FhirExtensionUpdateInput!] list input

May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

TestScriptAssertUpdateInput.extension ● [FhirExtensionUpdateInput!] list input

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

TestScriptAssertUpdateInput.id ● String scalar

null

Member Of

TestScriptAction1UpdateInput input ● TestScriptActionUpdateInput input