Touchstone FHIR Testing v2.0.0. This is the current published version. For a full list of available versions, see the Directory of published versions
: AEGIS Touchstone Testing TestScript Test Manual Completion Codes - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "codesystem-testscript-test-manual-completion-codes",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
},
"url" : "http://touchstone.aegis.net/touchstone/fhir/testing/CodeSystem/codesystem-testscript-test-manual-completion-codes",
"version" : "2.0.0",
"name" : "AEGISTouchstoneTestingTestScriptTestManualCompletionCodes",
"title" : "AEGIS Touchstone Testing TestScript Test Manual Completion Codes",
"status" : "active",
"experimental" : false,
"date" : "2023-06-29",
"publisher" : "AEGIS.net, Inc.",
"contact" : [
{
"name" : "AEGIS.net, Inc.",
"telecom" : [
{
"system" : "url",
"value" : "https://www.aegis.net"
}
]
},
{
"name" : "Richard Ettema",
"telecom" : [
{
"system" : "email",
"value" : "mailto:richard.ettema@aegis.net"
}
]
}
],
"description" : "This system defines a set of codes that override the default behavior of the TestScript.test execution.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"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"
}
]
}