AssertionManualCompletionType

Assertion Manual Completion Type

activecomplete4 conceptsv5.0.0

The type of manual completion to use for assertion.

Metadata

hl7.org/fhir
Canonical URL
http://hl7.org/fhir/assert-manual-completion-codes
All-Codes Value Set
http://hl7.org/fhir/ValueSet/assert-manual-completion-codes
ID
assert-manual-completion-codes
Version
5.0.0
Publisher
HL7 (FHIR Project)
Case Sensitive
Yes
In the unified registry

Concepts (4)

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.