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

: Test Report Action Result - JSON Representation

Page standards status: Informative Maturity Level: 0

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "report-action-result-codes",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system \n              <code>http://hl7.org/fhir/report-action-result-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\">pass\n                  <a name=\"report-action-result-codes-pass\"> </a>\n                </td>\n                <td>Pass</td>\n                <td>The action was successful.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">skip\n                  <a name=\"report-action-result-codes-skip\"> </a>\n                </td>\n                <td>Skip</td>\n                <td>The action was skipped.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">fail\n                  <a name=\"report-action-result-codes-fail\"> </a>\n                </td>\n                <td>Fail</td>\n                <td>The action failed.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">warning\n                  <a name=\"report-action-result-codes-warning\"> </a>\n                </td>\n                <td>Warning</td>\n                <td>The action passed but with warnings.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">error\n                  <a name=\"report-action-result-codes-error\"> </a>\n                </td>\n                <td>Error</td>\n                <td>The action encountered a fatal error and the engine was unable to process.</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" : 0
    },
    {
      "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/report-action-result-codes",
  "version" : "5.0.0",
  "name" : "TestReportActionResult",
  "title" : "Test Report Action Result",
  "status" : "active",
  "experimental" : false,
  "date" : "2021-01-05T09:01:24+10:00",
  "publisher" : "FHIR Infrastructure",
  "contact" : [
    {
      "name" : "FHIR Infrastructure",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description" : "The results of executing an action.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/report-action-result-codes|4.0.1",
  "content" : "complete",
  "concept" : [
    {
      "code" : "pass",
      "display" : "Pass",
      "definition" : "The action was successful."
    },
    {
      "code" : "skip",
      "display" : "Skip",
      "definition" : "The action was skipped."
    },
    {
      "code" : "fail",
      "display" : "Fail",
      "definition" : "The action failed."
    },
    {
      "code" : "warning",
      "display" : "Warning",
      "definition" : "The action passed but with warnings."
    },
    {
      "code" : "error",
      "display" : "Error",
      "definition" : "The action encountered a fatal error and the engine was unable to process."
    }
  ]
}