Skip to main content

HS.FHIRModel.R4.TestScriptX.Assert

class HS.FHIRModel.R4.TestScriptX.Assert extends HS.FHIRModel.FHIRClassSuper

*****************************************
** TestScriptX.Assert generated class schema
*****************************************
A structured set of tests against a FHIR server or client implementation to determine compliance against the FHIR specification.

Property Inventory

Method Inventory

Parameters

parameter XMLTYPE = R4_TESTSCRIPTX_ASSERT;
Inherited description: This parameter provides the default XMLTYPE for the class. If it is empty then the class name will be used to construct a default XML type.

The default XMLTYPE is used when naming and referencing this type in a schema and the schema context did not provide an XML type name.

Properties

property _compareToSourceExpression as HS.FHIRModel.R4.Element;
Extensions for compareToSourceExpression
Property methods: _compareToSourceExpressionGet(), _compareToSourceExpressionGetSwizzled(), _compareToSourceExpressionIsValid(), _compareToSourceExpressionNewObject(), _compareToSourceExpressionSet()
property _compareToSourceId as HS.FHIRModel.R4.Element;
Extensions for compareToSourceId
Property methods: _compareToSourceIdGet(), _compareToSourceIdGetSwizzled(), _compareToSourceIdIsValid(), _compareToSourceIdNewObject(), _compareToSourceIdSet()
property _compareToSourcePath as HS.FHIRModel.R4.Element;
Extensions for compareToSourcePath
Property methods: _compareToSourcePathGet(), _compareToSourcePathGetSwizzled(), _compareToSourcePathIsValid(), _compareToSourcePathNewObject(), _compareToSourcePathSet()
property _contentType as HS.FHIRModel.R4.Element;
Extensions for contentType
Property methods: _contentTypeGet(), _contentTypeGetSwizzled(), _contentTypeIsValid(), _contentTypeNewObject(), _contentTypeSet()
property _description as HS.FHIRModel.R4.Element;
Extensions for description
Property methods: _descriptionGet(), _descriptionGetSwizzled(), _descriptionIsValid(), _descriptionNewObject(), _descriptionSet()
property _direction as HS.FHIRModel.R4.Element;
Extensions for direction
Property methods: _directionGet(), _directionGetSwizzled(), _directionIsValid(), _directionNewObject(), _directionSet()
property _expression as HS.FHIRModel.R4.Element;
Extensions for expression
Property methods: _expressionGet(), _expressionGetSwizzled(), _expressionIsValid(), _expressionNewObject(), _expressionSet()
property _headerField as HS.FHIRModel.R4.Element;
Extensions for headerField
Property methods: _headerFieldGet(), _headerFieldGetSwizzled(), _headerFieldIsValid(), _headerFieldNewObject(), _headerFieldSet()
property _label as HS.FHIRModel.R4.Element;
Extensions for label
Property methods: _labelGet(), _labelGetSwizzled(), _labelIsValid(), _labelNewObject(), _labelSet()
property _minimumId as HS.FHIRModel.R4.Element;
Extensions for minimumId
Property methods: _minimumIdGet(), _minimumIdGetSwizzled(), _minimumIdIsValid(), _minimumIdNewObject(), _minimumIdSet()
Extensions for navigationLinks
Property methods: _navigationLinksGet(), _navigationLinksGetSwizzled(), _navigationLinksIsValid(), _navigationLinksNewObject(), _navigationLinksSet()
property _operator as HS.FHIRModel.R4.Element;
Extensions for operator
Property methods: _operatorGet(), _operatorGetSwizzled(), _operatorIsValid(), _operatorNewObject(), _operatorSet()
property _path as HS.FHIRModel.R4.Element;
Extensions for path
Property methods: _pathGet(), _pathGetSwizzled(), _pathIsValid(), _pathNewObject(), _pathSet()
property _requestMethod as HS.FHIRModel.R4.Element;
Extensions for requestMethod
Property methods: _requestMethodGet(), _requestMethodGetSwizzled(), _requestMethodIsValid(), _requestMethodNewObject(), _requestMethodSet()
property _requestURL as HS.FHIRModel.R4.Element;
Extensions for requestURL
Property methods: _requestURLGet(), _requestURLGetSwizzled(), _requestURLIsValid(), _requestURLNewObject(), _requestURLSet()
property _resource as HS.FHIRModel.R4.Element;
Extensions for resource
Property methods: _resourceGet(), _resourceGetSwizzled(), _resourceIsValid(), _resourceNewObject(), _resourceSet()
property _response as HS.FHIRModel.R4.Element;
Extensions for response
Property methods: _responseGet(), _responseGetSwizzled(), _responseIsValid(), _responseNewObject(), _responseSet()
property _responseCode as HS.FHIRModel.R4.Element;
Extensions for responseCode
Property methods: _responseCodeGet(), _responseCodeGetSwizzled(), _responseCodeIsValid(), _responseCodeNewObject(), _responseCodeSet()
property _sourceId as HS.FHIRModel.R4.Element;
Extensions for sourceId
Property methods: _sourceIdGet(), _sourceIdGetSwizzled(), _sourceIdIsValid(), _sourceIdNewObject(), _sourceIdSet()
property _validateProfileId as HS.FHIRModel.R4.Element;
Extensions for validateProfileId
Property methods: _validateProfileIdGet(), _validateProfileIdGetSwizzled(), _validateProfileIdIsValid(), _validateProfileIdNewObject(), _validateProfileIdSet()
property _value as HS.FHIRModel.R4.Element;
Extensions for value
Property methods: _valueGet(), _valueGetSwizzled(), _valueIsValid(), _valueNewObject(), _valueSet()
property _warningOnly as HS.FHIRModel.R4.Element;
Extensions for warningOnly
Property methods: _warningOnlyGet(), _warningOnlyGetSwizzled(), _warningOnlyIsValid(), _warningOnlyNewObject(), _warningOnlySet()
property compareToSourceExpression as %String;
The FHIRPath expression to evaluate against the source fixture. When compareToSourceId is defined, either compareToSourceExpression or compareToSourcePath must be defined, but not both.
Property methods: compareToSourceExpressionDisplayToLogical(), compareToSourceExpressionGet(), compareToSourceExpressionIsValid(), compareToSourceExpressionLogicalToDisplay(), compareToSourceExpressionLogicalToOdbc(), compareToSourceExpressionNormalize(), compareToSourceExpressionSet()
property compareToSourceId as %String;
Id of the source fixture used as the contents to be evaluated by either the "source/expression" or "sourceId/path" definition.
Property methods: compareToSourceIdDisplayToLogical(), compareToSourceIdGet(), compareToSourceIdIsValid(), compareToSourceIdLogicalToDisplay(), compareToSourceIdLogicalToOdbc(), compareToSourceIdNormalize(), compareToSourceIdSet()
property compareToSourcePath as %String;
XPath or JSONPath expression to evaluate against the source fixture. When compareToSourceId is defined, either compareToSourceExpression or compareToSourcePath must be defined, but not both.
Property methods: compareToSourcePathDisplayToLogical(), compareToSourcePathGet(), compareToSourcePathIsValid(), compareToSourcePathLogicalToDisplay(), compareToSourcePathLogicalToOdbc(), compareToSourcePathNormalize(), compareToSourcePathSet()
property contentType as %String;
The mime-type contents to compare against the request or response message 'Content-Type' header.
Property methods: contentTypeDisplayToLogical(), contentTypeGet(), contentTypeIsValid(), contentTypeLogicalToDisplay(), contentTypeLogicalToOdbc(), contentTypeNormalize(), contentTypeSet()
property description as %String;
The description would be used by test engines for tracking and reporting purposes.
Property methods: descriptionDisplayToLogical(), descriptionGet(), descriptionIsValid(), descriptionLogicalToDisplay(), descriptionLogicalToOdbc(), descriptionNormalize(), descriptionSet()
property direction as %String (VALUELIST = ",response,request");
The direction to use for the assertion.
Property methods: directionDisplayToLogical(), directionGet(), directionIsValid(), directionLogicalToDisplay(), directionLogicalToOdbc(), directionNormalize(), directionSet()
property expression as %String;
The FHIRPath expression to be evaluated against the request or response message contents - HTTP headers and payload.
Property methods: expressionDisplayToLogical(), expressionGet(), expressionIsValid(), expressionLogicalToDisplay(), expressionLogicalToOdbc(), expressionNormalize(), expressionSet()
property extension as HS.FHIRModel.R4.SeqOfExtension;
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.
Property methods: extensionGet(), extensionGetSwizzled(), extensionIsValid(), extensionNewObject(), extensionSet()
property fhirID as %String;
Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Property methods: fhirIDDisplayToLogical(), fhirIDGet(), fhirIDIsValid(), fhirIDLogicalToDisplay(), fhirIDLogicalToOdbc(), fhirIDNormalize(), fhirIDSet()
property headerField as %String;
The HTTP header field name e.g. 'Location'.
Property methods: headerFieldDisplayToLogical(), headerFieldGet(), headerFieldIsValid(), headerFieldLogicalToDisplay(), headerFieldLogicalToOdbc(), headerFieldNormalize(), headerFieldSet()
property label as %String;
The label would be used for tracking/logging purposes by test engines.
Property methods: labelDisplayToLogical(), labelGet(), labelIsValid(), labelLogicalToDisplay(), labelLogicalToOdbc(), labelNormalize(), labelSet()
property minimumId as %String;
The ID of a fixture. Asserts that the response contains at a minimum the fixture specified by minimumId.
Property methods: minimumIdDisplayToLogical(), minimumIdGet(), minimumIdIsValid(), minimumIdLogicalToDisplay(), minimumIdLogicalToOdbc(), minimumIdNormalize(), minimumIdSet()
property modifierExtension as HS.FHIRModel.R4.SeqOfExtension;
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).
Property methods: modifierExtensionGet(), modifierExtensionGetSwizzled(), modifierExtensionIsValid(), modifierExtensionNewObject(), modifierExtensionSet()
Whether or not the test execution performs validation on the bundle navigation links.
Property methods: navigationLinksDisplayToLogical(), navigationLinksGet(), navigationLinksIsValid(), navigationLinksLogicalToDisplay(), navigationLinksLogicalToXSD(), navigationLinksNormalize(), navigationLinksSet(), navigationLinksXSDToLogical()
property operator as %String (VALUELIST = ",equals,notEquals,in,notIn,greaterThan,lessThan,empty,notEmpty,contains,notContains,eval");
The operator type defines the conditional behavior of the assert. If not defined, the default is equals.
Property methods: operatorDisplayToLogical(), operatorGet(), operatorIsValid(), operatorLogicalToDisplay(), operatorLogicalToOdbc(), operatorNormalize(), operatorSet()
property path as %String;
The XPath or JSONPath expression to be evaluated against the fixture representing the response received from server.
Property methods: pathDisplayToLogical(), pathGet(), pathIsValid(), pathLogicalToDisplay(), pathLogicalToOdbc(), pathNormalize(), pathSet()
property requestMethod as %String (VALUELIST = ",delete,get,options,patch,post,put,head");
The request method or HTTP operation code to compare against that used by the client system under test.
Property methods: requestMethodDisplayToLogical(), requestMethodGet(), requestMethodIsValid(), requestMethodLogicalToDisplay(), requestMethodLogicalToOdbc(), requestMethodNormalize(), requestMethodSet()
property requestURL as %String;
The value to use in a comparison against the request URL path string.
Property methods: requestURLDisplayToLogical(), requestURLGet(), requestURLIsValid(), requestURLLogicalToDisplay(), requestURLLogicalToOdbc(), requestURLNormalize(), requestURLSet()
property resource as %String;
The type of the resource. See http://build.fhir.org/resourcelist.html.
Property methods: resourceDisplayToLogical(), resourceGet(), resourceIsValid(), resourceLogicalToDisplay(), resourceLogicalToOdbc(), resourceNormalize(), resourceSet()
property response as %String (VALUELIST = ",okay,created,noContent,notModified,bad,forbidden,notFound,methodNotAllowed,conflict,gone,preconditionFailed,unprocessable");
okay | created | noContent | notModified | bad | forbidden | notFound | methodNotAllowed | conflict | gone | preconditionFailed | unprocessable.
Property methods: responseDisplayToLogical(), responseGet(), responseIsValid(), responseLogicalToDisplay(), responseLogicalToOdbc(), responseNormalize(), responseSet()
property responseCode as %String;
The value of the HTTP response code to be tested.
Property methods: responseCodeDisplayToLogical(), responseCodeGet(), responseCodeIsValid(), responseCodeLogicalToDisplay(), responseCodeLogicalToOdbc(), responseCodeNormalize(), responseCodeSet()
property sourceId as %String;
Fixture to evaluate the XPath/JSONPath expression or the headerField against.
Property methods: sourceIdDisplayToLogical(), sourceIdGet(), sourceIdIsValid(), sourceIdLogicalToDisplay(), sourceIdLogicalToOdbc(), sourceIdNormalize(), sourceIdSet()
property validateProfileId as %String;
The ID of the Profile to validate against.
Property methods: validateProfileIdDisplayToLogical(), validateProfileIdGet(), validateProfileIdIsValid(), validateProfileIdLogicalToDisplay(), validateProfileIdLogicalToOdbc(), validateProfileIdNormalize(), validateProfileIdSet()
property value as %String;
The value to compare to.
Property methods: valueDisplayToLogical(), valueGet(), valueIsValid(), valueLogicalToDisplay(), valueLogicalToOdbc(), valueNormalize(), valueSet()
property warningOnly as %Boolean;
Whether or not the test execution will produce a warning only on error for this assert.
Property methods: warningOnlyDisplayToLogical(), warningOnlyGet(), warningOnlyIsValid(), warningOnlyLogicalToDisplay(), warningOnlyLogicalToXSD(), warningOnlyNormalize(), warningOnlySet(), warningOnlyXSDToLogical()

Methods

method IncludeExtension()
method IncludeModifierExtension()
method _getProperties() as %DynamicArray
Inherited description: Return an array of the defined properties of this class in the definition order that they were discovered in the the HL7FHIR JSchema document
method toDao() as %DynamicAbstractObject
Inherited description: >

The toDao() method casts the set to a DAO.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab