AssertionManualCompletionType

Assertion Manual Completion Type

activeExtensions for Using Data Elements from FHIR R5 in FHIR R40.1.0complete4 concepts

The type of manual completion to use for assertion.

Metadata

hl7.org/fhir
Canonical URL
http://hl7.org/fhir/assert-manual-completion-codes
ID
assert-manual-completion-codes
Version
5.0.0
Publisher
FHIR Infrastructure
Case Sensitive
Yes

Concepts (4)

CodeDisplayDefinition
failFailMark 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.
passPassMark the currently waiting test passed (if the test is not failed already) and proceed with the next action in the TestScript.
skipSkipMark this assert as skipped and proceed with the next action in the TestScript.
stopStopStop execution of this TestScript. The overall status of this TestScript is evaluated based on the status of the completed tests.