ResMed Core Implementation Guide
0.37.0 - ci-build International flag

ResMed Core Implementation Guide - Local Development build (v0.37.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: ResMed AuditEvent Outcome ValueSet - JSON Representation

Draft as of 2024-01-11

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "rmd-auditEventOutcome-vs",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-audit-event-outcome.html\"><code>http://hl7.org/fhir/audit-event-outcome</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-audit-event-outcome.html#audit-event-outcome-0\">0</a></td><td>Success</td><td>The operation completed successfully (whether with warnings or not).</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-audit-event-outcome.html#audit-event-outcome-4\">4</a></td><td>Minor Failure</td><td>The action was not successful due to some kind of minor failure (often equivalent to an HTTP 400 response).</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-audit-event-outcome.html#audit-event-outcome-8\">8</a></td><td>Serious Failure</td><td>The action was not successful due to some kind of unexpected error (often equivalent to an HTTP 500 response).</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-audit-event-outcome.html#audit-event-outcome-12\">12</a></td><td>Major Failure</td><td>An error of such magnitude occurred that the system is no longer available for use (i.e. the system died).</td></tr></table></li></ul></div>"
  },
  "url" : "http://resmed.com/fhir/core/ValueSet/rmd-auditEventOutcome-vs",
  "version" : "0.37.0",
  "name" : "ValueSetResMedAuditEventOutcome",
  "title" : "ResMed AuditEvent Outcome ValueSet",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-01-11T18:32:48+00:00",
  "publisher" : "ResMed Corp",
  "contact" : [
    {
      "name" : "ResMed Corp",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.resmed.com"
        },
        {
          "system" : "email",
          "value" : "atomteam-halifax@resmed.com"
        }
      ]
    }
  ],
  "description" : "ResMed AuditEvent Outcome ValueSet",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/audit-event-outcome",
        "concept" : [
          {
            "code" : "0",
            "display" : "Success"
          },
          {
            "code" : "4",
            "display" : "Minor Failure"
          },
          {
            "code" : "8",
            "display" : "Serious Failure"
          },
          {
            "code" : "12",
            "display" : "Major Failure"
          }
        ]
      }
    ]
  }
}