TestScriptOperation
A structured set of tests against a FHIR server or client implementation to determine compliance against the FHIR specification.
type TestScriptOperation implements Element {
type: Coding
resource: String
label: String
description: String
accept: String
contentType: String
destination: Int
encodeRequestUrl: Boolean
method: String
origin: Int
params: String
requestHeader: [TestScriptRequestHeader]
requestId: String
responseId: String
sourceId: String
targetId: String
url: String
modifierExtension: [Extension]
extension: [Extension]
id: String
}
Fields
TestScriptOperation.type ● Coding object
Server interaction or operation type.
TestScriptOperation.resource ● String scalar
The type of the resource. See http://build.fhir.org/resourcelist.html.
TestScriptOperation.label ● String scalar
The label would be used for tracking/logging purposes by test engines.
TestScriptOperation.description ● String scalar
The description would be used by test engines for tracking and reporting purposes.
TestScriptOperation.accept ● String scalar
The mime-type to use for RESTful operation in the Accept header.
TestScriptOperation.contentType ● String scalar
The mime-type to use for RESTful operation in the Content-Type header.
TestScriptOperation.destination ● Int scalar
The server where the request message is destined for. Must be one of the server numbers listed in TestScript.destination section.
TestScriptOperation.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.
TestScriptOperation.method ● String scalar
The HTTP method the test engine MUST use for this operation regardless of any other operation details.
TestScriptOperation.origin ● Int scalar
The server where the request message originates from. Must be one of the server numbers listed in TestScript.origin section.
TestScriptOperation.params ● String scalar
Path plus parameters after [type]. Used to set parts of the request URL explicitly.
TestScriptOperation.requestHeader ● [TestScriptRequestHeader] list object
Header elements would be used to set HTTP headers.
TestScriptOperation.requestId ● String scalar
The fixture id (maybe new) to map to the request.
TestScriptOperation.responseId ● String scalar
The fixture id (maybe new) to map to the response.
TestScriptOperation.sourceId ● String scalar
The id of the fixture used as the body of a PUT or POST request.
TestScriptOperation.targetId ● String scalar
Id of fixture used for extracting the [id], [type], and [vid] for GET requests.
TestScriptOperation.url ● String scalar
Complete request URL.
TestScriptOperation.modifierExtension ● [Extension] list object
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).
TestScriptOperation.extension ● [Extension] list object
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.
TestScriptOperation.id ● String scalar
Interfaces
Element interface
Base definition for all elements in a resource. If the element is present, it must have a value for at least one of the defined elements, an @id referenced from the Narrative, or extensions
Member Of
TestScriptAction object ● TestScriptAction1 object ● TestScriptAction2 object