FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.cow.r4b
Resource TypeCodeSystem
IdCodeSystem-subscription-notification-status-type.json
FHIR VersionR4B

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.

Source1

{
  "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-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."
    }
  ]
}