PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.xver-r5.r3@0.1.0
    http://hl7.org/fhir/assert-manual-completion-codes
{
  "description": "The type of manual completion to use for assertion.",
  "_filename": "CodeSystem-assert-manual-completion-codes.json",
  "package_name": "hl7.fhir.uv.xver-r5.r3",
  "date": "2022-12-20T08:24:24-06:00",
  "publisher": "FHIR Infrastructure",
  "jurisdiction": [ {
    "coding": [ {
      "code": "001",
      "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "display": "World"
    } ]
  } ],
  "content": "complete",
  "name": "AssertionManualCompletionType",
  "type": null,
  "experimental": "false",
  "resourceType": "CodeSystem",
  "title": "Assertion Manual Completion Type",
  "package_version": "0.1.0",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode": "trial-use"
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger": 2
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/package-source",
    "extension": [ {
      "url": "packageId",
      "valueId": "hl7.fhir.uv.xver-r5.r3"
    }, {
      "url": "version",
      "valueString": "0.1.0"
    }, {
      "url": "uri",
      "valueUri": "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r5.r3"
    } ]
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode": "fhir"
  } ],
  "status": "active",
  "id": "85a3b17d-5458-4227-83b7-df261e62f5b8",
  "valueSet": "http://hl7.org/fhir/ValueSet/assert-manual-completion-codes",
  "kind": null,
  "url": "http://hl7.org/fhir/assert-manual-completion-codes",
  "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": [ {
    "name": "FHIR Infrastructure",
    "telecom": [ {
      "value": "http://www.hl7.org/Special/committees/fiwg",
      "system": "url"
    } ]
  } ]
}