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

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

: SubscriptionNotificationType - JSON Representation

Page standards status: Informative Maturity Level: 0

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "subscription-notification-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      \n            <p>This code system http://hl7.org/fhir/subscription-notification-type defines the following codes:</p>\n      \n            <table class=\"codes\">\n        \n              <tr>\n          \n                <td style=\"white-space:nowrap\">\n            \n                  <b>Code</b>\n          \n                </td>\n          \n                <td>\n            \n                  <b>Display</b>\n          \n                </td>\n          \n                <td>\n            \n                  <b>Definition</b>\n          \n                </td>\n        \n              </tr>\n        \n              <tr>\n          \n                <td style=\"white-space:nowrap\">handshake\n            \n                  <a name=\"subscription-notification-type-handshake\"> </a>\n          \n                </td>\n          \n                <td>Handshake</td>\n          \n                <td>The status was generated as part of the setup or verification of a communications channel.</td>\n        \n              </tr>\n        \n              <tr>\n          \n                <td style=\"white-space:nowrap\">heartbeat\n            \n                  <a name=\"subscription-notification-type-heartbeat\"> </a>\n          \n                </td>\n          \n                <td>Heartbeat</td>\n          \n                <td>The status was generated to perform a heartbeat notification to the subscriber.</td>\n        \n              </tr>\n        \n              <tr>\n          \n                <td style=\"white-space:nowrap\">event-notification\n            \n                  <a name=\"subscription-notification-type-event-notification\"> </a>\n          \n                </td>\n          \n                <td>Event Notification</td>\n          \n                <td>The status was generated for an event to the subscriber.</td>\n        \n              </tr>\n        \n              <tr>\n          \n                <td style=\"white-space:nowrap\">query-status\n            \n                  <a name=\"subscription-notification-type-query-status\"> </a>\n          \n                </td>\n          \n                <td>Query Status</td>\n          \n                <td>The status was generated in response to a status query/request.</td>\n        \n              </tr>\n        \n              <tr>\n          \n                <td style=\"white-space:nowrap\">query-status\n            \n                  <a name=\"subscription-notification-type-query-event\"> </a>\n          \n                </td>\n          \n                <td>Query Event</td>\n          \n                <td>The status was generated in response to an event query/request.</td>\n        \n              </tr>\n      \n            </table>\n    \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-r4b.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/subscription-notification-type",
  "version" : "4.3.0",
  "name" : "SubscriptionNotificationType",
  "title" : "SubscriptionNotificationType",
  "status" : "draft",
  "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 type of notification represented by the status message.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/subscription-notification-type",
  "content" : "complete",
  "concept" : [
    {
      "code" : "handshake",
      "display" : "Handshake",
      "definition" : "The status was generated as part of the setup or verification of a communications channel."
    },
    {
      "code" : "heartbeat",
      "display" : "Heartbeat",
      "definition" : "The status was generated to perform a heartbeat notification to the subscriber."
    },
    {
      "code" : "event-notification",
      "display" : "Event Notification",
      "definition" : "The status was generated for an event to the subscriber."
    },
    {
      "code" : "query-status",
      "display" : "Query Status",
      "definition" : "The status was generated in response to a status query/request."
    },
    {
      "code" : "query-event",
      "display" : "Query Event",
      "definition" : "The status was generated in response to an event query/request."
    }
  ]
}