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

CodeSystem: codesystem-testscript-test-manual-completion-codes

This code system http://touchstone.aegis.net/touchstone/fhir/testing/CodeSystem/codesystem-testscript-test-manual-completion-codes defines the following codes:

CodeDisplayDefinition
fail FailMark the currently waiting operation complete and mark its test failed and proceed with the rest of the tests in the TestScript
pass PassMark 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
proceed ProceedMark the currently waiting operation complete and proceed with the rest of the operation executions assert evaluations whatever the outcome
stop StopMark 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