http://hl7.org/fhir/assert-manual-completion-codes|5.0.0

name
AssertionManualCompletionType
package
hl7.fhir.r5.core@5.0.0
content
complete
status
active
date
2022-12-20 14:24:24.0

Assertion Manual Completion Type

The type of manual completion to use for assertion.

{
  "description" : "The type of manual completion to use for assertion.",
  "compose" : null,
  "package" : "hl7.fhir.r5.core@5.0.0",
  "date" : "2022-12-20T14:24:24Z",
  "meta" : {
    "profile" : [ "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ],
    "lastUpdated" : "2023-03-26T15:21:02.749+11:00"
  },
  "publisher" : "HL7 (FHIR Project)",
  "jurisdiction" : [ {
    "coding" : [ {
      "code" : "001",
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "display" : "World"
    } ]
  } ],
  "content" : "complete",
  "name" : "AssertionManualCompletionType",
  "experimental" : false,
  "resourceType" : "CodeSystem",
  "title" : "Assertion Manual Completion Type",
  "supliment" : null,
  "extension" : [ {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "fhir"
  }, {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "trial-use"
  }, {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 2
  } ],
  "status" : "active",
  "id" : "ffc0318f-3c65-5a58-bcc4-1213faea983c",
  "valueSet" : "http://hl7.org/fhir/ValueSet/assert-manual-completion-codes",
  "url" : "http://hl7.org/fhir/assert-manual-completion-codes",
  "identifier" : [ {
    "value" : "urn:oid:2.16.840.1.113883.4.642.4.703",
    "system" : "urn:ietf:rfc:3986"
  } ],
  "concept" : [ {
    "code" : "fail",
    "display" : "Fail",
    "definition" : "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."
  }, {
    "code" : "pass",
    "display" : "Pass",
    "definition" : "Mark the currently waiting test passed (if the test is not failed already) and proceed with the next action in the TestScript."
  }, {
    "code" : "skip",
    "display" : "Skip",
    "definition" : "Mark this assert as skipped and proceed with the next action in the TestScript."
  }, {
    "code" : "stop",
    "display" : "Stop",
    "definition" : "Stop execution of this TestScript. The overall status of this TestScript is evaluated based on the status of the completed tests."
  } ],
  "caseSensitive" : true,
  "version" : "5.0.0",
  "contact" : [ {
    "telecom" : [ {
      "value" : "http://hl7.org/fhir",
      "system" : "url"
    }, {
      "value" : "fhir@lists.hl7.org",
      "system" : "email"
    } ]
  } ]
}