FHIR 5.0.0 © HL7.org  |  FHIRsmith 0.8.5  |  Server Home  |  TX Home  |  Capability Statement  |  Terminology Capabilities  |  Operations  |  Problems  |   

TX: CodeSystem assert-manual-completion-codes

Properties

Profile http://hl7.org/fhir/StructureDefinition/shareablecodesystem
Defining URL http://hl7.org/fhir/assert-manual-completion-codes
Version 5.0.0
Name AssertionManualCompletionType
Title Assertion Manual Completion Type
Status active
Definition

The type of manual completion to use for assertion.

Publisher HL7 (FHIR Project)
Committee fhir
EXT_FMM_LEVEL 2
Value Set Assertion Manual Completion Type

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.