Clinical Order Workflows
1.0.0-ballot - STU 1 Ballot International flag

This page is part of the Clinical Order Workflows (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. No current official version has been published yet. For a full list of available versions, see the Directory of published versions

: Subscription Notification Type - JSON Representation

Page standards status: Trial-use Maturity Level: 1

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "subscription-notification-status-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem subscription-notification-status-type</b></p><a name=\"subscription-notification-status-type\"> </a><a name=\"hcsubscription-notification-status-type\"> </a><a name=\"subscription-notification-status-type-en-US\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/ValueSet/subscription-notification-type</code> 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=\"subscription-notification-status-type-handshake\"> </a></td><td>Handshake</td><td>The status was generated as part of the setup or verification of a communications channel.</td></tr><tr><td style=\"white-space:nowrap\">heartbeat<a name=\"subscription-notification-status-type-heartbeat\"> </a></td><td>Heartbeat</td><td>The status was generated to perform a heartbeat notification to the subscriber.</td></tr><tr><td style=\"white-space:nowrap\">event-notification<a name=\"subscription-notification-status-type-event-notification\"> </a></td><td>Event Notification</td><td>The status was generated for an event to the subscriber.</td></tr><tr><td style=\"white-space:nowrap\">query-status<a name=\"subscription-notification-status-type-query-status\"> </a></td><td>Query Status</td><td>The status was generated in response to a status query/request.</td></tr><tr><td style=\"white-space:nowrap\">query-event<a name=\"subscription-notification-status-type-query-event\"> </a></td><td>Query Event</td><td>The status was generated in response to an event query/request.</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "oo"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 1,
      "_valueInteger" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://hl7.org/fhir/uv/cow/ImplementationGuide/hl7.fhir.uv.cow"
          }
        ]
      }
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "trial-use",
      "_valueCode" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://hl7.org/fhir/uv/cow/ImplementationGuide/hl7.fhir.uv.cow"
          }
        ]
      }
    }
  ],
  "url" : "http://hl7.org/fhir/ValueSet/subscription-notification-type",
  "version" : "1.0.0-ballot",
  "name" : "SubscriptionNotificationStatusTypes",
  "title" : "Subscription Notification Type",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-04-07T15:35:45+00:00",
  "publisher" : "HL7 International / Orders and Observations",
  "contact" : [
    {
      "name" : "HL7 International / Orders and Observations",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/orders"
        },
        {
          "system" : "email",
          "value" : "oo@lists.hl7.org"
        }
      ]
    }
  ],
  "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,
  "content" : "complete",
  "count" : 5,
  "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."
    }
  ]
}