FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5
0.0.1-snapshot-2 - informative International flag

FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5 - Version 0.0.1-snapshot-2. See the Directory of published versions

: Assertion Manual Completion Type - JSON Representation

Page standards status: Informative Maturity Level: 2

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "assert-manual-completion-codes",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system \n              <code>http://hl7.org/fhir/assert-manual-completion-codes</code> defines the following codes:\n            </p>\n            <table class=\"codes\">\n              <tr>\n                <td style=\"white-space:nowrap\">\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">fail\n                  <a name=\"assert-manual-completion-codes-fail\"> </a>\n                </td>\n                <td>Fail</td>\n                <td>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.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">pass\n                  <a name=\"assert-manual-completion-codes-pass\"> </a>\n                </td>\n                <td>Pass</td>\n                <td>Mark the currently waiting test passed (if the test is not failed already) and proceed with the next action in the TestScript.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">skip\n                  <a name=\"assert-manual-completion-codes-skip\"> </a>\n                </td>\n                <td>Skip</td>\n                <td>Mark this assert as skipped and proceed with the next action in the TestScript.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">stop\n                  <a name=\"assert-manual-completion-codes-stop\"> </a>\n                </td>\n                <td>Stop</td>\n                <td>Stop execution of this TestScript. The overall status of this TestScript is evaluated based on the status of the completed tests.</td>\n              </tr>\n            </table>\n          </div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "informative"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 2
    },
    {
      "extension" : [
        {
          "url" : "packageId",
          "valueId" : "hl7.fhir.uv.xver-r5.r4"
        },
        {
          "url" : "version",
          "valueString" : "0.0.1-snapshot-2"
        }
      ],
      "url" : "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "fhir"
    }
  ],
  "url" : "http://hl7.org/fhir/assert-manual-completion-codes",
  "version" : "5.0.0",
  "name" : "AssertionManualCompletionType",
  "title" : "Assertion Manual Completion Type",
  "status" : "active",
  "experimental" : false,
  "date" : "2022-12-21T00:24:24+10:00",
  "publisher" : "FHIR Infrastructure",
  "contact" : [
    {
      "name" : "FHIR Infrastructure",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description" : "The type of manual completion to use for assertion.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/assert-manual-completion-codes",
  "content" : "complete",
  "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."
    }
  ]
}