FHIR Testing IG
0.1.0-SNAPSHOT - International flag

FHIR Testing IG, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 0.1.0-SNAPSHOT built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-testing-ig/ and changes regularly. See the Directory of published versions

CodeSystem: Assertion Manual Completion Type

Official URL: http://hl7.org/fhir/assert-manual-completion-codes Version: 0.1.0-SNAPSHOT
Standards status: Trial-use Draft as of 2022-12-20 Maturity Level: 2 Computable Name: AssertionManualCompletionType
Other Identifiers: OID:2.16.840.1.113883.4.642.4.703

The type of manual completion to use for assertion.

This Code system is referenced in the 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.

Description of the above table(s).