This case-sensitive code system http://hl7.org/fhir/assert-manual-completion-codes defines the following codes:
Code
Display
Definition
fail
Fail
Mark the currently waiting test failed and proceed with the next assert if the stopTestOnFail is false or the next test in the TestScript if the stopTestOnFail is true.
pass
Pass
Mark the currently waiting test passed (if the test is not failed already) and proceed with the next action in the TestScript.
skip
Skip
Mark this assert as skipped and proceed with the next action in the TestScript.
stop
Stop
Stop execution of this TestScript. The overall status of this TestScript is evaluated based on the status of the completed tests.