AEGIS Touchstone Testing Implementation Guide

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

JSON Format: TestScript-ehr-smart-launch

Raw json


{
  "resourceType" : "TestScript",
  "id" : "ehr-smart-launch",
  "meta" : {
    "profile" : [
      "http://touchstone.aegis.net/touchstone/fhir/testing/StructureDefinition/testscript"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><h3>Ids</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table><h3>Meta</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table><p><b>url</b>: <a href=\"http://touchstone.aegis.net/touchstone/fhir/testing/TestScript/ehr-smart-launch\">http://touchstone.aegis.net/touchstone/fhir/testing/TestScript/ehr-smart-launch</a></p><p><b>version</b>: 1.1.0</p><p><b>name</b>: EHRSMARTLaunch</p><p><b>status</b>: active</p><p><b>date</b>: 2020-08-27</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 the smart-launch operation and the new extension operation-smartLaunchRequestId.</p><p><b>jurisdiction</b>: <span title=\"Codes: {urn:iso:std:iso:3166 US}\">United States of America</span></p><p><b>copyright</b>: (c) AEGIS.net, Inc. 2015+</p><blockquote><p><b>test</b></p><h3>Ids</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table><p><b>name</b>: EHR Launch With Practitioner Scope</p><p><b>description</b>: Perform EHR SMART launch sequence and test browser redirect.</p><blockquote><p><b>action</b></p><h3>Operations</h3><table class=\"grid\"><tr><td>-</td><td><b>Extension</b></td><td><b>Type</b></td><td><b>Description</b></td><td><b>EncodeRequestUrl</b></td></tr><tr><td>*</td><td></td><td><span title=\"{http://touchstone.aegis.net/touchstone/fhir/testing/CodeSystem/codesystem-testscript-operation-codes smart-launch}\">SMART on FHIR Launch</span></td><td>EHR server redirects client browser to Touchstone app launch URL</td><td>false</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Asserts</h3><table class=\"grid\"><tr><td>-</td><td><b>Description</b></td><td><b>Direction</b></td><td><b>Operator</b></td><td><b>RequestURL</b></td><td><b>SourceId</b></td><td><b>WarningOnly</b></td></tr><tr><td>*</td><td>EHR server redirects client browser to Touchstone app launch URI. Client browser sent from EHR server to app launch URI of client app as described in SMART EHR Launch Sequence.</td><td>request</td><td>contains</td><td>/oauth2/smart/launch</td><td>smartLaunchRequest1</td><td>false</td></tr></table></blockquote></blockquote></div>"
  },
  "url" : "http://touchstone.aegis.net/touchstone/fhir/testing/TestScript/ehr-smart-launch",
  "version" : "1.1.0",
  "name" : "EHRSMARTLaunch",
  "status" : "active",
  "date" : "2020-08-27",
  "publisher" : "AEGIS.net, Inc.",
  "contact" : [
    {
      "name" : "Touchstone Support",
      "telecom" : [
        {
          "system" : "email",
          "value" : "Touchstone_Support@aegis.net",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Demonstrate the use of the smart-launch operation and the new extension operation-smartLaunchRequestId.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "copyright" : "(c) AEGIS.net, Inc. 2015+",
  "test" : [
    {
      "id" : "EHRLaunchWithPractitionerScope",
      "name" : "EHR Launch With Practitioner Scope",
      "description" : "Perform EHR SMART launch sequence and test browser redirect.",
      "action" : [
        {
          "operation" : {
            "extension" : [
              {
                "url" : "http://touchstone.aegis.net/touchstone/fhir/testing/StructureDefinition/testscript-operation-smartLaunchRequestId",
                "valueId" : "smartLaunchRequest1"
              }
            ],
            "type" : {
              "system" : "http://touchstone.aegis.net/touchstone/fhir/testing/CodeSystem/codesystem-testscript-operation-codes",
              "code" : "smart-launch"
            },
            "description" : "EHR server redirects client browser to Touchstone app launch URL",
            "encodeRequestUrl" : false
          }
        },
        {
          "assert" : {
            "description" : "EHR server redirects client browser to Touchstone app launch URI. Client browser sent from EHR server to app launch URI of client app as described in SMART EHR Launch Sequence.",
            "direction" : "request",
            "operator" : "contains",
            "requestURL" : "/oauth2/smart/launch",
            "sourceId" : "smartLaunchRequest1",
            "warningOnly" : false
          }
        }
      ]
    }
  ]
}