Subscriptions R5 Backport
0.1.0 - ballot

Subscriptions R5 Backport - Local Development build (v0.1.0). See the Directory of published versions

: R5 Subscription Error Code System - JSON Representation

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "backport-notification-error-code-system",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://hl7.org/fhir/uv/subscriptions-backport/CodeSystem/backport-notification-error-code-system defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">unreachable<a name=\"backport-notification-error-code-system-unreachable\"> </a></td><td>Unreachable</td><td>The subscription endpoint is currently unreachable.</td></tr><tr><td style=\"white-space:nowrap\">certificate-error<a name=\"backport-notification-error-code-system-certificate-error\"> </a></td><td>Certificate Error</td><td>The subscription endpoint has an invalid certificate.</td></tr><tr><td style=\"white-space:nowrap\">timeout<a name=\"backport-notification-error-code-system-timeout\"> </a></td><td>Timeout</td><td>An attempt to send a notification has timed out.</td></tr><tr><td style=\"white-space:nowrap\">processing<a name=\"backport-notification-error-code-system-processing\"> </a></td><td>Processing Error</td><td>An error occurred while processing the event or notification.</td></tr><tr><td style=\"white-space:nowrap\">unathorized<a name=\"backport-notification-error-code-system-unathorized\"> </a></td><td>Unauthorized</td><td>The server has determined the endpoint is not authorized to receive notifications.</td></tr></table></div>"
  },
  "url" : "http://hl7.org/fhir/uv/subscriptions-backport/CodeSystem/backport-notification-error-code-system",
  "version" : "0.1.0",
  "name" : "BackportNotificationErrorCodeSystem",
  "title" : "R5 Subscription Error Code System",
  "status" : "active",
  "date" : "2021-11-09T16:42:00-06:00",
  "publisher" : "HL7 FHIR Infrastructure WG",
  "contact" : [
    {
      "name" : "HL7 FHIR Infrastructure WG",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://hl7.org/Special/committees/fiwg/index.cfm"
        }
      ]
    },
    {
      "name" : "Gino Canessa",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:gino.canessa@microsoft.com"
        }
      ]
    },
    {
      "name" : "Eric Haas",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:ehaas@healthedatainc.com"
        }
      ]
    }
  ],
  "description" : "!!NOTE!! This has been added to R4B and will be removed when CI builds are available.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "content" : "complete",
  "count" : 5,
  "concept" : [
    {
      "code" : "unreachable",
      "display" : "Unreachable",
      "definition" : "The subscription endpoint is currently unreachable."
    },
    {
      "code" : "certificate-error",
      "display" : "Certificate Error",
      "definition" : "The subscription endpoint has an invalid certificate."
    },
    {
      "code" : "timeout",
      "display" : "Timeout",
      "definition" : "An attempt to send a notification has timed out."
    },
    {
      "code" : "processing",
      "display" : "Processing Error",
      "definition" : "An error occurred while processing the event or notification."
    },
    {
      "code" : "unathorized",
      "display" : "Unauthorized",
      "definition" : "The server has determined the endpoint is not authorized to receive notifications."
    }
  ]
}