FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/subscription-notification-status-type

Packagehl7.fhir.uv.cow
TypeCodeSystem
Idsubscription-notification-status-type
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/cow/https://build.fhir.org/ig/HL7/fhir-cow-ig/CodeSystem-subscription-notification-status-type.html
URLhttp://hl7.org/fhir/ValueSet/subscription-notification-type
Version1.0.0-ballot
Statusactive
Date2025-05-15T14:09:21+00:00
NameSubscriptionNotificationStatusTypes
TitleSubscription Notification Type
Realmuv
Authorityhl7
DescriptionThe type of notification represented by the status message.
Contentcomplete

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem subscription-notification-status-type

This case-sensitive code system http://hl7.org/fhir/ValueSet/subscription-notification-type defines the following codes:

CodeDisplayDefinition
handshake HandshakeThe status was generated as part of the setup or verification of a communications channel.
heartbeat HeartbeatThe status was generated to perform a heartbeat notification to the subscriber.
event-notification Event NotificationThe status was generated for an event to the subscriber.
query-status Query StatusThe status was generated in response to a status query/request.
query-event Query EventThe status was generated in response to an event query/request.

Source

{
  "resourceType": "CodeSystem",
  "id": "subscription-notification-status-type",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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-05-15T14:09:21+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."
    }
  ]
}