Extensions for Using Data Elements from FHIR R5 in FHIR R4
0.1.0 - STU International flag

Extensions for Using Data Elements from FHIR R5 in FHIR R4 - Downloaded Version null See the Directory of published versions

CodeSystem: AssertionManualCompletionType

Official URL: http://hl7.org/fhir/assert-manual-completion-codes Version: 5.0.0
Standards status: Trial-use Maturity Level: 2 Computable Name: AssertionManualCompletionType

The type of manual completion to use for assertion.

This Code system is referenced in the content logical definition of the following value sets:

This case-sensitive code system http://hl7.org/fhir/assert-manual-completion-codes defines the following codes:

CodeDisplayDefinition
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.