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: CodeSystem-codesystem-testscript-test-manual-completion-codes

Raw json


{
  "resourceType" : "CodeSystem",
  "id" : "codesystem-testscript-test-manual-completion-codes",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://touchstone.aegis.net/touchstone/fhir/testing/CodeSystem/codesystem-testscript-test-manual-completion-codes defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">fail<a name=\"codesystem-testscript-test-manual-completion-codes-fail\"> </a></td><td>Fail</td><td>Mark the currently waiting operation complete and mark its test failed and proceed with the rest of the tests in the TestScript</td></tr><tr><td style=\"white-space:nowrap\">pass<a name=\"codesystem-testscript-test-manual-completion-codes-pass\"> </a></td><td>Pass</td><td>Mark the currently waiting operation complete and mark its test passed (if the test is not failed already) and proceed with the rest of the tests in the TestScript</td></tr><tr><td style=\"white-space:nowrap\">proceed<a name=\"codesystem-testscript-test-manual-completion-codes-proceed\"> </a></td><td>Proceed</td><td>Mark the currently waiting operation complete and proceed with the rest of the operation executions assert evaluations whatever the outcome</td></tr><tr><td style=\"white-space:nowrap\">stop<a name=\"codesystem-testscript-test-manual-completion-codes-stop\"> </a></td><td>Stop</td><td>Mark the currently waiting operation complete and mark its test stopped (if the test has not completed already) and proceed with the rest of the tests in the TestScript</td></tr></table></div>"
  },
  "url" : "http://touchstone.aegis.net/touchstone/fhir/testing/CodeSystem/codesystem-testscript-test-manual-completion-codes",
  "version" : "1.5.0",
  "name" : "AEGISTouchstoneTestingTestScriptTestManualCompletionCodes",
  "title" : "AEGIS Touchstone Testing TestScript Test Manual Completion Codes",
  "status" : "active",
  "date" : "2020-11-24",
  "publisher" : "AEGIS.net, Inc.",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.aegis.net"
        }
      ]
    }
  ],
  "description" : "This value set defines a set of codes that override the default behavior of the TestScript.test execution.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "fail",
      "display" : "Fail",
      "definition" : "Mark the currently waiting operation complete and mark its test failed and proceed with the rest of the tests in the TestScript"
    },
    {
      "code" : "pass",
      "display" : "Pass",
      "definition" : "Mark the currently waiting operation complete and mark its test passed (if the test is not failed already) and proceed with the rest of the tests in the TestScript"
    },
    {
      "code" : "proceed",
      "display" : "Proceed",
      "definition" : "Mark the currently waiting operation complete and proceed with the rest of the operation executions assert evaluations whatever the outcome"
    },
    {
      "code" : "stop",
      "display" : "Stop",
      "definition" : "Mark the currently waiting operation complete and mark its test stopped (if the test has not completed already) and proceed with the rest of the tests in the TestScript"
    }
  ]
}