Cross-Version Extension for TestScript.setup.action.assert.operator in R3

URLhttp://hl7.org/fhir/3.0/StructureDefinition/extension-TestScript.setup.action.assert.operator
Version
Statusactive
Description

Cross-Version Extension for TestScript.setup.action.assert.operator. Valid in versions R2

This is a valid extension because it has the following codes that are not in other versions eval (http://hl7.org/fhir/3.0/assert-operator-codes)

Context of Use

This extension may be used in the following contexts:


NameFlagsCard.TypeDescription & Constraintsdoco
.. Extension 0..1Extensionequals | notEquals | in | notIn | greaterThan | lessThan | empty | notEmpty | contains | notContains | eval
... extension ..0
... value[x] 1..code
... url "http://hl7.org/fhir/3.0/StructureDefinition/extension-TestScript.setup.action.assert.operator"

doco Documentation for this format

{
  "resourceType" : "StructureDefinition",
  "id" : "xv-r3-tst.set.actn.ass.operator",
  "url" : "http://hl7.org/fhir/3.0/StructureDefinition/extension-TestScript.setup.action.assert.operator",
  "name" : "XVerExtensionTestScript.setup.action.assert.operatorR3",
  "title" : "Cross-Version Extension for TestScript.setup.action.assert.operator in R3",
  "status" : "active",
  "experimental" : false,
  "publisher" : "Health Level Seven International (FHIR Infrastructure)",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org/fhir"
    }]
  },
  {
    "telecom" : [{
      "system" : "url",
      "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm"
    }]
  }],
  "description" : "Cross-Version Extension for TestScript.setup.action.assert.operator. Valid in versions R2\r\n\r\nThis is a valid extension because it has the following codes that are not in other versions eval (http://hl7.org/fhir/3.0/assert-operator-codes)",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001"
    }]
  }],
  "fhirVersion" : "5.0.0",
  "kind" : "complex-type",
  "abstract" : false,
  "type" : "Extension",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation" : "constraint",
  "differential" : {
    "element" : [{
      "path" : "Extension",
      "short" : "equals | notEquals | in | notIn | greaterThan | lessThan | empty | notEmpty | contains | notContains | eval",
      "definition" : "The operator type defines the conditional behavior of the assert. If not defined, the default is equals.",
      "comment" : "Operators are useful especially for negative testing.  If operator is not specified, then the \"equals\" operator is assumed; e.g. <code>   <assert>  <operator value=\"in\" />  <responseCode value=\"200,201,204\" />    </assert>    <assert>  <operator value=\"notEquals\" />  <response value=\"okay\"/>   </assert>    <assert>  <operator value=\"greaterThan\" />    <responseHeader>     <field value=\"Content-Length\" />     <value value=\"0\" />    <responseHeader/>   </assert> </code>.",
      "min" : 0,
      "max" : "1",
      "isModifier" : false
    },
    {
      "path" : "Extension.extension",
      "max" : "0"
    },
    {
      "path" : "Extension.value[x]",
      "min" : 1,
      "type" : [{
        "code" : "code"
      }]
    },
    {
      "path" : "Extension.url",
      "fixedUri" : "http://hl7.org/fhir/3.0/StructureDefinition/extension-TestScript.setup.action.assert.operator"
    }]
  }
}