Skip to main content

TestScriptOperationUpdateInput

No description

input TestScriptOperationUpdateInput {
type: CodingUpdateInput
resource: String
label: String
description: String
accept: String
contentType: String
destination: Int
encodeRequestUrl: Boolean
method: String
origin: Int
params: String
requestHeader: [TestScriptRequestHeaderUpdateInput!]
requestId: String
responseId: String
sourceId: String
targetId: String
url: String
modifierExtension: [FhirExtensionUpdateInput!]
extension: [FhirExtensionUpdateInput!]
id: String
}

Fields

TestScriptOperationUpdateInput.type ● CodingUpdateInput input

Server interaction or operation type.

TestScriptOperationUpdateInput.resource ● String scalar

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

TestScriptOperationUpdateInput.label ● String scalar

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

TestScriptOperationUpdateInput.description ● String scalar

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

TestScriptOperationUpdateInput.accept ● String scalar

The mime-type to use for RESTful operation in the Accept header.

TestScriptOperationUpdateInput.contentType ● String scalar

The mime-type to use for RESTful operation in the Content-Type header.

TestScriptOperationUpdateInput.destination ● Int scalar

The server where the request message is destined for. Must be one of the server numbers listed in TestScript.destination section.

TestScriptOperationUpdateInput.encodeRequestUrl ● Boolean scalar

Whether or not to implicitly send the request url in encoded format. The default is true to match the standard RESTful client behavior. Set to false when communicating with a server that does not support encoded url paths.

TestScriptOperationUpdateInput.method ● String scalar

The HTTP method the test engine MUST use for this operation regardless of any other operation details.

TestScriptOperationUpdateInput.origin ● Int scalar

The server where the request message originates from. Must be one of the server numbers listed in TestScript.origin section.

TestScriptOperationUpdateInput.params ● String scalar

Path plus parameters after [type]. Used to set parts of the request URL explicitly.

TestScriptOperationUpdateInput.requestHeader ● [TestScriptRequestHeaderUpdateInput!] list input

Header elements would be used to set HTTP headers.

TestScriptOperationUpdateInput.requestId ● String scalar

The fixture id (maybe new) to map to the request.

TestScriptOperationUpdateInput.responseId ● String scalar

The fixture id (maybe new) to map to the response.

TestScriptOperationUpdateInput.sourceId ● String scalar

The id of the fixture used as the body of a PUT or POST request.

TestScriptOperationUpdateInput.targetId ● String scalar

Id of fixture used for extracting the [id], [type], and [vid] for GET requests.

TestScriptOperationUpdateInput.url ● String scalar

Complete request URL.

TestScriptOperationUpdateInput.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).

TestScriptOperationUpdateInput.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.

TestScriptOperationUpdateInput.id ● String scalar

null

Member Of

TestScriptAction1UpdateInput input ● TestScriptAction2UpdateInput input ● TestScriptActionUpdateInput input