AEGIS Touchstone Testing Implementation Guide

This is the Version 1.5.0 Release of the Touchstone Testing Implementation Guide, based on FHIR Version 4.0.1. See the Directory of published versions

JSON Format: TestScript-patient-read-notfound-ruleset-with-param-json

Raw json


{
  "resourceType" : "TestScript",
  "id" : "patient-read-notfound-ruleset-with-param-json",
  "meta" : {
    "profile" : [
      "http://touchstone.aegis.net/touchstone/fhir/testing/StructureDefinition/testscript"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource \"patient-read-notfound-ruleset-with-param-json\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-testscript.html\">AEGIS Touchstone Testing TestScript Profile</a></p></div><blockquote><p><b>AEGIS Touchstone Testing TestScript Ruleset Extension</b></p><p><b>value</b>: RulesetPatientNotFound</p><p><b>value</b>: ../_reference/ruleset/RuleSet-NotFound-Groovy.xml</p></blockquote><p><b>url</b>: <code>http://touchstone.aegis.net/touchstone/fhir/testing/TestScript/patient-read-notfound-ruleset-with-param-json</code></p><p><b>version</b>: 1.5.0</p><p><b>name</b>: PatientReadNotFoundRulesetWithParamJson</p><p><b>status</b>: active</p><p><b>date</b>: 2020-05-29</p><p><b>publisher</b>: AEGIS.net, Inc.</p><p><b>contact</b>: Touchstone Support: <a href=\"mailto:Touchstone_Support@aegis.net\">Touchstone_Support@aegis.net</a></p><p><b>description</b>: Demonstrate the use of a ruleset with a Patient read. The actual test is a read operation for a Patient in JSON format where the patient is not found and a ruleset is used to conditionally check the system under test to either skip or apply checks for HTTP response headers the payload content.</p><p><b>jurisdiction</b>: US <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#US)</span></p><p><b>copyright</b>: (c) AEGIS.net, Inc. 2015+</p><p><b>profile</b>: <a href=\"http://hl7.org/fhir/StructureDefinition/Patient\">http://hl7.org/fhir/StructureDefinition/Patient</a> \"Patient\"</p><h3>Variables</h3><table class=\"grid\"><tr><td>-</td><td><b>Name</b></td><td><b>Description</b></td><td><b>Hint</b></td></tr><tr><td>*</td><td>NotFoundPatientResourceId</td><td>Enter a Patient resource id that does not exist on the destination system.</td><td>[Not Found Resource Id]</td></tr></table><blockquote><p><b>test</b></p><p><b>name</b>: ReadNotFoundJSON</p><p><b>description</b>: Test the read operation for a known, not found (never existed) Patient resource instance. The expected HTTP response is 404 (Not Found) and optional content of an OperationOutcome resource in JSON format.</p><blockquote><p><b>action</b></p><h3>Operations</h3><table class=\"grid\"><tr><td>-</td><td><b>Type</b></td><td><b>Resource</b></td><td><b>Description</b></td><td><b>Accept</b></td><td><b>EncodeRequestUrl</b></td><td><b>Params</b></td></tr><tr><td>*</td><td>Read (Details: http://terminology.hl7.org/CodeSystem/testscript-operation-codes code read = 'Read', stated as 'null')</td><td>Patient</td><td>Patient read operation for a known, not found (never existed) resource instance.</td><td>json</td><td>true</td><td>/${NotFoundPatientResourceId}</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Asserts</h3><table class=\"grid\"><tr><td>-</td><td><b>Extension</b></td><td><b>Description</b></td><td><b>Direction</b></td><td><b>ResponseCode</b></td><td><b>WarningOnly</b></td></tr><tr><td>*</td><td></td><td>Confirm that the returned HTTP status is 404(Not Found).</td><td>response</td><td>404</td><td>false</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Asserts</h3><table class=\"grid\"><tr><td>-</td><td><b>Extension</b></td><td><b>Description</b></td><td><b>Direction</b></td><td><b>WarningOnly</b></td></tr><tr><td>*</td><td></td><td>Complex ruleset assertion to conditionally validate expected HTTP Headers and payload.</td><td>response</td><td>false</td></tr></table></blockquote></blockquote></div>"
  },
  "extension" : [
    {
      "extension" : [
        {
          "url" : "rulesetId",
          "valueId" : "RulesetPatientNotFound"
        },
        {
          "url" : "path",
          "valueString" : "../_reference/ruleset/RuleSet-NotFound-Groovy.xml"
        },
        {
          "extension" : [
            {
              "url" : "ruleId",
              "valueId" : "assertContentTypeIfBody"
            }
          ],
          "url" : "rule"
        },
        {
          "extension" : [
            {
              "url" : "ruleId",
              "valueId" : "assertContentTypeMimeTypeIfBody"
            }
          ],
          "url" : "rule"
        },
        {
          "extension" : [
            {
              "url" : "ruleId",
              "valueId" : "assertContentTypeCharsetIfBody"
            }
          ],
          "url" : "rule"
        },
        {
          "extension" : [
            {
              "url" : "ruleId",
              "valueId" : "assertResourceIfBody"
            },
            {
              "extension" : [
                {
                  "url" : "name",
                  "valueString" : "resourceOperator"
                },
                {
                  "url" : "value",
                  "valueString" : "equals"
                }
              ],
              "url" : "param"
            },
            {
              "extension" : [
                {
                  "url" : "name",
                  "valueString" : "bodyOperator"
                },
                {
                  "url" : "value",
                  "valueString" : "notEmpty"
                }
              ],
              "url" : "param"
            }
          ],
          "url" : "rule"
        }
      ],
      "url" : "http://touchstone.aegis.net/touchstone/fhir/testing/StructureDefinition/testscript-ruleset"
    }
  ],
  "url" : "http://touchstone.aegis.net/touchstone/fhir/testing/TestScript/patient-read-notfound-ruleset-with-param-json",
  "version" : "1.5.0",
  "name" : "PatientReadNotFoundRulesetWithParamJson",
  "status" : "active",
  "date" : "2020-05-29",
  "publisher" : "AEGIS.net, Inc.",
  "contact" : [
    {
      "name" : "Touchstone Support",
      "telecom" : [
        {
          "system" : "email",
          "value" : "Touchstone_Support@aegis.net",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Demonstrate the use of a ruleset with a Patient read. The actual test is a read operation for a Patient in JSON format where the patient is not found and a ruleset is used to conditionally check the system under test to either skip or apply checks for HTTP response headers the payload content.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "copyright" : "(c) AEGIS.net, Inc. 2015+",
  "profile" : [
    {
      "id" : "patient-profile",
      "reference" : "http://hl7.org/fhir/StructureDefinition/Patient"
    }
  ],
  "variable" : [
    {
      "name" : "NotFoundPatientResourceId",
      "description" : "Enter a Patient resource id that does not exist on the destination system.",
      "hint" : "[Not Found Resource Id]"
    }
  ],
  "test" : [
    {
      "id" : "01-ReadNotFoundJSON",
      "name" : "ReadNotFoundJSON",
      "description" : "Test the read operation for a known, not found (never existed) Patient resource instance. The expected HTTP response is 404 (Not Found) and optional content of an OperationOutcome resource in JSON format.",
      "action" : [
        {
          "operation" : {
            "type" : {
              "system" : "http://terminology.hl7.org/CodeSystem/testscript-operation-codes",
              "code" : "read"
            },
            "resource" : "Patient",
            "description" : "Patient read operation for a known, not found (never existed) resource instance.",
            "accept" : "json",
            "encodeRequestUrl" : true,
            "params" : "/${NotFoundPatientResourceId}"
          }
        },
        {
          "assert" : {
            "extension" : [
              {
                "url" : "http://touchstone.aegis.net/touchstone/fhir/testing/StructureDefinition/testscript-assert-stopTestOnFail",
                "valueBoolean" : false
              }
            ],
            "description" : "Confirm that the returned HTTP status is 404(Not Found).",
            "direction" : "response",
            "responseCode" : "404",
            "warningOnly" : false
          }
        },
        {
          "assert" : {
            "extension" : [
              {
                "extension" : [
                  {
                    "url" : "rulesetId",
                    "valueId" : "RulesetPatientNotFound"
                  },
                  {
                    "extension" : [
                      {
                        "url" : "ruleId",
                        "valueId" : "assertContentTypeMimeTypeIfBody"
                      },
                      {
                        "extension" : [
                          {
                            "url" : "name",
                            "valueString" : "headerExpectedValue"
                          },
                          {
                            "url" : "value",
                            "valueString" : "application/fhir+json"
                          }
                        ],
                        "url" : "param"
                      }
                    ],
                    "url" : "rule"
                  },
                  {
                    "extension" : [
                      {
                        "url" : "ruleId",
                        "valueId" : "assertResourceIfBody"
                      },
                      {
                        "extension" : [
                          {
                            "url" : "name",
                            "valueString" : "resource"
                          },
                          {
                            "url" : "value",
                            "valueString" : "OperationOutcome"
                          }
                        ],
                        "url" : "param"
                      }
                    ],
                    "url" : "rule"
                  }
                ],
                "url" : "http://touchstone.aegis.net/touchstone/fhir/testing/StructureDefinition/testscript-assert-ruleset"
              }
            ],
            "description" : "Complex ruleset assertion to conditionally validate expected HTTP Headers and payload.",
            "direction" : "response",
            "warningOnly" : false
          }
        }
      ]
    }
  ]
}