Subscriptions R5 Backport
0.1.0 - ballot

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

: R5 Subscription Notification Type Code System - JSON Representation

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "backport-notification-type-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-type-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\">handshake<a name=\"backport-notification-type-code-system-handshake\"> </a></td><td>Handshake</td><td>The notification is being sent as part of the setup or verification of a communications channel.</td></tr><tr><td style=\"white-space:nowrap\">heartbeat<a name=\"backport-notification-type-code-system-heartbeat\"> </a></td><td>Heartbeat</td><td>The notification is being sent because there has not been a notification generated over an extended period of time.</td></tr><tr><td style=\"white-space:nowrap\">event-notification<a name=\"backport-notification-type-code-system-event-notification\"> </a></td><td>Event Notification</td><td>The notification is being sent due to an event for the subscriber.</td></tr><tr><td style=\"white-space:nowrap\">query-status<a name=\"backport-notification-type-code-system-query-status\"> </a></td><td>Query Status</td><td>The notification is being sent due to a client request or query for Subscription status.</td></tr><tr><td style=\"white-space:nowrap\">query-event<a name=\"backport-notification-type-code-system-query-event\"> </a></td><td>Query Event</td><td>The notification is being sent due to a client request or query for Subscription events.</td></tr></table></div>"
  },
  "url" : "http://hl7.org/fhir/uv/subscriptions-backport/CodeSystem/backport-notification-type-code-system",
  "version" : "0.1.0",
  "name" : "BackportNotificationTypeCodeSystem",
  "title" : "R5 Subscription Notification Type 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" : "handshake",
      "display" : "Handshake",
      "definition" : "The notification is being sent as part of the setup or verification of a communications channel."
    },
    {
      "code" : "heartbeat",
      "display" : "Heartbeat",
      "definition" : "The notification is being sent because there has not been a notification generated over an extended period of time."
    },
    {
      "code" : "event-notification",
      "display" : "Event Notification",
      "definition" : "The notification is being sent due to an event for the subscriber."
    },
    {
      "code" : "query-status",
      "display" : "Query Status",
      "definition" : "The notification is being sent due to a client request or query for Subscription status."
    },
    {
      "code" : "query-event",
      "display" : "Query Event",
      "definition" : "The notification is being sent due to a client request or query for Subscription events."
    }
  ]
}